Linux??????????DHCP
???????????? ???????[ 2015/12/28 10:53:43 ] ??????????????
??????????RH linux 9.0 ???linux?????????dhcpd????
?????°汾?? dhcp3.0.5 ??????: ????
????1?????:???????dhcp-3.0.5.tar.gz?????/tmp???????
????#cd /tmp
????#gunzip dhcp-3.0.5.tar.gz
????#tar xvf dhcp-3.0.5.tar ?????????????????????????????dhcp-3.0.5
????#cd dhcp-3.0.5 //????????????
????#configure
????#make
????#make install ??dhcp??????
????2??????
????dhcp????????????ù?????????/etc/dhcpd.conf??????????????????????????
/etc/dhcpd.conf:
default-lease-time 1296000;
#IP???Ч???
max-lease-time 4000000;
option subnet-mask 255.255.255.0;
#??????????
option broadcast-address 192.168.0.255;
#?????????
option routers 192.168.0.254;
#???????
option domain-name-servers 211.151.48.59??211.151.48.47;
#???????????
ddns-update-style ad-hoc;
subnet 192.168.0.0 netmask 255.255.255.0 {
#????IP???????
range 192.168.0.100 192.168.0.240;
#?????Χ? 100-240 ??140??IP?????
}
#???????????????MAC??????IP
#host Jephe {hardware ethernet 00:a0:c9:a6:96:33;fixed-address 192.168.1.12;}
????????dhcpd.conf?????ɡ?
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11