時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
由于要使用網(wǎng)絡(luò)通訊,所以不可避免的要用到dhcp。理想的網(wǎng)絡(luò)通訊方式是下面3種都要支持:
1,接入已有網(wǎng)絡(luò)。這便要求可以作為dhcp客戶(hù)端。
2,作為DHCP服務(wù)器,動(dòng)態(tài)分配IP。
3,指定固定IP
第3種情況沒(méi)有什么好說(shuō)的,簡(jiǎn)單說(shuō)下前2種情況。
使用步驟:
?。?)在內(nèi)核的網(wǎng)絡(luò)項(xiàng)里面把DHCP配置上;
?。?)在busybox里面把[*]udhcp server(udhcpd)
[*]udhcp client(udhcpc)都選上。
udhcpd就是終端設(shè)備作為DHCP服務(wù)器
udhcpc就是終端設(shè)備作為DHCP客戶(hù)端
busybox里面對(duì)dhcp都已經(jīng)給出例子了,
[zhh@localhost busybox-1.14.1]$ ls ./examples/udhcp/
sample.bound? sample.deconfig? sample.nak? sample.renew? sample.script? simple.script? udhcpd.conf
比如使用udhcpc時(shí)
就可以直接把simple.script拿來(lái)使用,改不改名字都可以,busybox里面默認(rèn)的目錄文件是/usr/share/udhcpc/default.script
可以查看下幫助
# udhcpc --help
BusyBox v1.14.1 (2010-01-22 10:35:16 CST) multi-call binary
Usage: udhcpc [-Cfbnqtvo] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]
[-p pidfile] [-r IP] [-s script] [-O dhcp-option]... [-P N]
-V CLASSID????? Vendor class identifier
-i INTERFACE??? Interface to use (default: eth0)
-H,-h HOSTNAME? Client hostname
-c CLIENTID???? Client identifier
-C? Suppress default client identifier
-p file?? Create pidfile
-r IP???? IP address to request
-s file?? Run file at DHCP events (default /usr/share/udhcpc/default.script)
-t N????? Send up to N request packets
-T N????? Try to get a lease for N seconds (default 3)
-A N????? Wait N seconds (default 20) after failure
-O OPT??? Request DHCP option OPT (cumulative)
-o? Do not request any options (unless -O is also given)
-f? Run in foreground
-b? Background if lease is not immediately obtained
-S? Log to syslog too
-n? Exit with failure if lease is not immediately obtained
-q? Quit after obtaining lease
-R? Release IP on quit
-P N????? Use port N instead of default 68
-a? Use arping to validate offered address
#
這樣就很好理解了。
下面就說(shuō)說(shuō)使用udhcpd,同樣可以直接把busybox自帶的udhcpd.conf作為參考,怎么設(shè)置該文件就不詳述了,去參考相關(guān)文檔即可??纯磚dhcpd怎么使用
# udhcpd --help
BusyBox v1.14.1 (2010-01-22 10:35:16 CST) multi-call binary
Usage: udhcpd [-fS] [-P N] [configfile]
DHCP server
-f????? Run in foreground
-S????? Log to syslog too
-P N??? Use port N instead of default 67
幫助一目了然。
我使用的時(shí)候直接
#udhcpd /etc/udhcpd.conf
即可。
還有一個(gè)租約文件要簡(jiǎn)要說(shuō)說(shuō),使用udhcpd時(shí)會(huì)要求建立一個(gè)租約文件,按照提示創(chuàng)建一個(gè)就行了,它起什么作用呢?就是為了記錄客戶(hù)端所獲得的IP,如果沒(méi)有租約文件,則會(huì)重新給客戶(hù)端分配一個(gè)新IP,如果有,則使用原先分配的IP。
關(guān)鍵詞標(biāo)簽:linux,IP
相關(guān)閱讀
熱門(mén)文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶(hù)端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址 dmidecode命令查看內(nèi)存型號(hào) linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷(xiāo) 命令 查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載