本帖最後由 角色 於 2014-9-1 22:41 編輯
RB Gateway IP = 192.168.88.1
Problem found = PPTP connection is still connection but no packet traffic can through the PPTP server.
The following settings were tested and found no error for PPTP server without using IP pool:
/interface pptp-server server set authentication=mschap1,mschap2 \
default-profile=default-encryption enabled=yes keepalive-timeout=30 \
max-mru=1460 max-mtu=1460 mrru=disabled
/ppp profile add name=my-profile local-address=172.20.21.1 \ remote-address=172.20.21.2 \
dns-server=8.8.8.8,8.8.4.4 use-compression=default use-encryption=yes
/ppp secret add profile=my-profile name=myuser password=mypasswd service=pptp disabled=no
/ip firewall nat add action=masquerade chain=srcnat out-interface=ether1 src-address=172.20.21.0/28 disabled=no
/ip firewall filter
add chain=input comment="PPTP tcp" dst-port=1723 protocol=tcp action=accept
add chain=input comment="PPTP gre" protocol=gre action=accept |