linux靜態ip設定

2021-08-21 14:14:43 字數 736 閱讀 8099

vim /etc/sysconfig/network-scripts/ifcfg-enp1s0
修改為以下內容

type="ethernet"

proxy_method="none"

browser_only="no"

name="enp1s0"

uuid="2f66bc1d-3916-46c9-aedd-30cc5dcc14e0"

device="enp1s0"

onboot="yes"

bootproto="static"

#ipipaddr="192.168.0.12"

#子網掩碼

netmask="255.255.255.0"

#閘道器gateway="192.168.0.1"

#dns

dns="8.8.8.8"

dns="114.114.114.114"

重啟網路服務

service network restart
可能出現沒網的問題,下面是新增閘道器

參考:

linux設定靜態ip

安裝linux之後,一般都會設定nat聯網模式,此時沒有為centos分配ip位址為系統分配ip有兩種方法。type ethernet hwaddr 00 0c 29 3f 79 46 nm controlled yes bootproto static name ens33 uuid 37566c...

Linux 設定靜態IP

ubuntu下修改靜態ip 開啟 etc network inte ces檔案,修改為以下內容 auto eth0 iface eth0 inet static address 172.30.1.network 255.255.0.0 gateway 172.30.1.1 新增dns位址,開啟 et...

Linux設定靜態IP

步驟一 終端進入ifcfg eth0 vi etc sysconfig network scripts ifcfg eth0 步驟二 device eth0 裝置名稱 預設 hwaddr 00 0b 28 d3 bb e5 mac位址 預設 type ethernet 網路設定 預設 onboot ...