Set/view routing information

netstat -r View system routing tables
route View system routing tables


The command route can also be used to add or delete routes. Examples:
route add -host 192.168.3.4 gw 192.168.3.1 netmask 255.255.0.0
route del -host 192.168.3.4




Matt Disney 2005-09-14