Pages

Sunday, March 25, 2012

Route ADD

Working Route Add on Lexus gateway ( MAIA and PFsense )


##################################################
route delete 0.0.0.0
route add -p 64.95.130.0 mask 255.255.255.0 172.29.4.225 METRIC 1
route add -p 10.40.0.0 mask 255.255.255.0 172.29.4.207 METRIC 1

route delete 0.0.0.0

#############################
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^
Interface^
If IF is not given, it tries to find the best interface for a given
gateway.

#############################################################
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
64.95.130.0 255.255.255.0 172.29.4.225 1
10.40.0.0 255.255.255.0 172.29.4.207 1
===========================================================================

C:\Users\Administrator.IRRIAD>tracert 10.40.0.57

Tracing route to 10.40.0.57 over a maximum of 30 hops

1 <1 ms <1 ms <1 ms pfsense-serverhost.irri.cgiarad.org [172.29.4.20
7]
2 218 ms 217 ms 218 ms 169.254.251.1
3 217 ms 217 ms 217 ms 169.254.251.9
4 218 ms 217 ms 218 ms 10.40.0.57

Trace complete.

#############################################################
C:\Users\Administrator.IRRIAD>tracert cgroot3

Tracing route to cgroot3.CGIARAD.ORG [64.95.130.118]
over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms maia.irri.cgiarad.org [172.29.4.225]
2 175 ms 176 ms 176 ms 192.168.246.8
3 175 ms 176 ms 176 ms 118-130.cgnet.com [64.95.130.118]

Trace complete.
#############################################################