Ubuntu配置和修改IP位址

2021-06-13 11:08:45 字數 771 閱讀 7442

習慣了使用redhat和centos,今天客戶要修改ubuntu的ip位址,怎麼著配置檔案也找不到,也沒有setup圖形配置程式,只能谷歌了一下,問題解決了,在此做一下備忘。

1、修改配置檔案/etc/network/inte***ces

sudo vim  /etc/network/inte***ces
新增以下內容:

auto eth0                                               //設定自動啟動eth0介面

iface eth0 inet static                                     //配置靜態ip

address 192.168.100.13                                 //ip位址

netmask  255.255.255.128                            // 子網掩碼

gateway  192.168.100.1                                //閘道器

2、修改dns

sudo  vim /etc/resolve.conf

nameserver  202.96.26.38         //當地dns伺服器

3、重啟網路,使配置生效

sudo /etc/init.d/networking restart
至此ip和dns配置好了,可以通過瀏覽器等方式可以上網了,測試遠端ssh可以正常連線。

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....

Ubuntu配置和修改IP位址

1 修改配置檔案 etc network inte ces root ubuntu vim etc network inte ces 新增以下內容 auto eth0 設定自動啟動eth0介面 iface eth0 inet static 配置靜態ip address 192.168.0.235 i...