You are not logged in.
Hi there,
I am trying to setup ufw on my arch server and when I do this I received the following error message.
my system is running as follows
Linux 5.4.70-1-lts #1 SMP Wed, 07 Oct 2020 23:54:51 +0000 x86_64 GNU/Linuxsudo systemctl enable ufw.service
Created symlink /etc/systemd/system/multi-user.target.wants/ufw.service -> /usr/lib/systemd/system/ufw.service.
➜ ~ sudo systemctl start ufw.service
➜ ~ sudo ufw status
ERROR: problem running iptables: iptables v1.8.5 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.I have looked up this error though I have not had much luck in finding a solution. I have used the Uncomplicated Firewall page to try and find a solution to this thought I have also taken a look through the ufw Man Page and this has given me some useful information but has not resolved my issue
Last edited by ArcticStag (2020-10-25 01:28:25)
Offline
Status Update. I have managed to resolve this issue by installing the iptables-nft through pacman.
sudo pacman -S iptables-nftOffline