DHCPServer icon indicating copy to clipboard operation
DHCPServer copied to clipboard

Managed DHCP server implementation, written in C#

Results 5 DHCPServer issues
Sort by recently updated
recently updated
newest added

Hello. Is it possible to instantly see the devices connected to the DHCP server? I can see the reserves, but it does not disappear from the list when the device...

Hi, is there a way to prevent the dhcp server from issuing ip's referenced in the list of reservations? it seems that if the reservations are within the pool, there...

enhancement

Hi JP, Sorry for a long post, I have been using TinyPXE to chainload iPXE to install OS. How do I chainload ipxe? In the configuration.xml, how do I specify...

enhancement

Exceptions weren't handled properly, causing them to appear in UnobservedTaskException. Also the Timer created during MainTask wasn't disposed. I've split this up in two methods to greatly simplify the logic.