Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

Install DHCP and DNS

From COCNM
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

System Prep

  • apt-get install isc-dhcp-server bind9

Configure DHCP

  • > /etc/dhcp/dhcpd.conf; vi /etc/dhcp/dhcpd.conf
  • sed -i 's/INTERFACES=""/INTERFACES="eth1 eth2"/g' /etc/default/isc-dhcp-server
  • /etc/init.d/isc-dhcp-server restart
  • reconfigure adminlian for dhcp and confirm he can get an address

Configure Bind