PPTP uses the GRE protocol, You have to allow ip PROTOCOL 47 (GRE), not TCP port.
TCP port 1723 is the control connection, while the actual tunnel is GRE (protocol 47).
TCP port 1723 is the control connection, while the actual tunnel is GRE (protocol 47).
Example:
1
2
3
| /ip firewall filteradd action=accept chain=input disabled=no dst-port=1723 protocol=tcpadd action=accept chain=input disabled=no protocol=gre |
No comments:
Post a Comment