- Joined
- Nov 20, 2015
- Messages
- 41,554
- Reaction score
- 21,160
As the title says.
I have a PPTP VPN server (win2k8) on 192.168.1.2 (static). I'm trying to get PPTP VPN passthrough to work, but no luck.
Internet browsing/access is 100% from the PC behind the Mikrotik.
As it is, my firewall configuration is as follows :
Any clues from the guys who managed to get it to work?
FWIW the ADSL account do allow for incoming PPTP VPN - I have had a Smoothwall in front of said PC, and it worked, so the ADSL account is not at fault here.
TIA
Ook
I have a PPTP VPN server (win2k8) on 192.168.1.2 (static). I'm trying to get PPTP VPN passthrough to work, but no luck.
Internet browsing/access is 100% from the PC behind the Mikrotik.
As it is, my firewall configuration is as follows :
Code:
/ip firewall filter add chain=input protocol=tcp src-port=1723 src-address="0.0.0.0" action=accept comment="Allow IN PPTP/TCP1723" disabled=no
/ip firewall filter add chain=output protocol=tcp dst-port=1723 dst-address="192.168.1.2" action=accept comment="Allow OUT PPTP/TCP1723" disabled=no
/ip firewall filter add chain=input protocol=gre action=accept comment="Allow IN PPTP/GRE" disabled=no
/ip firewall filter add chain=output protocol=gre action=accept comment="Allow OUT PPTP/GRE" disabled=no
Any clues from the guys who managed to get it to work?
FWIW the ADSL account do allow for incoming PPTP VPN - I have had a Smoothwall in front of said PC, and it worked, so the ADSL account is not at fault here.
TIA
Ook
Last edited: