[lug] open port

Rob Nagler nagler at bivio.biz
Thu Mar 28 08:25:17 MST 2002


Chip Atkinson writes:
> Don't ignore connections with your firewall.  You need to reject it with
> a port unavailable message.

FYI, this is the iptables command:

iptables -A INPUT -i eth0 -p tcp --dport auth -j REJECT --reject-with tcp-reset

Rob





More information about the LUG mailing list