Am Samstag, den 01.04.2006, 18:36 +0530 schrieb Amit Vyas:
If you want to stop any network user to surf your personal Wiki Following command will stop anyone from accessing your HTTP port
iptables -A INPUT -s 0/0 -i eth0 -p TCP --dport 80 -j DENY
Thanks. I have Firestarter running, there are no rules listed for incoming traffic yet (list is called "allowed connections"). So I guess that's already the case? Or is this command somewhat different (sorry for my lack of expertise, I try to catch up).
Regards, John