導航:首頁 > 網路問題 > debian網路配置文件在哪裡

debian網路配置文件在哪裡

發布時間:2023-01-12 09:08:00

A. Debian系統下如何配置網路

1、設置IP地址、網關
cp /etc/network/interfaces /etc/network/interfaces.bak # 備份原有配置文件
vi /etc/network/interfaces # 編輯網網卡配置文件
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 # 開機自動連接網路
allow-hotplug eth0
iface eth0 inet static # static表示使用固定ip,dhcp表述使用動態ip
address 192.168.21.166 # 設置ip地址
netmask 255.255.255.0 # 設置子網掩碼
gateway 192.168.21.2 # 設置網關
按 ESC 鍵,然後輸入 :eq 保存並退出。
下面的版本便於復制, 因為配置文件里最好不要有中文:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.21.166
netmask 255.255.255.0
gateway 192.168.21.1
2、設置dns
cp /etc/resolv.conf /etc/resolv.conf.bak # 備份原有dns配置文件
vi /etc/resolv.conf # 編輯配置文件
nameserver 127.0.0.1
nameserver 8.8.8.8 # 設置首選dns
nameserver 8.8.4.4 # 設置備用dns
按 ESC 鍵,然後輸入 :eq 保存並退出。
下面的版本便於復制, 因為配置文件里最好不要有中文:
nameserver 127.0.0.1
nameserver 8.8.8.8
nameserver 8.8.4.4
3、重啟網路
service networking restart # 重啟網路
至此,IP地址、網關、DNS配置完成,現在系統已經可以上網了。

閱讀全文

與debian網路配置文件在哪裡相關的資料

熱點內容
網路共享中心沒有網卡 瀏覽:494
電腦無法檢測到網路代理 瀏覽:1350
筆記本電腦一天會用多少流量 瀏覽:477
蘋果電腦整機轉移新機 瀏覽:1349
突然無法連接工作網路 瀏覽:962
聯通網路怎麼設置才好 瀏覽:1193
小區網路電腦怎麼連接路由器 瀏覽:934
p1108列印機網路共享 瀏覽:1187
怎麼調節台式電腦護眼 瀏覽:604
深圳天虹蘋果電腦 瀏覽:841
網路總是異常斷開 瀏覽:584
中級配置台式電腦 瀏覽:896
中國網路安全的戰士 瀏覽:606
同志網站在哪裡 瀏覽:1380
版觀看完整完結免費手機在線 瀏覽:1432
怎樣切換默認數據網路設置 瀏覽:1081
肯德基無線網無法訪問網路 瀏覽:1255
光纖貓怎麼連接不上網路 瀏覽:1377
神武3手游網路連接 瀏覽:938
局網列印機網路共享 瀏覽:976