Tom In Shorewall6 4.4.27 the following proxyndp entry: 2001:4d48:ad51:24::f3 eth2 eth0 no no does not add the required route. The code produced in /var/lib/shorewall6/.restart is: qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 run_ip route add 2001:4d48:ad51:24::f3/128 dev eth2 Splitting the line into 2 separate lines: qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 run_ip route add 2001:4d48:ad51:24::f3/128 dev eth2 then running "./.restart restart" successfully adds the required route. Steven. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
On Jan 21, 2012, at 4:22 PM, Steven Jan Springl wrote:> In Shorewall6 4.4.27 the following proxyndp entry: > > 2001:4d48:ad51:24::f3 eth2 eth0 no no > > does not add the required route. > > The code produced in /var/lib/shorewall6/.restart is: > > qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 run_ip route add > 2001:4d48:ad51:24::f3/128 dev eth2 > > Splitting the line into 2 separate lines: > > qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 > run_ip route add 2001:4d48:ad51:24::f3/128 dev eth2 > > then running "./.restart restart" successfully adds the required route.Steven, Here''s a patch that applies cleanly to both 4.4.27 and 4.5.0. Thanks, -Tom Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
On Jan 21, 2012, at 8:01 PM, Tom Eastep wrote:> > Here''s a patch that applies cleanly to both 4.4.27 and 4.5.0. >BTW - I will be traveling this week, so I will have only sporadic opportunities to work on Shorewall. -Tom Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
On Sunday 22 Jan 2012 04:01:31 Tom Eastep wrote:> On Jan 21, 2012, at 4:22 PM, Steven Jan Springl wrote: > > In Shorewall6 4.4.27 the following proxyndp entry: > > > > 2001:4d48:ad51:24::f3 eth2 eth0 no no > > > > does not add the required route. > > > > The code produced in /var/lib/shorewall6/.restart is: > > > > qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 run_ip route > > add 2001:4d48:ad51:24::f3/128 dev eth2 > > > > Splitting the line into 2 separate lines: > > > > qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2 > > run_ip route add 2001:4d48:ad51:24::f3/128 dev eth2 > > > > then running "./.restart restart" successfully adds the required route. > > Steven, > > Here''s a patch that applies cleanly to both 4.4.27 and 4.5.0. > > Thanks, > -Tom >Tom Confirmed, the patch corrects the issue. Thanks. Steven. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
On Sun, 2012-01-22 at 11:57 +0000, Steven Jan Springl wrote:> Confirmed, the patch corrects the issue.Thanks, Steven -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2