Here is a screen shot of my config which should help with my explanation of my issue.
I have two broadband connections one on port 1 and the other on port 5. Ports 3 4 and 5 are bridge together so that they are separate from ports one and two. I have made routes so that the http traffic goes out port 1 and all other traffic goes out the bridge. Ive used netwatch and a few scripts to make it so if the internet goes down on port one it will send everything through the bridge to port 5 and out to the internet. But if the bridge internet goes down it wont route the traffic out ether1-gateway because in the route list it still shows 192.168.20.3 reachable on bridge1 even tho its not.
How do i get the route to become unreachable when its down or is there a better way to do this. Ive also attached my export config which may shed some light on what I'm trying to do and also my up and down scrips for netwatch.
Up Script
Code: Select all
/ip route set [/ip route find dst 0.0.0.0] gateway 192.168.20.3
Code: Select all
/ip route set [/ip route find dst 0.0.0.0] gateway 192.168.1.253