On Sat, Mar 22, 2008 at 04:00:40PM -0700, Tom Eastep wrote: > Brian J. Murrell wrote: > >>> >>> default nexthop via 67.193.44.1 dev eth0.1 weight 1 >>> nexthop via 192.168.200.1 dev ppp0 weight 1 >>> default via 67.193.44.1 dev eth0.1 default via 192.168.200.1 dev ppp0 >> >> Ahhh. Very interesting solution. I wonder what says Tom about >> implementing this one. > > Most systems won't allow two default routes with the same metric.
Right, sorry, you need to stuff metrics in those rules as well. The basic principle works, the syntax might need tweaking. (Although it would be better fixed by teaching the kernel how to degrade nexthop routes rather than delete them outright) > Ubuntu systems create the default route at metric 100. So Shorewall > doesn't replace it -- the Shorewall added default route is simply added > in front of it. Which raises the question of why that isn't working here. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
