how to install dhcp on debian VirtualBox
How to install dhcp on debian. As root simply run sudo apt-get install isc-dhcp-server One we have installed the dhcp server now change the adaptor setting to internal network. Now we need to edit the file and add the interface /etc/default/isc-dhcp-server After editing the file now we have to assign the static ip address to the system for this edit the file /etc/network/interfaces. Restart he service o reload sudo /etc/init.d/networking restart sudo /etc/init.d/networking reload Here we can see that we got the static ip address If you are using the debain server...