Robert Donovan wrote:
iptables -A INPUT -i [interfacename] -s [allowed_addresses] -p tcp --sport 1024:65535 --dport 80 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
If you want to allow anyone to connect on port 80, omit the -s[interfacename] stipulation.
[snip]
Sorry, that last line should read: If you want to allow anyone to connect to port 80, omit the -s [allowed_addresses] stipulation.
RD
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
