Assign a secondary IP address to a Windows machine using DHCP
- by IndigoFire
Is it possible to configure dhcpd (on a Linux box) to assign a Windows PC 2 separate IP configurations? Right now I've configured the two IP addresses manually and it does exactly what's needed, but I can't figure out how to achieve the same thing with DHCP.
For example, is it possible to set up a virtual interface that piggy-backs onto the first interface and gets its own configuration?
Alternatively, is it possible to run a script upon getting IP values from DHCP that would then be able to configure the secondary IP?