A is a windows workstation connected to a linux box (B) via a L2TP VPN tunnel
C is a Mikrotik router connect to the same linux box (B) via a L2TP VPN tunnel
D is a server connected the the LAN side of C
The IP are assigned as indicated
I can, from A, ping C
I can, from C, ping D
I have the following routes on A (added a static route to get to the 192.168.0.0/24 subnet via 10.2.0.3). Yet I can not reach 192.168.0.7 or 192.168.0.2 from A
Code: Select all
C:\Windows\system32>route print
===========================================================================
Interface List
31...........................Syno IM
12...00 ff 96 f4 15 17 ......TAP-Windows Adapter V9 for OpenVPN Connect
16...00 15 5d 65 f9 06 ......Microsoft Hyper-V Network Adapter
17...00 50 56 c0 00 01 ......VMware Virtual Ethernet Adapter for VMnet1
18...00 50 56 c0 00 08 ......VMware Virtual Ethernet Adapter for VMnet8
1...........................Software Loopback Interface 1
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.101.254 172.16.101.240 4506
0.0.0.0 0.0.0.0 On-link 10.2.0.3 26
10.2.0.3 255.255.255.255 On-link 10.2.0.3 281
83.166.*.* 255.255.255.255 172.16.101.254 172.16.101.240 4251
127.0.0.0 255.0.0.0 On-link 127.0.0.1 4556
127.0.0.1 255.255.255.255 On-link 127.0.0.1 4556
127.255.255.255 255.255.255.255 On-link 127.0.0.1 4556
172.16.101.0 255.255.255.0 On-link 172.16.101.240 4506
172.16.101.240 255.255.255.255 On-link 172.16.101.240 4506
172.16.101.255 255.255.255.255 On-link 172.16.101.240 4506
192.168.0.0 255.255.255.0 10.2.0.2 10.2.0.3 26
192.168.102.0 255.255.255.0 On-link 192.168.102.1 4516
192.168.102.1 255.255.255.255 On-link 192.168.102.1 4516
192.168.102.255 255.255.255.255 On-link 192.168.102.1 4516
192.168.109.0 255.255.255.0 On-link 192.168.109.1 4516
192.168.109.1 255.255.255.255 On-link 192.168.109.1 4516
192.168.109.255 255.255.255.255 On-link 192.168.109.1 4516
224.0.0.0 240.0.0.0 On-link 127.0.0.1 4556
224.0.0.0 240.0.0.0 On-link 192.168.102.1 4516
224.0.0.0 240.0.0.0 On-link 192.168.109.1 4516
224.0.0.0 240.0.0.0 On-link 172.16.101.240 4506
224.0.0.0 240.0.0.0 On-link 10.2.0.3 26
255.255.255.255 255.255.255.255 On-link 127.0.0.1 4556
255.255.255.255 255.255.255.255 On-link 192.168.102.1 4516
255.255.255.255 255.255.255.255 On-link 192.168.109.1 4516
255.255.255.255 255.255.255.255 On-link 172.16.101.240 4506
255.255.255.255 255.255.255.255 On-link 10.2.0.3 281
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 172.16.101.254 Default
===========================================================================
Interestingly while I can reach C from A I can not reach A from C - so there is clearly something missing on the Mikrotik, but I can't seem to be able to figure it out...
My routing table on the router
Code: Select all
[xxadmin@mikrotik] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 10.81.91.33 1
1 DS 0.0.0.0/0 l2tp-out1 1
2 ADC 10.2.0.0/32 10.2.0.2 l2tp-out1 0
3 ADC 10.81.91.32/28 10.81.91.39 lte1 0
4 ADS *.*.*.73/32 10.81.91.33 0
5 ADC 192.168.0.0/24 192.168.0.2 bridge1 0