Hi
Currently setting up a site to site VPN and I’m having an issue which seems to be related to routing.
The tunnel comes up and I can ping from site A to site B. However I can not reach site A from site B.
If I do a traceroute from site B the packets to site A are egressing on the WAN - ie the router does not “know” to route them via the existing and established tunnel.
From what I understand IPsec (as opposed to SSTP for instance) does not require nor support defining static routes - they just “come” built-in.
But dumping my current routes:
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 *.*.210.225 1
1 ADC *.*.210.224/27 *.*.210.228 wan 0
2 ADo 172.16.23.0/24 172.16.255.98 110
3 A S 172.16.50.0/24 172.16.255.104 1
4 A S 172.16.55.0/24 172.16.255.104 1
5 S 172.16.60.0/24 172.16.255.69 1
6 X S ;;; xxx subnet hosted at xxx
172.16.66.0/24 172.16.109.150 1
7 ADC 172.16.100.0/24 172.16.100.254 Host A 0
8 A S ;;; Subnet G
172.16.103.0/24 172.16.255.100 1
9 A S ;;; Subnet O
172.16.105.0/24 172.16.255.100 1
10 A S ;;; Subnet Q
172.16.107.0/24 172.16.255.100 1
11 ADC 172.16.109.150/32 172.16.109.254 <sstp-remoteuser> 0
12 ADC 172.16.110.0/24 172.16.110.254 Host C 0
13 ADC 172.16.110.200/32 172.16.110.254 <sstp-mailgate> 0
14 A S ;;; Subnet D
172.16.111.0/24 192.168.199.107 1
15 A S ;;; Subnet B
172.16.200.0/24 192.168.199.107 1
16 A S ;;; Subnet I
172.16.210.0/24 192.168.199.104 1
17 A S ;;; Subnet J
172.16.211.0/24 192.168.199.104 1
18 A S 172.16.231.0/24 172.16.255.97 1
19 S ;;; AWS
172.16.252.12/32 172.16.255.96 1
20 A S ;;; Subnet for remote routers connected to ...
172.16.253.0/24 192.168.199.104 1
21 ADo 172.16.255.1/32 172.16.255.98 110
22 ADC 172.16.255.97/32 172.16.255.1 <sstp-0> 0
23 ADC 172.16.255.98/32 172.16.255.1 <sstp-1> 0
24 ADC 172.16.255.99/32 172.16.255.1 <sstp-2> 0
25 ADC 172.16.255.100/32 172.16.255.105 <pptp-3-usg> 0
26 ADC 172.16.255.104/32 172.16.255.1 <sstp-ffggCCR> 0
27 A S 192.168.0.0/24 172.16.255.104 1
28 A S ;;; Subnet K
192.168.28.0/24 192.168.199.104 1
29 A S ;;; Subnet N
192.168.66.0/24 192.168.199.104 1
30 A S 192.168.100.0/24 Host A 1
31 S 192.168.168.0/24 *F0002E 1
32 ADC 192.168.199.0/24 192.168.199.106 interrouter 0
I don’t see any route to 172.16.10.0/24, which is the subnet I want to reach (nor, for that matter, to other IPsec connected subnets that are working as expected, say 172016.170.0/24 as an example).
Where can I see the IPsec implied routes ?
How would you diagnose my issue ?
