bond-bridge_생성

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
bond-bridge_생성 [2022/02/23 10:40] koovbond-bridge_생성 [2022/05/07 08:42] (현재) koov
줄 24: 줄 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는 필요한경우 설정한다.
줄 36: 줄 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사용하지 않을경우
줄 99: 줄 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}"
  • bond-bridge_생성.1645612844.txt.gz
  • 마지막으로 수정됨: 2022/02/23 10:40
  • 저자 koov