On Sat, 01 Apr 2006 15:27:37 +0200 John Wiedenhoeft wiedenhoeft@gmx.net wrote:
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).
Yep, it's OK. Your configuration does not allow any incoming connections, so people won't be able to contact your webserver running your MediaWiki.
Wilinckx.