xezen
1
i have 3 internet lines connected to my proxy
but i want to set it like this but not shor how to set filters
i have a roule set for 0.0.0.0/0 with eth1 and eth2 as the gateway
but i want to set eth3 for proxy 192.168.80.100
how what will my mangle rule be for ruting mark if i want to do this
Chupaka
2
/ip route add gateway=eth3 routing-mark=for_my_proxy
/ip firewall mangle add chain=prerouting src-address=192.168.80.100 action=mark-routing new-routing-mark=for_my_proxy disabled=no
xezen
3
thanks for the help!

what routing do you use
ospf?
Chupaka
4
yes, for internal network - ospf =)
xezen
5
Chupaka
6
all my ospf configuration for new router is like this:
/routing ospf
set redistribute-connected=as-type-1 router-id=xxx.xxx.xxx.xxx
/routing ospf network
add area=backbone disabled=no network=xxx.xxx.0.0/16
