On Saturday 05 May 2007 01:48, Tom Eastep wrote: > Steven Jan Springl wrote: > > Tom > > > > A couple of problems with tunnels if the zone name is not defined > > in /etc/shorewall/zones. > > > > Tunnels entry: > > > > ipsec tan 192.168.0.253 lan > > > > produces the following error: > > > > Use of uninitialized value in string eq > > at /usr/share/shorewall-perl/Shorewall/Tunnels.pm line 212, > > <$currentfile> line 15. > > > > ERROR: Invalid zone (tan) : /etc/shorewall/tunnels ( line 15 ) > > > > > > The second problem. > > > > Tunnels entry: > > > > ipsec lan 192.168.0.253 tan > > > > prodcues the following error: > > > > se of uninitialized value in string eq > > at /usr/share/shorewall-perl/Shorewall/Tunnels.pm line 74, <$currentfile> > > line 15. > > > > ERROR: Invalid zone (tan) : /etc/shorewall/tunnels ( line 15 ) > > Revision 6245 should do the trick. > > Thanks, Steven > > -Tom Tom
The first problem above is fixed. For the second problem, the wrong zone name is being displayed in the erorr message: ERROR: Unknown zone (lan) is being produced instead of: ERROR: Unknown zone (tan) 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
