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-
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to