Tag: network
-
Power of the two
I like it when there is logic to things. Everything is in order. We live in a binary world. Many network concepts have associated “math” behind it (vlans, BGP AS, ports, etc). And that “math” or numbers are swirling in my sea of consciousness. Sounds very cool. Read more
-
Find out all ips on Linux based multihome host
As a network engineer, I want to get all ip info from a host with multiple interfaces(physical, bridged, virtual, etc.). I am tired of using ifconfig, ipconfig, or ip a with different grep options. I only want simple ip address info. This command works well. hostname -I (capital eye) Read more