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

Support multiple subnets with the generated dhcpd.conf #1

Open
JustinVenus opened this issue Oct 28, 2012 · 0 comments
Open

Support multiple subnets with the generated dhcpd.conf #1

JustinVenus opened this issue Oct 28, 2012 · 0 comments

Comments

@JustinVenus
Copy link
Member

Currently the utility only generates a single subnet, even though we have enough information to create multiple subnets.

example:

for the 192.168.100.0 network with the subnet mask 255.255.255.192

Network from to Broadcast Address
192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63
192.168.100.64 192.168.100.65 192.168.100.126 192.168.100.127
192.168.100.128 192.168.100.129 192.168.100.190 192.168.100.191
192.168.100.192 192.168.100.193 192.168.100.254 192.168.100.255

actual result:
Network from to Broadcast Address
192.168.100.0 192.168.100.1 192.168.100.62 192.168.100.63

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

1 participant