node-dhcp icon indicating copy to clipboard operation
node-dhcp copied to clipboard

A DHCP server and client written in pure JavaScript

Results 33 node-dhcp issues
Sort by recently updated
recently updated
newest added

My app crashes with an Error telling me about an undefined key. if I add the config-fields to options.js, it works. config.js: ```js 60: {// RFC 2132: Sent by client...

i am test the code. i am tested run in windows 10 mode DHCP Server. and got error ``` Option 97 not known Option 93 not known Option 94 not...

Hi, I have added support for DHCP Option82 with the vendor Cisco in mind.

Hi, How can I perform client authentication on DHCP server? In rfc3118 option 90 is added for client authentication. but in lib/options.js option 90 is not configured. I also tried...

If ignore range is set to true, the server will ignore to reply the client. This is for the dhcp server that want to give static ip address to specific...

the Issue #37 is closed. I try to use 2 UDP socket, but that not enough. I did not find valid solution to bypass this lack of feature. Should I...

The maximum packet size of DHCP is 1400 bytes. So why you should set it on 1500? It causes problems for developers that use your protocol.js for decoding and encoding...

Hi, Thank for this project. I'm trying to replace my ugly dnsmask configuration + nodejs front, by an pure nodejs solution. I forked your source for some changes, but I...

just run your client example. out: ``` Client Listening: 0.0.0.0:68 { op: 1, htype: 1, hlen: 6, hops: 0, xid: 1, secs: 0, flags: 0, ciaddr: '0.0.0.0', yiaddr: '0.0.0.0', siaddr:...

# dhcp-proxy dhcp-proxy is useful when we need to implement a boot server in a LAN with a pre-existant server dhcp (the majority of uses cases) # This issue I...