[wellylug] iptables question

Richard Hector rhector at paradise.net.nz
Sun Mar 28 00:40:33 NZST 2004


On Sat, Mar 27, 2004 at 08:36:25PM +1200, Richard Hector wrote:
> Hi all,
> 
> If I have, for example:
> 
> iptables -N combined
> iptables -A INPUT -j combined
> iptables -A FORWARD -j combined
> 
> does this
> 
> iptables -A combined -o !+ -j ACCEPT
> 
> make sense?

I've done some testing now (which I should have done in the first
place).

It appears that it doesn't work. The "-o !+" seems to mean "match if an
output interface is specified, but it isn't one of mine", which seems a
little pointless.

Oh well - time to think of another way.

Richard




More information about the wellylug mailing list