Is there a way to start the hotspot without the pi being connected to internet? #1296
Unanswered
Soulsender
asked this question in
Q&A
Replies: 1 comment
-
hostapd is capable of starting in an "offline" mode (ie., without ethernet or any internet connectivity). RaspAP has been used in many instances to provide communication between hosts on a purely local wireless network (here's one example). If your service is failing to start, search this project's resources on debugging hostapd. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have my pi working as an access point that my phone can connect to so I can remotely ssh into it on-the-go. The problem is that hostapd will only start if it is connected to internet via ethernet cable. Is there a way I can turn this off so the hotspot will start, but will serve me no internet?
Beta Was this translation helpful? Give feedback.
All reactions