On Tue, Aug 15, 2017 at 01:41:16PM -0400, Gene Heskett wrote: > While STILL not giving me the local ipv4 addresses and netmasks of those > interfaces.
If you want the IPv4 address, netmask, and transfer stats, try: ip -s addr Note that the netmask is shown in CIDR notation (e.g. /23) rather than dotted quad notation (e.g. 255.255.254.0). If this still isn't what you want, tell us what you *do* want.