lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.07k stars 283 forks source link

No Internet #271

Open jepunband opened 1 year ago

jepunband commented 1 year ago

Describe the bug Once the access point has started and when client connects to the access point it shows as No Internet.

To Reproduce Steps to reproduce the behavior:

  1. create_ap wlan1 wlan0 myaccesspoint

Expected behavior Client connected to the access point should have internet connection.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

lakinduakash commented 1 year ago

Are you getting any error logs?

oOHiyoriOo commented 1 year ago

got the same problen on Parrot OS, launched app with terminal, i don't get any error logs in the terminal.

coutouly commented 1 year ago

get same probleme on archcraft linux

issambaccouch commented 1 year ago

the same problem in Fedora 37 using Intel Corporation Comet Lake PCH CNVi WiFi

Brax-Morgir commented 4 months ago

I was having the same issue.

Connecting the to AP would work (Status = Connected) But web pages would not load. In the end for me the issue was DNS resolution. I don't know why but using the AP's gateway as the DNS server was not working.

Changing /etc/create_ap.conf

From DHCP_DNS=gateway to DHCP_DNS=8.8.8.8

And manually starting the AP from the command line create_ap --config /etc/create_ap.conf

Fixed it for me, 8.8.8.8 is one of the common DNS servers provided by google.

Using the GUI in this case would reset the DNS to the gateway again.. Having the option in the GUI would and properly saving and loading it so the UI would be usable again would be useful.