在Debian中網路卡的設定(轉)
在Debian中網路卡的設定(轉)[@more@] 在Debian中網路卡的設定可以透過/etc/network/interfaces檔案來進行,具體可分為三種不同的配置方式:DHCP自動獲取、靜態分配IP地址和PPPoE寬頻撥號。
具體設定如下: 在進行配置之前,首先進入/etc/network目錄中,編輯interfaces檔案:
網路卡透過DHCP自動獲取IP地址
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為DHCP自動獲取
iface eth0 inet dhcp
網路卡靜態分配IP地址
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為靜態設定IP地址
iface eth0 inet static
address 10.16.3.99
netmask 255.255.255.0
network 10.16.3.0
broadcast 10.16.3.255
gateway 10.16.3.1
# dns-* options are implemented by the resolvconf package, if installed(DNS設定)
dns-nameservers 61.153.177.196 61.153.177.197
dns-search fireteam.org
網路卡進行PPPoE寬頻撥號配置
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為靜態設定IP地址
iface eth0 inet static
address 10.16.3.99
netmask 255.255.255.0
network 10.16.3.0
broadcast 10.16.3.255
配置完畢後,重啟計算機或網路服務即可將網路卡配好。如進行PPPoE寬頻撥號,可執行pppoeconf命令進行配置。
具體設定如下: 在進行配置之前,首先進入/etc/network目錄中,編輯interfaces檔案:
網路卡透過DHCP自動獲取IP地址
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為DHCP自動獲取
iface eth0 inet dhcp
網路卡靜態分配IP地址
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為靜態設定IP地址
iface eth0 inet static
address 10.16.3.99
netmask 255.255.255.0
network 10.16.3.0
broadcast 10.16.3.255
gateway 10.16.3.1
# dns-* options are implemented by the resolvconf package, if installed(DNS設定)
dns-nameservers 61.153.177.196 61.153.177.197
dns-search fireteam.org
網路卡進行PPPoE寬頻撥號配置
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface(配置環回口)
# 開機自動激lo介面
auto lo
# 配置lo介面為環回口
iface lo inet loopback
#
# The primary network interface (配置主網路介面)
#開機自動啟用eth0介面
auto eth0
#配置eth0介面為靜態設定IP地址
iface eth0 inet static
address 10.16.3.99
netmask 255.255.255.0
network 10.16.3.0
broadcast 10.16.3.255
配置完畢後,重啟計算機或網路服務即可將網路卡配好。如進行PPPoE寬頻撥號,可執行pppoeconf命令進行配置。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-963799/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Debian Linux中網路卡的設定(轉)Linux
- 雙網路卡共享上網設定
- 在FreeBSD中安裝雙網路卡例項(轉)
- Debian 12 設定
- 在debian中安裝Java環境(轉)Java
- 在AIX中設定中文環境(轉)AI
- win10待機網路卡不休怎麼設定 win10待機網路卡不斷網設定方法Win10
- 合理設定作業系統網路卡的MTU值作業系統
- 教你設定Vista無線網路卡
- 在Linux中設定磁碟限額(轉)Linux
- 在Debian上設定USB網路印表機和掃描器伺服器伺服器
- Debian、kali類虛擬機器網路設定虛擬機
- 在Linux中,如何設定網路路由?Linux路由
- 在 Ubuntu 15.10 上為單個網路卡設定多個 IP 地址Ubuntu
- 在Word中利用域設定試卷的頁碼(轉)
- 在Windows中密碼設定的幾個要點(轉)Windows密碼
- 一個網路卡下設定兩個ip地址
- 網路卡引數查詢及設定工具ethtool
- centos7 用工具nmtui更改網路卡設定CentOSUI
- Linux下設定網路卡繫結 (final)Linux
- WiFi 6無線網路卡最佳化設定WiFi
- 確定缺少驅動的網路卡
- Linux下多網路卡多網段訪問 --- 網路卡及Gateway, 路由設定(Linux OS)LinuxGateway路由
- 如何在 Debian Linux 上設定和配置網橋Linux
- HP APA模式設定導致雙網路卡丟包模式
- 在Storyboard中設定borderColor
- 虛擬機器下無線上網路卡共享給MAC上網的設定虛擬機Mac
- AIX中為單網路卡配置多IP地址(轉)AI
- 設定PPPoE的dsl上網(轉)
- 轉-ArcGIS Engine中的License設定
- Linux中的字型設定 (轉)Linux
- 在turbolinux中我的XF86Config設定(轉)Linux
- 設定元素在文件中的座標
- 使在.profile中設定的alias生效
- Linux下檢視網路卡設定 ethtool eth0Linux
- Linux下一塊網路卡設定多個IP地址Linux
- kudzu命令檢視及設定網路卡等硬體資訊
- Linux下檢視網路卡資訊及確定網路卡位置Linux