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
Jump to navigation
Jump to search
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
- > /etc/bind/named.conf.options; vi /etc/bind/named.conf.options
- /etc/init.d/bind9 restart
- vi /etc/resolv.conf