routing 0.0.0.0/0

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

/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

thanks for the help!


:sunglasses:


what routing do you use
ospf?

yes, for internal network - ospf =)

question do you maybe have a config between 3 router so i can start playing around with it ?


makes it easyer if i have some examples?

thanks for the reply :slight_smile: :slight_smile: :smiley: :smiley: :astonished: :astonished:

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

:laughing:

thanx will try it out