lol ok then troubleshooting
Make sure we are looking at the right interface. Run ip route and see if it’s eth or usb instead.
Check the client config allowed IPs AllowedIPs = 0.0.0.0/0
Silly but make sure the client has internet access in the first place
curl https://1.1.1.1
iptables are easy to make a mess with. Run and see if there is a rule conflict
sudo iptables -P FORWARD ACCEPT
Make sure we are looking at the right interface. Run ip route and see if it’s eth or usb instead.
Check the client config allowed IPs AllowedIPs = 0.0.0.0/0
Silly but make sure the client has internet access in the first place
curl https://1.1.1.1
iptables are easy to make a mess with. Run and see if there is a rule conflict
sudo iptables -P FORWARD ACCEPT