Page 1 of 1

routeros7 socks packet to another gateway not working

Posted: Mon Oct 25, 2021 8:06 pm
by soheilsh
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

Re: routeros7 socks packet to another gateway not working

Posted: Tue Oct 26, 2021 8:18 pm
by soheilsh
no body to helping ?
my telegram id : megasoheilsh

Re: routeros7 socks packet to another gateway not working

Posted: Thu Nov 11, 2021 11:59 pm
by soheilsh
ros 7 beta 6 , still have problem

Re: routeros7 socks packet to another gateway not working

Posted: Fri Nov 12, 2021 2:04 am
by mducharme
ros 7 beta 6 , still have problem
You have to also manually define "vpn" as a routing table in v7 otherwise it will not work, it is a new feature:
/routing table
add disabled=no fib name=vpn

Re: routeros7 socks packet to another gateway not working

Posted: Mon Nov 15, 2021 8:32 pm
by soheilsh
ros 7 beta 6 , still have problem
You have to also manually define "vpn" as a routing table in v7 otherwise it will not work, it is a new feature:
/routing table
add disabled=no fib name=vpn
yes in ros7 route table is already added

Re: routeros7 socks packet to another gateway not working

Posted: Tue Dec 07, 2021 11:05 am
by darvih
i have this problem too

anybody have a solution ?

Re: routeros7 socks packet to another gateway not working

Posted: Tue Dec 07, 2021 11:33 am
by Znevna
socks5 is currently (as of 7.1) broken.