달력

112024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

Master connection not found or invalid 발생 시
-> service NetworkManager stop

[root@bridge network-scripts]# cat ifcfg-br0
DEVICE="br0"
BOOTPROTO="static"
IPV6INIT="no"
MTU="1500"
ONBOOT="yes"
TYPE="Bridge"
IPADDR="172.10.20.6"
NETMASK="255.255.255.0"
GATEWAY="172.10.20.1"

[root@bridge network-scripts]# cat ifcfg-enp2s0
# Generated by dracut initrd
NAME="enp2s0"
DEVICE="enp2s0"
ONBOOT=yes
NETBOOT=yes
UUID="b153fdb8-bc07-4c1d-9de7-f6af7d472d88"
BOOTPROTO=none
TYPE=Ethernet
#IPADDR=172.10.20.6
#NETMASK=255.255.255.0
#GATEWAY=172.10.20.1
BRIDGE="br0"

Posted by 짜꾸미의골골몽
|