The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-04-2007
sonicx sonicx is offline
Registered User
 

Join Date: Aug 2007
Posts: 9
err, to have a netmask of 255.255.255.0 if you want a netmask of 255.255.255.255 (single ip) just use
route add 10.10.10.10 gw 11.11.11.11

edit;
another note, to just list routes type only
route

Last edited by sonicx; 12-04-2007 at 11:38 AM. Reason: forgot
Reply With Quote