060.dhcp配置文件

vim /etc/dhcp/dhcpd.conf

ddns-update-style interim;

local-address 192.168.200.1;

subnet 192.168.200.0 netmask 255.255.255.0

{

       option routers 192.168.200.1;

       option subnet-mask 255.255.255.0;

       option broadcast-address 192.168.200.255;

       option domain-name-servers 192.168.200.1;

       range dynamic-bootp 192.168.200.12 192.168.200.251;

       default-lease-time 28800;

       max-lease-time 43200;

       next-server  192.168.200.1;

       filename "/pxelinux.0";

}


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章