Assign a secondary IP address to a Windows machine using DHCP
        Posted  
        
            by 
                IndigoFire
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by IndigoFire
        
        
        
        Published on 2011-01-10T18:34:38Z
        Indexed on 
            2011/01/10
            18:55 UTC
        
        
        Read the original article
        Hit count: 321
        
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?
© Server Fault or respective owner