Awall firewall activate fails due to missing inet6 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: Awall firewall activate fails due to missing inet6 (/showthread.php?tid=12107) |
Awall firewall activate fails due to missing inet6 - thatrandomguy - 11-10-2020 I know this is not the best place to post but I've put this question everywhere that makes sense.... awall Gitlab, LinuxQuestions, pmOS official IIRC, etc. Plain and simple, I'm trying to harden my PinePhone by running a firewall with valid traffic control and common-sense rules. I tried ufw—didn't work—now trying awall. Awall doesn't activate and gives me the following output when also verifying the config: Code: hostname:$ sudo awall translate --verify I also have the following output in case it's relevant: Code: hostname:~$ iptables -V Code: hostname:~$ cat /etc/os-release Code: hostname:~$ uname -a I cannot understand what is missing as it appears something is missing. Should I cut my losses and just stick with iptables for now? RE: Awall firewall activate fails due to missing inet6 - wibble - 11-11-2020 At a wild guess one of the packet filtering things it requires isn't enabled in the kernel - perhaps check kernel config for CONFIG_NETFILTER_XT_MATCH_RECENT or something? |