First of all I should mention that I’m new at this and I might say some stupid stuff.
I have a 750 GL with 2 pppoe internet connections.
I’m routing .0/25 on the dynamic IP and .128/25 on the static IP.
this is my mangle
0 ;;; in rds,out rds
chain=input action=mark-connection new-connection-mark=rds_conn passthrough=yes in-interface=rds
1 ;;; in rds,out rds
chain=output action=mark-routing new-routing-mark=rds_traffic passthrough=no connection-mark=rds_conn
2 ;;; pfw rds, out rds
chain=forward action=mark-connection new-connection-mark=rds_pfw passthrough=no connection-state=new in-interface=rds
3 ;;; pfw rds, out rds
chain=prerouting action=mark-routing new-routing-mark=rds_traffic passthrough=no in-interface=ether2-master-local connection-mark=rds_pfw
4 ;;; in rtlc,out rtlc
chain=input action=mark-connection new-connection-mark=rtlc_conn passthrough=yes in-interface=rtlc
5 ;;; in rtlc,out rtlc
chain=output action=mark-routing new-routing-mark=rtlc_traffic passthrough=no connection-mark=rtlc_conn
6 ;;; pfw rtlc, out rtlc
chain=forward action=mark-connection new-connection-mark=rtlc_pfw passthrough=no connection-state=new in-interface=rtlc
7 ;;; pfw rtlc, out rtlc
chain=prerouting action=mark-routing new-routing-mark=rtlc_traffic passthrough=no in-interface=ether2-master-local connection-mark=rtlc_pfw
8 chain=prerouting action=mark-routing new-routing-mark=Fast net passthrough=yes src-address=192.168.88.0/25
9 chain=prerouting action=mark-routing new-routing-mark=Slow Net passthrough=yes src-address=192.168.88.128/25
NAT
chain=srcnat action=masquerade src-address=192.168.88.128/25 out-interface=rtlc
1 chain=srcnat action=masquerade src-address=192.168.88.0/25 out-interface=rds
The connection to the SOCKS proxy is established but there’s no traffic going through it.
