[root@ok network-scripts]# cat ifcfg-eth0 
DEVICE=eth0
HWADDR=54:EE:75:4E:37:D9
TYPE=Ethernet
UUID=ea35184e-8417-4ce4-9843-dfc37a26a363
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=none
BRIDGE=br0

 

[root@ok network-scripts]# cat ifcfg-eth0 
DEVICE=eth0
HWADDR=54:EE:75:4E:37:D9
TYPE=Ethernet
UUID=ea35184e-8417-4ce4-9843-dfc37a26a363
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=none
BRIDGE=br0
[root@ok network-scripts]# cat ifcfg-br0 
DEVICE=br0
TYPE=Bridge
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=none
IPADDR=192.168.1.10
PREFIX=24
GATEWAY=192.168.1.1
DNS1=202.106.196.115
IPV4_FAILURE_FATAL=yes
IPV6INIT=no

 

相关文章:

  • 2021-12-22
  • 2021-05-14
  • 2021-06-10
  • 2021-11-11
  • 2021-10-25
  • 2021-12-29
  • 2022-01-08
  • 2021-05-31
猜你喜欢
  • 2021-11-26
  • 2021-04-14
  • 2021-10-05
  • 2021-05-25
  • 2021-11-19
  • 2021-06-22
  • 2022-02-16
相关资源
相似解决方案