1、修改配置檔案/etc/network/inte***ces
root@ubuntu:~#sudo gedit /etc/network/inte***ces
新增以下內容:
auto eth0#設定自動啟動eth0介面
iface eth0 inet static#配置靜態ip
address 192.168.1.234#ip位址
netmask 255.255.255.0#子網掩碼
gateway 192.168.1.1#預設閘道器
2、修改dns
sudo gedit /etc/resolve.conf
nameserver 127.0.0.1 #記得加上
nameserver 8.8.8.8#當地dns伺服器(用ipconfig /all 檢視本地dns,第乙個dns是預設的,共有2個dns)
注:#後面的注釋資訊不要加進去。
3、重啟網路,使配置生效
sudo /etc/init.d/networking restart
4、檢視ip是否配置成功 root@ubuntu:~# ifconfig
root@dacheng:~# ifconfig
docker0 link encap:乙太網 硬體位址 56:84:7a:fe:97:99
up broadcast multicast mtu:1500 躍點數:1
接收資料報:0 錯誤:0 丟棄:0 過載:0 幀數:0
傳送資料報:0 錯誤:0 丟棄:0 過載:0 載波:0
碰撞:0 傳送佇列長度:0
接收位元組:0 (0.0 b) 傳送位元組:0 (0.0 b)
eth0 link encap:乙太網 硬體位址 e0:69:95:77:80:86
up broadcast running multicast mtu:1500 躍點數:1
接收資料報:64229829 錯誤:0 丟棄:38 過載:0 幀數:0
傳送資料報:189768445 錯誤:0 丟棄:0 過載:0 載波:0
碰撞:0 傳送佇列長度:1000
接收位元組:7069368373 (7.0 gb) 傳送位元組:284233780572 (284.2 gb)
中斷:20 memory:e1300000-e1320000
lo link encap:本地環迴
up loopback running mtu:65536 躍點數:1
接收資料報:16859280 錯誤:0 丟棄:0 過載:0 幀數:0
傳送資料報:16859280 錯誤:0 丟棄:0 過載:0 載波:0
碰撞:0 傳送佇列長度:0
接收位元組:4841787084 (4.8 gb) 傳送位元組:4841787084 (4.8 gb)
root@dacheng:~#
注:紅字加粗「192.168.11.88」跟上面配置的ip一樣,表示ip配置成功。
如果網路無法啟動或不穩定,可嘗試如下操作:
gedit /etc/networkmanager/networkmanager.conf
managed=false設定成managed=true
Ubuntu配置和修改IP位址
習慣了使用redhat和centos,今天客戶要修改ubuntu的ip位址,怎麼著配置檔案也找不到,也沒有setup圖形配置程式,只能谷歌了一下,問題解決了,在此做一下備忘。1 修改配置檔案 etc network inte ces sudo vim etc network inte ces新增以下...
ubuntu配置和修改IP位址
習慣了使用redhat和centos,今天客戶要修改ubuntu的ip位址,怎麼著配置檔案也找不到,也沒有setup圖形配置程式,只能谷歌了一下,問題解決了,在此做一下備忘。1 修改配置檔案 etc network inte ces sudo vim etc network inte ces新增以下...
Ubuntu配置和修改IP位址
1 修改配置檔案 etc network inte ces root ubuntu sudo gedit etc network inte ces 新增以下內容 auto eth0 設定自動啟動eth0介面 iface eth0 inet static 配置靜態ip address 192.168....