[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: loop back iptables



On Tue, Oct 8, 2013 at 6:04 PM, james gray <kmzftq@gmail.com> 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 receive a message "line failed" for that line as shown above.

Was your file

-A INPUT -i lo -j ACCEPT

?

Or was it

*filter
-A INPUT -i lo -j ACCEPT
COMMIT

?


Reply to: