YunoHost-Apps / hotspot_ynh

Wifi Hotspot app for YunoHost
GNU Affero General Public License v3.0
39 stars 19 forks source link

No internet access via the access point #87

Closed 5k4nd closed 2 years ago

5k4nd commented 2 years ago

Describe the bug

No internet connection when using hotspot app. This may be the same issue as this one.

Context

Steps to reproduce

Expected behavior

Well, it may be OK to not be able to reach some dark parts of the Internet (like facebook.com) but I wish I could reach nice places like debian.org!

Logs

Obviously, it's an iptable issue iptables -nvL -t nat:

Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 MASQUERADE  all  --  *      202     0.0.0.0/0            0.0.0.0/0

(note the out:202)

5k4nd commented 2 years ago

Fixed here: https://github.com/YunoHost-Apps/hotspot_ynh/pull/88