infusion / node-dhcp

A DHCP server and client written in pure JavaScript
https://raw.org/article/a-pure-javascript-dhcp-implementation/
MIT License
297 stars 75 forks source link

Server for several subnets? #33

Open serjrd opened 6 years ago

serjrd commented 6 years ago

Couldn't find a way to configure several subnets for different interfaces. Is it possible?

jgroom33 commented 5 years ago

This should be possible if the server is run in a docker container and binding is done to the interface IP https://docs.docker.com/v17.09/engine/userguide/networking/default_network/binding/