iproute2

Advanced Linux networking and traffic control utilities

brewmacoslinux
Try with needOr install directly
Source

About

Linux routing utilities

Commands

iptcssbridgertmongenltipc

Examples

Display all network interfaces and their IP addresses$ ip addr show
Add a new IP address to an interface$ ip addr add 192.168.1.100/24 dev eth0
View all active network connections and sockets$ ss -tulpn