Hi
netstat -r shows this:
Gateway-ID-7FB7C2DC> netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default ua-113-13-192- 0.0.0.0 UG 0 0 0 WAN
90.254.144.124 * 255.255.255.255 UH 0 0 0 vpnt10
192.168.3.0 * 255.255.255.0 U 0 0 0 LAN1
192.168.4.10 * 255.255.255.255 UH 0 0 0 vpnt10
113.113.192.0 * 255.255.224.0 U 0 0 0 WAN
I need 90.254.144.124 to be my default gateway, I don't know how to configure that! I used, add static route and, set static route and this is what I got:
show static-routes table
id disabled destination source service ipv4-address monitored-server-1monitored-server-2monitored-server-3monitoring-mode interface logical metric priority comment
1 false 90.254.144.124 off 102 0
2 false 90.254.144.124/32 off vpnt10 vpnt10 10 0
My SMB is connected to a central office via a VTI and the central office external IP needs to be the default gateway of SMB. SMB IP is dynamic, the 113.113.* IP is the dynamic IP of my SMB
Still when I do i traceroute I don't see my central office IP, it shows directly the default gateway of my dynamic IP (my ISP router)
The community is configured like this:
any ideas!