I have 2011UAS-2HnD RouterBOARD ROS v6.11
I have problem with PPTP passtrought from local computers (local area behind router) - i can't connect to any VPN server on internet - when I "dialing" i have error 691 (bad username or password) - but username and password are 100% correct. Could You tell me where is the problem?
Service port "pptp" are enabled.
Here is my firewall config:
Code: Select all
# mar/27/2014 15:28:30 by RouterOS 6.11
#
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=\
sfp1-gateway
add action=drop chain=input comment="default configuration" in-interface=\
ether1-gateway
add chain=forward comment="default configuration" connection-state=\
established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration" \
connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=sfp1-gateway
add action=masquerade chain=srcnat comment="default configuration" \
out-interface="(unknown)" to-addresses=0.0.0.0
add action=masquerade chain=srcnat out-interface=pppoe-out1
add action=dst-nat chain=dstnat dst-port=3389 protocol=tcp to-addresses=\
192.168.1.101 to-ports=3389
add action=dst-nat chain=dstnat dst-port=1723 protocol=tcp to-addresses=\
192.168.1.101 to-ports=1723
Peter