Hello,
I Have a RB1100 in a tower with 2 wireless links to NOC.
This links are over two ospf networks, this provides me failover in case that one link fails.
in this tower there is 2 type of users that belongs 2 different addresses lists.
I Try to do a p.b.r. using this address list, and trying to send one kind of customer over one link and the other kind of customers over the other link, but does’nt work.
I have this 2 rules in mangle:
chain=prerouting action=mark-routing new-routing-mark=23M_usuari passthrough=no src-address-list=!1Mb
chain=prerouting action=mark-routing new-routing-mark=1M_usuari passthrough=no src-address-list=1Mb
and there is 2 route commands:
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=
10.255.255.233 routing-mark=1M_usuari scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=
10.255.255.217 routing-mark=23M_usuari scope=30 target-scope=10
and finally there are all the ospf dynamic created routes.
When I enable this routes I am unable to get acces to neither Internet nor NOC.
10.255.255.233 and 10.255.255.217 are the IP of NOC core router ethernet ports attached to wireless links(they are in bridged mode).
What I’m doing wrong in this setup?
Thanks in advance!!!