一 直接在配置檔案修改
/etc/sysconfig/network-scripts/ifcfg-eth0
device="eth0" #描述網絡卡對應的裝置別名
bootproto="static" #通過不同協議設定網絡卡獲得ip位址的方式,–靜態static –bootp –dhcp****
hwaddr="08:00:27:29:2f:76"
#對應的網絡卡網絡卡位址,即mac位址
nm_controlled="no"
onboot="yes" 系統啟動時自動載入eth0 ****
type="ethernet" #表示網路型別是乙太網
uuid="86a741ef-e296-4366-8a31-631b45885425"
ipaddr=192.168.88.71 #設定網絡卡ip位址 ****
netmask=255.255.255.0 #設定網絡卡掩碼位址 ****
gateway=192.168.88.1 #設定網絡卡對應的網路位址 ****
注意:
等號左右不要加空格,否則會報錯;
單雙引號要配對,否則會報錯;
二 修改儲存後,重啟服務 service network restart
三 通過ping確認是否配置成功
[root@jing network-scripts]# ping blog.csdn.net
ping blog.csdn.net (47.95.49.160) 56(84) bytes of data.
64 bytes from 47.95.49.160: icmp_seq=1 ttl=33 time=5.48 ms
64 bytes from 47.95.49.160: icmp_seq=2 ttl=33 time=7.01 ms
64 bytes from 47.95.49.160: icmp_seq=3 ttl=33 time=5.55 ms
64 bytes from 47.95.49.160: icmp_seq=4 ttl=33 time=5.48 ms
64 bytes from 47.95.49.160: icmp_seq=5 ttl=33 time=11.6 ms
CentOS 6 9設定IP 閘道器 DNS
在 etc sysconfig network scripts目錄下,用vi命令編輯eth0 device eth0 裝置名稱 hwaddr c8 1f 66 b8 eb 9f 實體地址 onboot yes 是否啟動 bootproto static 靜態ip,可以選擇dhcp broadcast...
CentOS 6 9設定IP 閘道器 DNS
在 etc sysconfig network scripts目錄下,用vi命令編輯eth0 device eth0 裝置名稱 hwaddr c8 1f 66 b8 eb 9f 實體地址 onboot yes 是否啟動 bootproto static 靜態ip,可以選擇dhcp broadcast...
CentOS 6 9設定IP 閘道器 DNS
在 etc sysconfig network scripts目錄下,用vi命令編輯eth0 device eth0 裝置名稱 hwaddr c8 1f 66 b8 eb 9f 實體地址 onboot yes 是否啟動 bootproto static 靜態ip,可以選擇dhcp broadcast...