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

Having issues with broadcast #76

Open
johnathanhawn opened this issue Apr 6, 2023 · 1 comment
Open

Having issues with broadcast #76

johnathanhawn opened this issue Apr 6, 2023 · 1 comment

Comments

@johnathanhawn
Copy link

SO I have a device that only looks for dhcp messages on 255.255.255.255 and no matter how I set broadcast for the the server it will only send out offers based on the subnets broadcast address. any good way to fix this?

@ljluestc
Copy link

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 255.255.255.255;
default-lease-time 600;
max-lease-time 7200;
}

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