F5F Stay Refreshed Power Users Networks I'm having an issue with my PPTP VPN client on MikroTik.

I'm having an issue with my PPTP VPN client on MikroTik.

I'm having an issue with my PPTP VPN client on MikroTik.

F
FatalFreedome
Member
69
02-09-2016, 06:53 PM
#1
Hello, I'm experiencing issues with my PTPP VPN setup. The configuration that previously functioned now isn't working. /ip firewall mangle add action=mark-routing chain=prerouting dst-address-list=Kancl in-interface=bridge1 new-routing-mark=Kancl passthrough=yes src-address-list=XPS /ip firewall nat add action=masquerade chain=srcnat dst-address-list=Kancl out-interface=Kancl src-address-list=XPS add action=masquerade chain=srcnat /ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=Kancl pref-src="" routing-table=Kancl scope=30 suppress-hw-offload=no target-scope=10 /routing table add disabled=no fib name=Kancl /interface pptp-client add connect-to=XXX.XXX.XXX.XXX disabled=no name=Kancl user=XXXX /ip firewall address-list add address=192.168.88.254 comment=LAN list=XPS add address=192.168.88.241 comment=WIFI list=XPS add address=92.62.0.0/16 list=Kancl (public IPs) add address=100.64.0.0/10 list=Kancl (public IPs) add address=10.0.0.0/8 list=Kancl (private IPs that is why I am using the VPN) It seems like the firewall rules are functioning as expected. The router is an RB5009 running firmware version 7.6, and it worked before. The VPN connected at 16:39:12 pptp,ppp. Info from pptp: authenticated 16:39:12 pptp,ppp. Info from pptp: connected 16:39:12 pptp,ppp. It uses MPPE128 stateless encoding. It just stopped working without any changes. I checked my backup from November and the config was identical—previously it worked. There should be no issues now. I can access the VPN on my PC, which confirms the problem isn't with the VPN itself. The firewall rules appear correct, but the NAT behavior seems to be interfering. I tried disabling the firewall, but that didn't resolve the issue.
F
FatalFreedome
02-09-2016, 06:53 PM #1

Hello, I'm experiencing issues with my PTPP VPN setup. The configuration that previously functioned now isn't working. /ip firewall mangle add action=mark-routing chain=prerouting dst-address-list=Kancl in-interface=bridge1 new-routing-mark=Kancl passthrough=yes src-address-list=XPS /ip firewall nat add action=masquerade chain=srcnat dst-address-list=Kancl out-interface=Kancl src-address-list=XPS add action=masquerade chain=srcnat /ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=Kancl pref-src="" routing-table=Kancl scope=30 suppress-hw-offload=no target-scope=10 /routing table add disabled=no fib name=Kancl /interface pptp-client add connect-to=XXX.XXX.XXX.XXX disabled=no name=Kancl user=XXXX /ip firewall address-list add address=192.168.88.254 comment=LAN list=XPS add address=192.168.88.241 comment=WIFI list=XPS add address=92.62.0.0/16 list=Kancl (public IPs) add address=100.64.0.0/10 list=Kancl (public IPs) add address=10.0.0.0/8 list=Kancl (private IPs that is why I am using the VPN) It seems like the firewall rules are functioning as expected. The router is an RB5009 running firmware version 7.6, and it worked before. The VPN connected at 16:39:12 pptp,ppp. Info from pptp: authenticated 16:39:12 pptp,ppp. Info from pptp: connected 16:39:12 pptp,ppp. It uses MPPE128 stateless encoding. It just stopped working without any changes. I checked my backup from November and the config was identical—previously it worked. There should be no issues now. I can access the VPN on my PC, which confirms the problem isn't with the VPN itself. The firewall rules appear correct, but the NAT behavior seems to be interfering. I tried disabling the firewall, but that didn't resolve the issue.