Page 575 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 575
sudo nano /etc/dhcp/dhcpd.conf
을 이용하여 설정파일 편집
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
앞에 주석구문(#)을 추가하여 비활성화 처리
#option domain-name "example.org";
#option domain-name-servers ns1.example.org, ns2.example.org;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;
authoritative;를 활성화 한다.
# If this DHCP server is the official DHCP server for the local
- 568 -