ip6tables problem

Curt Howland Howland at Priss.com
Fri Jan 3 14:54:31 EST 2014


So I'm trying to put together a nice firewall, and there is one
command that is just not working:

ip6tables -A INPUT -m limit --limit 3/min --limit-burst 10 -j LOG
--log-prefix "[INPUT6]: "

ip6tables is acting as if "-j LOG" is trying to jump to a chain that
has not been defined.

"ip6tables: No chain/target/match by that name."

Problem is that every example I can find online makes this seem to "just work".

Any suggestions?

Curt-


More information about the gnhlug-discuss mailing list