Linux 網絡卡配置引數

2022-02-24 13:37:53 字數 497 閱讀 6206

網絡卡配置檔案位於 /etc/sysconfig/network-scripts/ 目錄下

網絡卡配置檔案在rhel5/6以eth為網絡卡檔案的字首,在rhel7中以ifcfg為網絡卡檔案的字首

配置

解釋type=ethernet(乙太網)

裝置型別

bootproto=static|none|dhcp

位址分配模式

name

網絡卡名稱

onboot

是否啟動

ipaddr

ip位址

netmask

子網掩碼

prefix

子網掩碼的網路位

gateway

閘道器位址

dnsdns位址

systemctl restart network

# 重啟網絡卡

Linux 下網絡卡配置引數

在 linux 下如果想修改網絡卡的引數有很多種方法,第一種方法是修改 etc network inte ces 檔案,這種方法可以在重啟後依然有效 另外一種方法是使用 ifconfig 指令,這種方法只能臨時性的修改網絡卡引數,在重啟後會失效。第一種 修改 inte ces 檔案 inte ces...

linux網絡卡配置檔案引數

1.配置檔案位置 etc sysconfig network scripts ifcfg ens33 1.device ens33網絡卡的名字 2.hwaddr 00 0c 29 90 89 d9 hwaddr hardware address 硬體位址 mac位址 3.type ethernet ...

Linux網絡卡配置檔案引數詳解

device eth0 指出裝置名稱 nm controlled yes network mamager的引數,實時生效,不需要重啟 onboot yes 設定為yes,開機自動啟用網路連線 ipaddr 192.168.21.129 ip位址 bootproto none 設定為none禁止dhc...