On 14/09/2013 08:57 μμ, Tom Eastep wrote:
> But there is no point in even using Shorewall's Multi-ISP this way since
> the above route is completely useless on an Ethernet interface.
Hi, Tom

As promised
before shorewall start

#ip r
default  proto zebra
     nexthop via 10.0.11.1  dev eth1 weight 1
     nexthop via 10.0.12.1  dev eth2 weight 1
8.8.4.4 via 10.0.12.1 dev eth2  proto zebra
8.8.8.8 via 10.0.11.1 dev eth1  proto zebra
10.0.11.0/24 dev eth1  proto kernel  scope link  src 10.0.11.2
10.0.12.0/24 dev eth2  proto kernel  scope link  src 10.0.12.2
10.52.0.0/24 dev eth0  proto kernel  scope link  src 10.52.0.77
---------------------------------------------------------------------------------------
after
shorewall start
default  proto zebra
     nexthop via 10.0.11.1  dev eth1 weight 1
     nexthop via 10.0.12.1  dev eth2 weight 1
8.8.4.4 via 10.0.12.1 dev eth2  proto zebra
8.8.8.8 via 10.0.11.1 dev eth1  proto zebra
10.0.11.0/24 dev eth1  proto kernel  scope link  src 10.0.11.2
10.0.11.1 dev eth1  scope link  src 10.0.11.2  <============= THESE 
cause the problem ..
10.0.12.0/24 dev eth2  proto kernel  scope link  src 10.0.12.2
10.0.12.1 dev eth2  scope link  src 10.0.12.2 <============= **** Problem
10.52.0.0/24 dev eth0  proto kernel  scope link  src 10.52.0.77

Entered a
and got an inactive route
S>* 8.8.8.8/32 [1/0] via 10.0.11.1, eth1
S   9.9.9.9/32 [1/0] via 10.0.11.1 inactive
C>* 10.0.11.0/24 is directly connected, eth1

No mater what the providers file configuration was.

So I guess the question is,
Isn't  the route entry "10.0.11.1 dev eth1  scope link  src 10.0.11.2 
redundant
and covered all-ready by "10.0.11.0/24 dev eth1  proto kernel  scope 
link  src 10.0.11.2" ????

If I remove these routes from the tables all seem to work with no 
problem at all and very smoothly!

Thanks in advance
and
Regards
Harry.










------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to