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

DHCPClient listens port 67, which is used by dhcpd #16

Open
Apochens opened this issue Jul 8, 2023 · 1 comment
Open

DHCPClient listens port 67, which is used by dhcpd #16

Apochens opened this issue Jul 8, 2023 · 1 comment

Comments

@Apochens
Copy link

Apochens commented Jul 8, 2023

Hello!

I'm trying to use the client to communicate with isc-dhcpd server. While using, I found that the client tries to listen to port 67 in the initialization phase:

self.listening_ports = [67]

However, isc-dhcpd uses port 67 to serve. could you please explain why the client listens to port 67?

@TheFlipside
Copy link

This is standard in the DHCP, if you want to use this you can't run the isc-dhcpd server at the same moment.

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