firehol icon indicating copy to clipboard operation
firehol copied to clipboard

A firewall for humans...

Results 124 firehol issues
Sort by recently updated
recently updated
newest added

Using Debian 9 here, dmesg shows me this message: nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables...

I miss a line in the very last schema on http://firehol.org/tutorial/firehol-new-user/ Should not be present the command `server ident reject with tcp-reset` under `interface4 ppp+ internet src not "${home_ips} ${UNROUTABLE_IPS}"`?...

Hello, I need some help understanding the CT helpers. It is unclear to me how I am supposed to know what I need for helpers, or what I am supposed...

The way you are pulling my feeds has some duplication but also includes lower confidence data. You don't need to pull all the families individually, you can pull c2-masterlist-high.txt which...

Hi, I tried setting up snat for on my dual stack interface by specifying ``` ipv4 snat to out-ipv4 outface out ipv6 snat to out-ipv6 outface out ``` which works...

This was already mentioned in #268, but I think it deserves its own issue. In current implementation, the command `firehol debug` does not work if run by non-`root` user. This...

This is a request for comments: is it time to replace the mailing lists with a forum? A number of people have asked, the latest being #370 The mailing lists...

Hoping you guys don't mind helping someone with no formal training. Running Kabuntu18.10 with a directly connected CenturyLink DSL connection configured with pppoeconf. LAN is a multi-interface bridge configured with...

I have three gateway as follows ```bash gateway ISP1 dev enp1s0.10 gw 192.168.100.1 check ping 1.1.1.1 gateway ISP2 dev enp1s0.80 gw 192.168.80.1 check ping 1.1.1.1 gateway ISP3 dev enp1s0.40 gw...