iproute2 cheat sheet

Posted on Thu 19 January 2012 in misc • Tagged with iproute

Ok so apparently ifconfig is either deprecated or old fashioned and your supposed to use the 'ip' command instead. Turns out it's really nice and I prefer it to ifconfig,route,already.

Here's some examples:

ip addr - equivalent to ifconfig

ip addr show eth0 - same as above just show eth0 …


Continue reading