Wireguard connection is not working on Odroid Bullseye

MichaIng
This fixed it!! Thanks! :slight_smile:

The command listed nft as iptables

# ls -l /etc/alternatives/iptables
lrwxrwxrwx 1 root root 22 Jan 26 14:43 /etc/alternatives/iptables -> /usr/sbin/iptables-nft

Running the update-alternatives fixed my VPN :slight_smile:

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
systemctl restart wg-quick@wg0