ip設定要在/etc/network/inte***ces配置
具體配置:
auto eth0 #開機自啟網絡卡
iface eth0 inet dhcp(static)#使用dhcp服務(或者靜態ip)
address ip位址
netmask 掩碼
gateway 閘道器
設定完儲存
設定dns伺服器位址
在/etc/resolv.conf配置
nameserver 首dns
nameserver 次dns
重啟網絡卡
service networking restart
如果使用nano修改配置檔案是要使用 nano -w filename
ifdown 解除安裝網絡卡
ifup 載入網絡卡
源vi /etc/apt/source.list
debian網路設定
debian網路設定 本文出自 部落格 http onlyzq.blog.51cto.com 1228 520866 debian中網路介面的配置檔案是 etc network inte ces 無論有多少個網路介面,都在該檔案中配置 這點與rhel及其衍生版不太一樣 etc sysconfig n...
如何設定快速的debian源
author gaojinbo time 2010 02 04 mail admin gaojinbo.com 如何設定快速的debian源 由於剛裝好系統是沒有apt spy,所以先找個源先安裝apt spy 1 設定臨時源 vi etc apt sources.list 新增以下一行到檔案最後 ...
Debian9配置網路源
切換到root許可權下 cp etc apt sources.list etc apt sources.list.bak 備份原有檔案 開啟檔案編輯 vi etc apt sources.list 替換內容為剛才複製的內容 deb stretch main non free contrib deb ...