On Wednesday 25 April 2007 18:44, Steven Jan Springl wrote:
> On Wednesday 25 April 2007 17:28, Tom Eastep wrote:
> > Tom Eastep wrote:
> > > Steven Jan Springl wrote:
> > >> On Wednesday 25 April 2007 16:33, Tom Eastep wrote:
> > >>> Steven Jan Springl wrote:
> > >>>> Tom
> > >>>>
> > >>>> Host file entry:
> > >>>>
> > >>>> tan    eth0:192.168.0.99,192.168.0.98,192.168.0.100-192.168.0.200,!192.
> > >>>>16 8.0 .132
> > >>>>
> > >>>> produces the following error:
> > >>>>
> > >>>> Use of uninitialized value in string ne
> > >>>> at /usr/share/shorewall-perl/Shorewall/Rules.pm line 1309.
> > >>>
> > >>> Fixed in revision 6114.
> > >>>
> > >>> Thanks, Steven.
> > >>>
> > >>> -Tom
> > >>
> > >> Tom
> > >>
> > >> I can't get exclusion to work in the hosts file.
> > >> The following entry:
> > >>
> > >> tan  eth0:192.168.0.0/16!192.168.0.2
> > >>
> > >> generates the following error:
> > >>
> > >> iptables-restore v.1.3.6: invalid mask '16!192.168.0.2' specified
> > >
> > > Steve,
> > >
> > > Please give revision 6116 a try. It looks like it is generating the
> > > proper rules.
> >
> > Stop the presses! Revision 6117 fixes another exclusion bug.
> >
> > -Tom
>
> Tom
>
> I am now getting the following error:
>
> iptables-restore v1.3.6: Couldn't load target
> `tan_input':/lib/iptables/libipt_tan_input.so: cannot open shared object
> file: No such file or directory
>
> from the following rule:
>
> -A eth0_in -s 192.168,0.0/15 -j tan_input
>
> Steven.
Tom

The rule should have been:

A eth0_in -s 192.168,0.0/16 -j tan_input

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-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to