Unable to perform iptables NAT masquerading due to an outdated version of iptables
Default was nftables. What led you to your one-off config?
Please paste text and remove your screenshot.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/dhcp
cat /etc/config/firewall
Depending on what other packages you have installed, the following usually fixes this problem:
opkg update
opkg remove iptables-zz-legacy
opkg install iptables-nft
3 Likes