On Friday 04 May 2007 20:57, Tom Eastep wrote: > Steven Jan Springl wrote: > > On Friday 04 May 2007 19:56, Tom Eastep wrote: > >> Steven Jan Springl wrote: > >>> Tom > >>> > >>> Tunnels entry: > >>> > >>> ipsec lan 192.168.0.253 > >>> > >>> produces error: > >>> > >>> Use of uninitialized value in string eq > >>> at /usr/share/shorewall-perl/Shorewall/Tunnels.pm line 73, > >>> <$currentfile> line 12. > >>> > >>> ERROR: Invalid zone (-) : /etc/shorewall/tunnels ( line 12 ) > >> > >> Corrected in revision 6238. > >> > >> Thanks, Steven. > >> > >> -Tom > > > > Tom > > > > It now generates iptables rule: > > > > -A fw2lan -p udp -d 192.168.0.253 --dport 500 -m --state NEW -j > > ACCEPT > > > > which produces error message: > > > > iptables-restore v1.3.6: Couldn't load match > > `--state':/lib/iptables/libipt_--state.so: cannot open shared object > > file: No such file or directory > > Silly typo is fixed in revision 6239. > > Thanks, Steven > > -Tom Tom
It now generates iptables rule: -A lan2fw -p udp -s 192.168.0.253 --dport -m state --state NEW -j ACCEPT which produces error: iptables-restore v1.3.6: invalid port/service '-m' specified Steven. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
