David Coulson on 31 Jan 2011 09:03:24 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] iptables question |
Mike- It runs slowly because you are dropping DNS responses. One of the first rules in INPUT should be 'if this is an established or related connection, let it back in' iptables -I INPUT 1 -m state --state RELATED,ESTABLISHED -j ACCEPT That will solve your issue, or you can do 'iptables -Ln' which disables DNS lookups. Most likely you want to add the state rule, since pretty much any outbound connection won't work. David On 1/31/2011 11:57 AM, Mike Sheinberg wrote: Hey potential iptables wranglers, |
___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug