We have a new IPSec tunnel established between our XG and a remote Cisco site. It looks like this:
XG Remote Site
172.20.0.0/16 10.1.1.150/32
The tunnel is up, both inbound and outbound rules were set up:
VPN-LAN (172.20.0.0/16) Any / Any
LAN-VPN (10.1.1.150/21) Any / Any
The remote site (10.1.1.150) can ping hosts on our network, but we can't ping the remote (10.1.1.150) end. They have verified that ICMP is allowed on their server.
ifconfig for ipsec0 looks like this:
ipsec0 Link encap:Ethernet HWaddr 5A:64:6F:66:82:85
inet addr:169.254.234.5 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: fe80::5864:6fff:fe66:8285/64 Scope:Link
UP BROADCAST RUNNING NOARP MULTICAST MTU:16260 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
If I check the route table for 10.1.1.150 nothing exists. No entries. If I do a route lookup from the GUI it's trying to route 10.1.1.150 out through the WAN interface, but I see no way to add a route for a tunnel since it's only hardware and virtual interfaces available in those menus.
Does anyone have any suggestions?
This thread was automatically locked due to age.