On Thu, 27 May 2004 14:40:27 -0700, Nina Pham wrote: > I wants to edit the iptables on my FC2 system, I did > iptables -A INPUT -j DROP -s an.ip.addr.num -d my.ip.addr.num > then I did iptables -L, it got stuck just before the new rule. Anybody > can help? Quick guess: let DNS reply packets through. Or use "iptables -L -n".