bond-bridge_생성

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
bond-bridge_생성 [2022/02/23 10:37] – 만듦 koovbond-bridge_생성 [2022/05/07 08:42] (현재) koov
줄 1: 줄 1:
 ====== Bond-Bridge 생성 ====== ====== Bond-Bridge 생성 ======
- 
-{{:rhel:networkmanager:network_interfaces-bridge-with-bond.png|}} 
  
 {{:rhel:networkmanager:bond-bridge.png|}} {{:rhel:networkmanager:bond-bridge.png|}}
줄 26: 줄 24:
 BRIDGE_MTU=1500 BRIDGE_MTU=1500
  
-nmcli con add ifname "${BRIDGE}" type bridge con-name "${BRIDGE}"+nmcli con add type bridge con-name "${BRIDGE}" ifname "${BRIDGE}"
  
 ### STP와 MTU는 필요한경우 설정한다. ### STP와 MTU는 필요한경우 설정한다.
줄 38: 줄 36:
 <WRAP prewrap> <WRAP prewrap>
 <code bash> <code bash>
-nmcli con modify "${BRIDGE}" ipv4.method static ipv4.address 192.168.0.123/24 ipv6.method ignore+nmcli con modify "${BRIDGE}" ipv4.method manual ipv4.address 192.168.0.123/24 ipv6.method ignore
  
 ### IP사용하지 않을경우 ### IP사용하지 않을경우
줄 92: 줄 90:
 ===== VLAN 생성 ===== ===== VLAN 생성 =====
  
 +VLAN을 사용할 브릿지 인터페이스 생성
 <WRAP prewrap> <WRAP prewrap>
 <code bash> <code bash>
줄 100: 줄 99:
 BRIDGE_MTU=9000 BRIDGE_MTU=9000
  
-nmcli con add ifname "${BRIDGE}" type bridge con-name "${BRIDGE}"+nmcli con add type bridge con-name "${BRIDGE}" ifname "${BRIDGE}"
 nmcli con modify "${BRIDGE}" bridge.stp "${BRIDGE_STP}" nmcli con modify "${BRIDGE}" bridge.stp "${BRIDGE_STP}"
 nmcli con modify "${BRIDGE}" 802-3-ethernet.mtu "${BRIDGE_MTU}" nmcli con modify "${BRIDGE}" 802-3-ethernet.mtu "${BRIDGE_MTU}"
줄 108: 줄 107:
 </WRAP> </WRAP>
  
-==== 해당 VLAN 인터페이스를 브릿지에 연결 ====+해당 VLAN 인터페이스를 브릿지에 연결
  
 <WRAP prewrap> <WRAP prewrap>
  • bond-bridge_생성.1645612654.txt.gz
  • 마지막으로 수정됨: 2022/02/23 10:37
  • 저자 koov