Linux Networking – Using ‘ip’ Command Instead of ifconfig/route/etc

linuxnetworking

I'm used to using commands such as ifconfig, route and so forth on linux to check and change network information. However I know there is an ip command (with various subcommands). I heard somewhere this is 'The right way' now. Any particular reason why I should ditch ifconfig/route/etc? What's your preference? Is there anything one set can do that the others can't?

Best Answer

i think you cannot access more advanced iproute2 features [ for instance multiple routing tables, routing based on src address or filter ] using ipconfig+route.

for me syntax of ip is much more logical and easier to use.

Related Topic