Hello lads,
I've came further with my config of Softether VPN and IPFW.
I'm in place where I want to allow RDP to only 1 IP, let' say it's: 192.168.1.10.
I add a rule:
I'm able to telnet 192.168.1.10 3389 but can't RDP while I'm on Windows which is connected to VPN.
Am I doing this wrong? Please help me out.
I've came further with my config of Softether VPN and IPFW.
I'm in place where I want to allow RDP to only 1 IP, let' say it's: 192.168.1.10.
I add a rule:
Code:
allow tcp from any to 192.168.1.10 3389 out via $iif setup keep-state
I'm able to telnet 192.168.1.10 3389 but can't RDP while I'm on Windows which is connected to VPN.
Am I doing this wrong? Please help me out.