linux 網路配置 必填和選填)

2021-10-25 06:34:35 字數 866 閱讀 9778

網路配置檔案位置:

/etc/sysconfig/network-scripts檔案下的檔案,例如:

ifcfg-etho,enth0

檔案中內容:

必填引數:

device=eth0 //表示網絡卡物理裝置的名字

bootproto=static

注:dhcp //表示為網絡卡配置靜態還是動態ip位址(none:表示無須啟動協議;bootp:表示使用bootp協議;

dhcp :使用dhcp協議動態獲取ip位址; static:表示手工設定靜態ip位址)

onboot=yes //表示啟動系統時是否啟用網絡卡,yes為啟用,no不啟用

gateway = //表示該閘道器位址

netmask= //表示子網掩碼

ipaddr= //表示ip位址

非必填引數:

peerdns=yes

defroute=yes //預設路由設定,若yes需要填寫ipaddr和prefix引數

ipv6init=no //ipv6相關非必填

persistent_dhclient=1

hwaddr= //表示網絡卡的mac位址

dns=10.16.51.1 //網路位址

type=ethernet //網路型別

userctl=yes //是否允許非root使用者通過該網絡卡訪問

uuid= //全域性唯一的ieee機器識別號,如果有網絡卡,從網絡卡mac位址獲得,沒有網絡卡以其他方式獲得。

說明:prefix=24和netmask=255.255.255.0作用相同,前者是代表子網掩碼的1的位數。

填寫完成後重啟網路:

systemctl restart network.service

vue element表單內容選填和必填

動態繫結rules,若dataform.mobile為空,則不必填,反之,必填且遵循填寫規則 手機號 prop mobile rules dataform.mobile?datarule.mobile dataform.mobile placeholder 請輸入11位手機號 el input el...

linux網路配置和工具

檢視網絡卡歷史傳送和接收的資料報 px 等 root localhost root mii tool eth0 negotiated 100basetx fd,link ok eth1 no link 網路重啟,當伺服器需要聯網的時候,找到對應的網絡卡,禁用現有的網絡卡 ifconfig eno1 ...

linux網路配置和使用

qq群 852283276 b站 主頁 linux的反向路由檢測 linux核心的 反向路由檢查機制 linux雙網絡卡配置路由的一次實戰經歷 在linux下配置網橋 linux下brctl配置網橋 linux配置網橋 編輯檔案 etc network inte ces,storage storag...