centos6系統ip配置方法
關掉networkmanager
service networkmanager status
service networkmanager stop
ifconfig -a
vim /etc/udev/rules.d/70-persistent-net.rules 清空規則,讓網絡卡名變為eth0
subsystem==「net」, action==「add」, drivers=="?", attr「00:50:56:9d:94:c9」, attr「1」, kernel=="eth", name=「eth0」
mv /etc/udev/rules.d/70-persistent-net.rules /root/ 備份檔案
init 0
ifconfig
ip link show 檢視所有連線
vim /etc/sysconfig/network-script/ifcfg-eth0 編寫eth0的配置檔案
type=erthernet
device=eth0
name=eth0
onboot=yes
bootproto=none
ipaddr=172.16.124.61
netmask=255.255.255.0
gateway=172.16.124.254
重啟network;service network restart
最後,如果使用vcenter控制虛擬機器,轉殖後一定勾選連線網絡卡,已連線和網路標籤要選
centOS6配置靜態IP
vim etc sysconfig network scripts ifcfg eth0 device eth0 bootproto static hwaddr 00 0c 29 c5 9d 1e ipv6init yes nm controlled yes onboot yes type ethe...
CentOS6靜態IP配置
在新裝系統後,需配置靜態ip 1 使用dhcp獲取ip 檢視當前是否聯網 ifconfig 取得當前ip,以及子網掩碼 netstat rn 獲取閘道器位址 以0.0.0.0開頭的行為預設閘道器位址 禁用dhcp和ipv6 service networkmanager stop service ip...
CentOS6配置靜態IP
centos6配置靜態ip 1.編輯網絡卡配置 vi etc sysconfig network scripts ifcfg eth0 device eth0 hwaddr 不需要改 type ethernet uuid 不需要改 onboot yes nm controlled yes bootp...