I am trying to establish a PPTP tunnel from one Mikrotik box to another. I’ve done this before on other boxes and it’s worked fine.
However when I try it now, on the PPTP server I get the following log entry:
16:54:18 pptp,info TCP connection established from 67.177.xxx.xxx
16:54:18 pptp,ppp,info : waiting for call…
16:54:18 firewall,info DROP INPUT input: in:WAN out:(none), src-mac 00:13:1a:f6:
63:00, proto 47, 67.177.xxx.xxx->216.xxx.xxx.xxx, len 26
16:54:19 firewall,info DROP INPUT input: in:WAN out:(none), src-mac 00:13:1a:f6:
63:00, proto 47, 67.177.xxx.xxx->216.xxx.xxx.xxx, len 39
16:54:20 firewall,info DROP INPUT input: in:WAN out:(none), src-mac 00:13:1a:f6:
63:00, proto 47, 67.177.xxx.xxx->216.xxx.xxx.xxx, len 39
16:54:22 firewall,info DROP INPUT input: in:WAN out:(none), src-mac 00:13:1a:f6:
63:00, proto 47, 67.177.xxx.xxx->216.xxx.xxx.xxx, len 39
16:54:24 pptp,ppp,info : terminating…
16:54:24 pptp,ppp,info : disconnected
As soon as I enable the client PPTP interface, the above logs repeat themselves. On the client I see the interface make a connection, but then it drops again.
I have port 1723 open on the Mikrotik server.
Do I have a rule incorrect perhaps?
Thanks