Hi,

I might not help your with your
netmeeting stuff but I don't get
the point to your filtering lines...
you start with:

iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP

--> that's okay, create a default policy

iptables -X
iptables -F
iptables -t nat -F
iptables -t nat -X

-> why do you flush and delete the
user defined chains? I mean it must
be exactly vice versa, or? You flush it
then you create the default policy, right?

maybe this was just a dumb idea but I
think it's true ;-)

bye,
sebastian

Reply via email to