Wednesday, October 15, 2008

Useful linux networking tools

ethtool - Display or change ethernet card settings
  • ethtool eth0
ip - show / manipulate routing, devices, policy routing and tunnels
  • ip route show
  • ip addr show
iptables - administration tool for IPv4 packet filtering and NAT
  • iptables -nL

partimage

Useful tool to backup partitions...
http://www.partimage.org/

This can be used to clone an existing installation on multiple computers with same hardware.
http://www.psychocats.net/ubuntu/partimage

Since the backed up partition needs to be unmounted, we need to use a live cd for cloning.