Re: loop back iptables

2013-10-09 Thread Jonathan Dowland
On Wed, Oct 09, 2013 at 04:24:18AM -0400, shawn wilson wrote: > This will do nothing unless you have a default DROP policy …which generally speaking I would advise against. If you have a default ACCEPT policy and your last rule is a DROP, you are resilient against accidentally issuing "iptables -F

Re: loop back iptables

2013-10-09 Thread shawn wilson
On Tue, Oct 8, 2013 at 8:12 PM, Dan Ritter wrote: > On Tue, Oct 08, 2013 at 03:04:14PM -0700, james gray wrote: >> working with the examples at >> >> https://wiki.debian.org/iptables >> >> -A INPUT -i lo -j ACCEPT This will do nothing unless you have a default DROP policy >> and follow procedu

Re: loop back iptables

2013-10-08 Thread Tom H
On Tue, Oct 8, 2013 at 6:04 PM, james gray wrote: > > working with Debian 7.0 > > working with the examples at > > https://wiki.debian.org/iptables > > when i write a example for a lo0 table as shown > > -A INPUT -i lo -j ACCEPT > > and follow procedure of > > iptables-restore < file-name > > i do

Re: loop back iptables

2013-10-08 Thread Dan Ritter
On Tue, Oct 08, 2013 at 03:04:14PM -0700, james gray wrote: > working with Debian 7.0 > > > working with the examples at > > https://wiki.debian.org/iptables > > > when i write a example for a lo0 table as shown > > -A INPUT -i lo -j ACCEPT > > > and follow procedure of > > iptables-restor