On Wednesday 18 April 2007 16:51, Tom Eastep wrote:
> Steven Jan Springl wrote:
> > Tom
> >
> > If the following rule is defined:
> >
> > ACCEPT  $FW  lan  tcp  22  -  -  -  0
> >
> > The following iptables rule is generated:
> >
> > -A fw2lan -p tcp --dport 22 -j ACCEPT
> >
> > The -m owner is missing.
>
> Thanks. Fix commited to SVN in rev 5996.
>
> -Tom
Tom

It works now,

However the following rule:

ACCEPT  lan:192.168.0.2  $FW  udp  0  0

produces the following iptables rule:

-A lan2fw -p udp -s 192.168.0.3 -j ACCEPT

both source and destination ports are missing.

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