routeros7 socks packet to another gateway not working
Posted: Mon Oct 25, 2021 8:06 pm
my configure in router os 6.49 and work prefectly :
but not working in router os 7 .
socks users connect to routing table vpn
but in os7 not working
/interface pptp-client
add connect-to=37.xxx.xxx.xxx disabled=no name=vpn password=123 user=123
/ip firewall mangle
add action=mark-routing chain=output dst-port=443 new-routing-mark=vpn \
passthrough=yes protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat
/ip route
add distance=1 gateway=vpn routing-mark=vpn
/ip socks
set auth-method=password enabled=yes version=5
/ip socks users
add name=123 password=123
but not working in router os 7 .
socks users connect to routing table vpn
but in os7 not working
/interface pptp-client
add connect-to=37.xxx.xxx.xxx disabled=no name=vpn password=123 user=123
/ip firewall mangle
add action=mark-routing chain=output dst-port=443 new-routing-mark=vpn \
passthrough=yes protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat
/ip route
add distance=1 gateway=vpn routing-mark=vpn
/ip socks
set auth-method=password enabled=yes version=5
/ip socks users
add name=123 password=123