Can connect to PPTP on LAN but not WAN?
Posted: Thu Jul 28, 2011 9:47 am
So i can connect to the PPTP server from my LAN, to my LAN address 192.168.1.1, but I cannot seem to connect from the outside world to my WAN address. Disabled firewall doesnt seem to make a difference. I followed directions in mikrotik documentation closely. This is basically for being able to connect to office network from laptop.
Here is essentially what I did:
ppp secret> add name=ex service=pptp password=lkjrht
local-address=192.168.1.X remote-address=192.168.1.X
interface pptp-server>add name=test user=testXXX
interace pptp-server server> set enabled=yes
set etherLAN arp=proxy-arp
initially could not connect from LAN either, but added firewall rules:
/ip firewall filter
add chain=input protocol=tcp dst-port=1723 action=accept
add chain=input protocol=gre action=accept
So yeah, when attemting to connect to PPTP server with the server address set as 192.168.1.1 connects just fine. but attempting to do the same with my WAN address from outside and I get nada. I'm not even seeing any hits in my logs, nothing....completely disabling firewall, still nothing.
What might I be missing?
Here is essentially what I did:
ppp secret> add name=ex service=pptp password=lkjrht
local-address=192.168.1.X remote-address=192.168.1.X
interface pptp-server>add name=test user=testXXX
interace pptp-server server> set enabled=yes
set etherLAN arp=proxy-arp
initially could not connect from LAN either, but added firewall rules:
/ip firewall filter
add chain=input protocol=tcp dst-port=1723 action=accept
add chain=input protocol=gre action=accept
So yeah, when attemting to connect to PPTP server with the server address set as 192.168.1.1 connects just fine. but attempting to do the same with my WAN address from outside and I get nada. I'm not even seeing any hits in my logs, nothing....completely disabling firewall, still nothing.
What might I be missing?