Hi There!
I have a RRAS PPTP setup on Windows server 2016.
Client can connect to the server just fine, remote users can ping the VPN server. ( 192.168.90.98
can ping 192.168.90.97 )
I'm not able to ping the VPN client from the server (192.168.90.98). I
would like to be able to access the VPN client from the server but I suspect there is routing problem.
Here is my route table
===========================================================================
Interface List
7...00 50 56 3f 4e 50 ......Red Hat VirtIO Ethernet Adapter
25...........................RAS (Dial In) Interface
1...........................Software Loopback Interface 1
9...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
8...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
4...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 164.68.12.1 164.68.12.18 20
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
164.68.12.0 255.255.255.0 On-link 164.68.12.18 266
164.68.12.18 255.255.255.255 On-link 164.68.12.18 266
164.68.12.255 255.255.255.255 On-link 164.68.12.18 266
192.168.90.97 255.255.255.255 On-link 192.168.90.97 306
192.168.90.98 255.255.255.255 192.168.90.98 192.168.90.97 51
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 164.68.12.18 266
224.0.0.0 240.0.0.0 On-link 192.168.90.97 306
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 164.68.12.18 266
255.255.255.255 255.255.255.255 On-link 192.168.90.97 306
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 164.68.12.1 10
===========================================================================
Thanks for any help!