Ashley M. Kirchner wrote: > Buddy wu wrote: > >> what's your problem or what do you mean? >> >> > Problem is that while they can connect OUT, nothing from the > outside can connect to them. > Hello there, i think this should do iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -A INPUT --dst $YOUR_IP -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A OUTPUT --src $YOUR_IP -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT