debian的ip位址資訊的檔案是儲存在/etc/network/inte***ces,直接編輯該檔案就可以。
#可以看到檔案中的設定為動態ip的語句
iface eth0 inet dhcp
當然也可以設定為靜態ip位址,如:
在 /etc/network/inte***ces 中,刪除 iface eth0 inet dhcp,新增一下內容
iface eth0 inet static
address 172.17.10.40
netmask 255.255.0.0
broadcast 172.17.0.255
network 172.17.0.0
gateway 172.17.10.100
重啟網路
#/etc/init.d/networking restart
Debian修改IP位址或DNS
動態dhcp獲得 啟動系統啟用裝置 loop回環位址 auto lo iface lo inet loopback 啟動系統啟用裝置 網絡卡eth0設定為dhcp型別 auto eth0 iface eth0 inet dhcp 靜態static獲得 啟動系統啟用裝置 loop回環位址 auto l...
修改Ip位址
臨時ip管理 ifconfig 網絡卡名 自己要設定的ip root fengjunhong fjh ifconfig ens33 192.168.1.120 重啟網路 centos7.x root fengjunhong fjh systemctl restart network centos6....
Debian設定IP位址 閘道器 DNS
說明 系統 debian 6.0.4 子網掩碼 255.255.255.0 閘道器 192.168.21.2 dns 8.8.8.8 8.8.4.4 操作 系統運維 www.osyunwei.com 1 設定ip位址 閘道器 nano etc network inte ces etc network...