-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebControl taking down my network #189
Comments
when you say 'issuing IP addresses' are you talking about DHCP or DNS?
pi hole should be your DNS server, but not DHCP
David Lang
…On Sun, 16 Jan 2022, buck2825 wrote:
I have a moderately complex home network. I connect my RPi to wifi but at some point the pi starts issuing IP addresses. My Pi-hole is what I want to issue my IP addresses. I think this is caused by start up times of the different systems.
should the pi hole not issue IP addresses if connected to an already existing wifi network.
|
DHCP, I have 6 other devices on my network that can be DHCP servers, but I have them shut off or on as required. the Maslow is the only one that turns on and off when it wants to. based on network connectivity. |
the maslow webcontrol image hs the ability to be it's own AP so that you can
connect to it when you don't have any other network up, but it should not be
enabled once you configure it to connect to an existing network.
This is a serious bug in the software, but I would say that the fix is to login
to the pi and just uninstall the dhcp server (I don't know if it uses dhcpd or
dnsmasq or something else). If you have an existing network defined it should
not be used.
…On Mon, 17 Jan 2022, buck2825 wrote:
DHCP, I have 6 other devices on my network that can be DHCP servers, but I have them shut off or on as required. the Maslow is the only one that turns on and off when it wants to. based on network connectivity.
|
My Maslow pi with webcontrol started doing the same thing about a month
ago. I had to edit /etc/dnsmasq.conf and remove the dhcp server. You can
also stop it with:
sudo service dnsmasq stop
but it will restart at boot if not disabled in the config file.
Super annoying that some update enabled this, because I sure as hell didn't.
…On Sun, Jan 16, 2022, 11:05 AM buck2825 ***@***.***> wrote:
I have a moderately complex home network. I connect my RPi to wifi but at
some point the pi starts issuing IP addresses. My Pi-hole is what I want to
issue my IP addresses. I think this is caused by start up times of the
different systems.
should the pi hole not issue IP addresses if connected to an already
existing wifi network.
—
Reply to this email directly, view it on GitHub
<#189>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDX5EHTVBOVAWUA23ORFYLUWMCFLANCNFSM5MDBAQJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I ended up removing dnsmasq so the RPi couldn't issue IP addresses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a moderately complex home network. I connect my RPi to wifi but at some point the pi starts issuing IP addresses. My Pi-hole is what I want to issue my IP addresses. I think this is caused by start up times of the different systems.
should the pi hole not issue IP addresses if connected to an already existing wifi network.
The text was updated successfully, but these errors were encountered: