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: Difference between revisions

From COCNM
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 02:20, 19 September 2013

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