What I uploaded as Beta 4 was missing some intended content. So I''ve just uploaded Beta 5 which includes that content. I apologize for the noise. Thank you for testing, -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 \________________________________________________ ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Tom When I issue a shorewall6 start I get the following error message: /sbin/shorewall6: line 306: PERL5LIB=share/shoreall: No such file or directory Steven. ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
On 4/4/11 2:18 PM, Steven Jan Springl wrote:> Tom > > When I issue a shorewall6 start I get the following error message: > > /sbin/shorewall6: line 306: PERL5LIB=share/shoreall: No such file or directorySteven, See the Known Problems on the Shorewall home page. The fix is in commit db7ddcc49272a4704bd5ca2eec83753ee1e55f6b. -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 \________________________________________________ ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
On Monday 04 April 2011 22:29:37 Tom Eastep wrote:> On 4/4/11 2:18 PM, Steven Jan Springl wrote: > > Tom > > > > When I issue a shorewall6 start I get the following error message: > > > > /sbin/shorewall6: line 306: PERL5LIB=share/shoreall: No such file or > > directory > > Steven, > > See the Known Problems on the Shorewall home page. > > The fix is in commit db7ddcc49272a4704bd5ca2eec83753ee1e55f6b. > > -TomTom That''s fixed it thanks. Steven. ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
Tom The attached minimal config. generates the following nat table rules: *nat :PREROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :dnat - [0:0] :net_dnat - [0:0] -A dnat -j net_dnat -A net_dnat -p 6 --dport 1234 -j REDIRECT --to-port 22 COMMIT In the above rules the dnat chain is unreferenced. If ''physical=+'' is removed from eth0 in the interfaces file or it is changed to vaule other than ''+'' then a jump to the dnat chain from the PREROUTING chain is generated. Steven. ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
On 4/6/11 1:39 PM, Steven Jan Springl wrote:> The attached minimal config. generates the following nat table rules: > > *nat > :PREROUTING ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > :POSTROUTING ACCEPT [0:0] > :dnat - [0:0] > :net_dnat - [0:0] > -A dnat -j net_dnat > -A net_dnat -p 6 --dport 1234 -j REDIRECT --to-port 22 > COMMIT > > In the above rules the dnat chain is unreferenced. > > If ''physical=+'' is removed from eth0 in the interfaces file or it is changed > to vaule other than ''+'' then a jump to the dnat chain from the PREROUTING > chain is generated.Steven, The attached patch seems to correct this problem. -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 \________________________________________________ ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
On Wednesday 06 April 2011 22:55:41 Tom Eastep wrote:> On 4/6/11 1:39 PM, Steven Jan Springl wrote: > > The attached minimal config. generates the following nat table rules: > > > > *nat > > > > :PREROUTING ACCEPT [0:0] > > :OUTPUT ACCEPT [0:0] > > :POSTROUTING ACCEPT [0:0] > > :dnat - [0:0] > > :net_dnat - [0:0] > > > > -A dnat -j net_dnat > > -A net_dnat -p 6 --dport 1234 -j REDIRECT --to-port 22 > > COMMIT > > > > In the above rules the dnat chain is unreferenced. > > > > If ''physical=+'' is removed from eth0 in the interfaces file or it is > > changed to vaule other than ''+'' then a jump to the dnat chain from the > > PREROUTING chain is generated. > > Steven, > > The attached patch seems to correct this problem. > > -TomTom Confirmed, the patch fixes the problem. Thanks. Steven. ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
On 4/6/11 3:16 PM, Steven Jan Springl wrote:> Confirmed, the patch fixes the problem. Thanks.Thank you, 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 \________________________________________________ ------------------------------------------------------------------------------ Xperia(TM) PLAY It''s a major breakthrough. An authentic gaming smartphone on the nation''s most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev