Hello
I’m having a routing issue with a PPTP site to site VPN (between a USG pro and a Mikrotik, and I feel the issue is on the Mikrotik side).
- On the USG side I have subnet 172.16.107.0/24 with GW 254
- On the Mikrotik side I have subnet 172.16.100.0/24 with GW 254
The tunnel comes up without problem and from 107 I can reach every host on 100
However from subnet 100 I can only reach the gateway on 107.254 but not any other host.
Interestingly I have the following traceroutes (from a host on .100):
C:\Windows\System32>tracert 172.16.107.254
Tracing route to 172.16.107.254 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 172.16.100.254
2 5 ms 5 ms 5 ms 172.16.107.254
Trace complete.
C:\Windows\System32>tracert 172.16.107.200
Tracing route to 172.16.107.200 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 172.16.100.254
2 5 ms 5 ms 5 ms 172.16.255.100
3 * * * Request timed out.
So it would seem that I don’t have the right routing table to reach 107 subnet..
Here is my routes on the Mikrotik. The one I “need” would be presumably #6
1 ADC 94.230.*.*/27 94.230.*.* wan 0
2 ADo 172.16.23.0/24 172.16.255.98 110
3 ADC 172.16.100.0/24 172.16.100.254 Host A 0
4 A S ;;; Subnet G
172.16.103.0/24 172.16.255.100 1
5 A S ;;; Subnet O
172.16.105.0/24 172.16.255.100 1
6 A S ;;; Subnet Q
172.16.107.0/24 172.16.255.100 1
7 ADC 172.16.109.147/32 172.16.109.254 <sstp-remoteuse... 0
8 ADC 172.16.109.150/32 172.16.109.254 <sstp-remoteuser> 0
9 ADC 172.16.110.0/24 172.16.110.254 Host C 0
10 ADC 172.16.110.200/32 172.16.110.254 <sstp-mailgate-1> 0
11 A S ;;; Subnet D
172.16.111.0/24 192.168.199.107 1
12 A S ;;; Subnet B
172.16.200.0/24 192.168.199.107 1
13 A S ;;; Subnet I
172.16.210.0/24 192.168.199.104 1
14 A S ;;; Subnet J
172.16.211.0/24 192.168.199.104 1
15 A S ;;; Subnet Y
172.16.215.0/24 192.168.199.104 1
16 A S ;;; Subnet for remote routers connected
172.16.253.0/24 192.168.199.104 1
17 ADo 172.16.255.1/32 172.16.255.98 110
18 ADC 172.16.255.98/32 172.16.255.1 <sstp-aaa> 0
19 ADC 172.16.255.99/32 172.16.255.1 <sstp-bbb> 0
20 ADC 172.16.255.100/32 172.16.255.105 <pptp-ccc-usg> 0
21 ADC 172.16.255.104/32 172.16.255.1 <sstp-CCR> 0
22 S 192.168.0.0/24 *F0039A 1
23 A S ;;; Subnet K
192.168.28.0/24 192.168.199.104 1
24 A S ;;; Subnet N
192.168.66.0/24 192.168.199.104 1
25 A S 192.168.100.0/24 Host A 1
26 A S 192.168.168.0/24 <sstp-zzz> 1
27 ADC 192.168.199.0/24 192.168.199.106 interrouter 0
Can you spot something incorrect ?