Welcome to my tech notes blog site and explore

Tag: linux

  • 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