Page 1 of 1

Weird behavior of vpn, need help

Posted: Wed Jun 19, 2024 8:23 pm
by default_unknown
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?

Re: Weird behavior of vpn, need help

Posted: Wed Jun 19, 2024 8:45 pm
by solo
set DisableKernelModeSecureNAT = 1

Re: Weird behavior of vpn, need help

Posted: Thu Jun 20, 2024 3:57 pm
by default_unknown
worked, thanks