Skip to content
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

DHCP server handing out dhcp offers while in state connected #49

Closed
reck7 opened this issue Jul 26, 2019 · 4 comments
Closed

DHCP server handing out dhcp offers while in state connected #49

reck7 opened this issue Jul 26, 2019 · 4 comments

Comments

@reck7
Copy link

reck7 commented Jul 26, 2019

In playing around getting 1.6-1 running on raspberry pi zero I have found dhcp server continues to hand out 10.41.0.x addresses while device is in connects state. I have a esp8266 that come out of deep sleep and connect to wifi. It appears that comitup is seeing the discover broadcasts and is sending out offers.

image

This was in 1.5-1 as well. Honestly I have not rebooted once got 1.6-1 running with the networkmanager 2.1-1. I am remote to where the device is and did not want to lose connectivity.

@davesteele
Copy link
Owner

DHCP sticks around in dual-interface mode, but it shouldn't in the single interface case. I'll take a look at it.

@davesteele
Copy link
Owner

dnsmasq management was moved from NetworkManager to Comitup in version 1.6.

@reck7
Copy link
Author

reck7 commented Jul 26, 2019

I did a purge of comitup, did an apt autoremove and the installed again to pick up your changes from today. It still seems to be handing out DHCP offers.
image

@davesteele
Copy link
Owner

Today's changes addressed a different bug.

The fix for this will look more like a0b2e2b (this is untested).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants