Linux
ip a show 中未顯示橋接/綁定介面
我創建了一些 notwork 腳本
/etc/sysconfig/network-scripts
,以便在我的系統啟動時設置我的網路(RHEL8.3)。在這個設置中,我有我的物理介面,我也有我的橋接和綁定介面。例如,我的第二個橋接介面[root@svr_1 network-scripts]# cat ifcfg-bond1 DEVICE=bond1 ONBOOT=yes BONDING_OPTS="mode=1 miimon=100 updelay=60000 primary=ens4f0" BRIDGE=breth0 NM_CONTROLLED=no MTU=9000 ONPARRENT=yes[root@svr_1 network-scripts]# cat ifcfg-breth1 DEVICE=breth1 TYPE=Bridge ONBOOT=yes NM_CONTROLLED=no BOOTPROTO=none MTU=9000 IPADDR=xx.xx.xx.xx NETMASK=xx.xx.xx.xx
當系統啟動時,只有物理介面顯示為 ip a show。我在物理介面配置上更改了一些值,重新啟動 NetworkManager,我看到更改已應用,但此綁定/橋接介面未顯示。知道我展示了什麼嗎?
[root@svr_1 net]# ls -la /sys/devices/virtual/net/ total 0 drwxr-xr-x 3 root root 0 Jun 9 11:12 . drwxr-xr-x 22 root root 0 Jun 9 10:21 .. drwxr-xr-x 5 root root 0 Jun 9 10:21 lo
我在 RHEL7.6 上使用了同樣的方法,它工作正常。
NM_CONTROLLED=no
解決NM_CONTROLLED=yes
問題。允許NM_CONTROLLED=yes
網路管理員管理介面