blacklist and other various "problems"

Christopher Gilroy <[email protected]> Sun, 6 Sep 2015 01:47:18 -0400
Newsgroups gmane.comp.security.firewalls.firehol.user
Message-ID <CAFCiPe=nM=fErzypTaGXk0oqsN5hYiQq+nCto=NQVkLQCB4UdQ@mail.gmail.com>
FireHOL 2.0.3:

Randomly trying the default rules at:
http://firehol.org/tutorial/firehol-by-goal/ while also putting "version 6"
and of course my actual public_ip and eth#'s for lan and ppp+ spits out
"ip6tables host/network `1.1.1.1' not found" errors.

The same error occurs with a super-simple config (which works since it's
blocking all public requests and allowing all private request, which is
what I have it set for) when I try using blacklist. From the looks of it
blacklist 1.1.1.1 should drop all packets from 1.1.1.1 without any other
directives? I get the same error with ip6tables complaining about `1.1.1.1'
not found.

If I try blacklist4 as per the docs, I get command blacklist4 not found.

Any thoughts, my config is below:

version 6
blacklist full 174.60.187.117

# My LAN. Everything is allowed here.
interface eth0 lan
policy accept

server_custom_ports="tcp/80"
client_custom_ports="default 80"

interface eth1 wan
protection strong
server custom accept

client all accept
_______________________________________________
Firehol-support mailing list
[email protected]
http://lists.firehol.org/mailman/listinfo/firehol-support