I have 2 RB750’s connected together via a 5ghz link, this is setup with WDS layer 2 transparent. I have then created a VLAN between the routers and followed the wiki guide on setting up OSPF which works fine. Both routers are connected to the same ISP via DSL lines using PPPOE into the TIK’s. There is no NAT everything is routed.
The ISP has allocated 2 x /29 ranges for each connection. What I hope to achieve is failover, so that if the DSL connection on Router TIK1 fails, it will use the default route (distributed by OSPF) via TIK2 to the internet. My ISP has told me that I can egress either /29 IP range on either connection, and for incoming traffic they will route the corresponding /29 to the correct DSL and if it fails, route the incoming to the other connection, OSPF should then sort the routing.
The problem:
Lets say I am connected to TIK1 and I break the local DSL connection. The default gateway for that connection is removed from routing, which is correct, and the OSPF default route become active (via TIK2) but the traffic fails. If I traceroute I can see the packets get as far as TIK2 but then are dropped. The ISP says they never see them hit them, yet if I run a packet sniff on the PPPOE of TIK2 I can see the packets going out.
Any ideas? I’m presuming this should work, as its simple routing, I am using V6.12 on the TIK’s wondering if the new IP security features might be stopping the TIK from sending out a packet with a source address that is not local to it? Or if the packets are seen in the packet sniff pcap on the PPPOE link, then can I assume they are 100% going to the ISP and perhaps they are dropping it?
Any suggestions welcome.
Thanks
W