On Tue, 2004-09-07 at 15:27, Jacob Friis Larsen wrote: > When I add -s 1.2.3.4 I am unable to connect to my server. > nmap shows that the correct ports are open. > Any ideas? > > iptables -A INPUT -s 1.2.3.4 -j ACCEPT -p tcp --dport 22 -m state > --state NEW i would content that while you believe your source IP is 1.2.3.4 in this scenario--it; in fact, is not. try: iptables -A INPUT -j LOG --log-prefix "FW DROP INPUT: " and see what the logs have to say about it. -j -- Jason Opperisano <opie@xxxxxxxxxxx>