$ sudo dhclient -r //release ip 释放IP
$ sudo dhclient //获取IP
手動使用 DHCP 自動取得 IP 參數: dhclient
如果你是使用 DHCP 協定在區域網路內取得 IP 的話,那麼是否一定要去編輯 ifcfg-eth0 內的 BOOTPROTO 呢? 嘿嘿!有個更快速的作法,那就是利用 dhclient 這個指令~因為這個指令才是真正發送 dhcp 要求工作的程式啊!那要如何使用呢?很簡單!如果不考慮其他的參數,使用底下的方法即可:
[root@www ~]# dhclient eth0 |
夠簡單吧!這樣就可以立刻叫我們的網路卡以 dhcp 協定去嘗試取得 IP 喔!
http://linux.vbird.org/linux_server/0140networkcommand.php#dhclient 鸟哥
ifconfig eth0 up 开启网络端口