Weird behavior of vpn, need help
-
- Posts: 5
- Joined: Thu Mar 31, 2022 11:58 am
Weird behavior of vpn, need help
Hello, I’ve got a problem: I have a softether l2tp as service on my linux machine that works 24/7, let’s say linux ip is 192.168.1.100, and it’s working great, today I decided to protect windows rdp, so I am able to connect to it only from lan (for security reasons), I’ve have securenat with 192.168.2.0/24 dhcp for vpn clients and a user “admin” with the right to access 192.168.1.0/24 (main lan) from 192.168.2.0/24 to access rdp and ssh on 192.168.1.50 (windows) and it works, the problem is that I can’t access linux ssh server running alongside with vpn via 192.168.1.100 ip, however if I first connect to windows machine and then connect to linux machine it’s working as intended. Any ideas?
-
- Posts: 1614
- Joined: Sun Feb 14, 2021 10:31 am
Re: Weird behavior of vpn, need help
set DisableKernelModeSecureNAT = 1
-
- Posts: 5
- Joined: Thu Mar 31, 2022 11:58 am
Re: Weird behavior of vpn, need help
worked, thanks