IP查看配置
查看IP
輸入ifconfig如下圖:
配置網卡IP地址
vim etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
:wq!
$sudo /etc/init.d/networking restart
默認配置
address+table鍵+值+回車
netmask+table鍵+值+回車
gateway+table鍵+值
網卡IP測試
注意事項:
兩臺服務器型號一樣,一個光驅能用一個光驅不能用,不能用光驅的服務器硬盤拿到能用的光驅的服務器上安裝Ubuntu
安裝好后,再拿回來,發現啟動后ifconfig 提示錯誤
eth0:error while getting interface flags:
No such device
siocsifaddr;no such device
解決方法:
rm -rf /udev/rules.d/70-persistent-net.rules&reboot
重新啟動后查看IP,OK
本文轉自 onesthan 51CTO博客,原文鏈接:http://blog.51cto.com/91xueit/1206417,如需轉載請自行聯系原作者
總結
- 上一篇: 关于在真实物理机器上用clouderma
- 下一篇: 精通Server Core系列之二 --