常用網絡卡配置引數
device=eth0 #指出裝置名稱
hwaddr=00:0c:29:3c:d2:ca #網絡卡的mac位址
type=ethernet #網路型別為ethernet
uuid=db9b2c1a-7b18-4688-b5c7-91f0e6e04ef5
onboot=yes #設定為yes,開機自動啟用網路連線
nm_controlled=yes #network mamager的引數,實時生效,不需要重啟
bootproto=dhcp #開啟dhcp服務,設定為none禁止dhcp,設定為static啟用靜態ip位址
ipv6init=no #禁止ipv6
peerdns=yes
netmask=255.255.255.0 #子網掩碼
ipaddr=192.168.220.140 #ip位址
gateway=192.168.220.2 #閘道器
dns1=8.8.8.8 #第乙個dns伺服器
網絡卡配置(這是我自己搭建hadoop集群時主節點的配置)【vi /etc/sysconfig/network-scripts/ifcfg-eth0
】
bootproto="static"
ipv6init="yes"
nm_controlled="yes"
onboot="yes"
type="ethernet"
uuid="5a1e4649-ff61-41c2-bae6-b8535164e5f3"
ipaddr=192.168.220.147
netmask=255.255.255.0
prefix=24
gateway=192.168.220.2
defroute=yes
ipv4_failure_fatal=yes
ipv6_autoconf=yes
ipv6_defroute=yes
ipv6_failure_fatal=no
name="system eth0"
dns1=192.168.220.2
ipv6_peerdns=yes
ipv6_peerroutes=yes
last_connect=1469510629
重啟網絡卡
service network restart
驗證網路
8139網絡卡的基礎配置
現在 rtl8139 的網絡卡使用已經非常普遍,名智及它的跟班系統們更是強制要求工作站使該型號的網絡卡,可是有些時候網絡卡就不那麼聽話順心,經常有朋友打 詢問 他的網絡卡安裝啟動晶元後沒有反映,按shift f10 也沒有任何反映,為什麼呢?請放心網絡卡並沒壞,原因在於網絡卡的bootrom 介面沒...
八 網絡卡配置
命令對應英文 功能ifconfig configure a network inte ce 檢視 配置當前計算機的網絡卡配置資訊 ifconfig 管道檢視 ip 位址 ifconfig grep inet 管道正規表示式檢視 ifconfig grep ni 0 命令對應英文 功能ping ip位...
linux學習之centos(三) 網絡卡配置
linux系統版本 centos 6.5 在linux學習之centos 二 虛擬網路三種連線方式和securecrt的使用中,使用遠端工具securecrt,通過 ifconfig eth0 具體的ip位址 命令給linux配ip位址,但是這種配置方式存在以下問題 如果想要連線外網,ip位址 子網...