Static route

  • Thread starter Thread starter klnyc
  • Start date Start date
K

klnyc

How do you set this up?
Can I route .1.x to .2.x ? Is this what static route about?
similar to cisco static route, i guess, no?
 
from the command line:
route add networkgoeshere subnetmaskgoeshere gatewaygoeshere metricgoeshere

If you want a persistent route then you should add the "-p" switch.
 
Back
Top