vim /etc/sysconfig/network
hostname=你需要修改的名字
vim /etc/udev/rules.d/70-persistent-net.rules
#pci device 0x8086:0x100f (e1000)subsystem==「net」, action==「add」, drivers=="?", attr「00:0c:29:4b:74:13」, attr「1」, kernel=="eth", name=「eth0」
------------------其中的addr在配置靜態ip時需要使用------------------------
vim /etc/sysconfig/network-scripts/ifcfg-eth0
device=eth0hwaddr=00:0c:29:4b:74:13
type=ethernet
uuid=05ee9b48-3802-465e-9b30-5ee014f9ea65
#系統啟動到時候網路介面是否有效
onboot=yes
nm_controlled=yes
#使用靜態分配ip位址
bootproto=static
ipaddr=192.168.140.103
#閘道器gateway=192.168.140.2
#網域名稱解析器
dns1=114.114.114.114
dns2=8.8.8.8
--------------gateway和ipaddr需要根據自己的虛擬機器網路配置------------
centos6 8配置靜態ip
直接上乾貨 1 用vim或者vi開啟配置檔案 vim etc sysconfig network scripts ifcfg eth0 2 把裡邊的內容改成醬紫 知道大夥都不想打字,諾,文本版 device eth0 hwaddr 00 0c 29 b0 0a 23 type ethernet uu...
CentOS 6 8 安裝後系統的網絡卡IP配置
centos 6.8 安裝系統的網路ip配置 例項環境 虛擬機器 vmware 11.1.0 系統 centos 6.8 vim開始進行配置 要修改的內容 標識 5 onboot no 修改為 onboot yes 是否隨系統啟動 標識 7 bootproto dhcp 修改為 bootproto ...
Centos6 8安裝配置VNC
一般情況下,伺服器都會在idc或雲端 為了可以看到伺服器的圖形化介面,可以通過安裝配置vnc服務來實現 本文以在centos6.8上安裝配置vnc為例來說明。1 安裝vnc服務及客戶端 root hostname yum install y tigervnc root hostname yum in...