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