Results 2630 comments of MichaIng

Does it work when you connect to an IPv4 host explicitly? Also please paste: ```sh cat /etc/iptables.ipv4.nat /etc/iptables.ipv6.nat journalctl -u tor ```

Just `curl -I4 https://dietpi.com/` on the client 😉.

Can you show the output of the commands mentioned above: https://github.com/MichaIng/DietPi/issues/5253#issuecomment-1036582729 Also, while I think Internet access doesn't work in general, please verify that by trying to ping some plain...

Do the clients have default route set to the Tor Hotspot host? ```sh ip r l default ip -6 r l default ```

These are not to "set" the default route, but to "list" the default routes. Did they give any output?

Then there is no default route defined at all. Can you verify that this client has successfully connected to the DietPi hostspot and received an IP address via DHCP? If...

@armstrys As well, you have an RPi with internal WiFi but use an external WiFi card? The country code is applied now during WiFi Hotspot installation already, but the interface...

Then it's indeed strange that the WiFi adapter was detected as interface `wlan1` at any time 🤔. So now it's `wlan0` and the only detected WiFi interface, right? ```sh ip...

This command shouldn't require root permissions 🤔. It's a bash function, loaded into interactive bash shells. Probably you use a different login shell than bash?

It's not so important, it does not much more than printing the first WiFi interface found, preferably the one with a default route assigned > IP address assigned > set...