Linux/DHCP
DHCP 설치
# yum -y install dhcp # vi /etc/dhcp/dhcpd.conf option domain-name "kobic.kr"; option domain-name-servers ns.kobic.re.kr; default-lease-time 600; max-lease-time 7200; authoritative; subnet xxx.xxx.xxx.0 netmask 255.255.255.0 { range dynamic-bootp xxx.xxx.xxx.100 xxx.xxx.xxx.200; option broadcast-address xxx.xxx.xxx.255; option routers xxx.xxx.xxx.1; } # service dhcpd restart # chkconfig dhcpd on..
2012. 6. 12. 16:19
최근댓글