ovs-vsctl add-br br-ex
ovs-vsctl add-port br-ex eno4
External IP
- eno4 : 192.168.98.144
- br-ex : 추가
vi /etc/neutron/plugins/ml2/ml2_conf.ini
vi /etc/neutron/plugins/ml2/openvswitch_agent.ini
# br-ex 생성 및 eno4에 추가
ovs-vsctl add-br br-ex
ovs-vsctl add-port br-ex eno4
vi /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
eno1:
dhcp4: no
addresses:
- 10.0.0.1/16
eno4:
dhcp4: no
addresses: [0.0.0.0/16] <- 실제 network cidr에 맞춰 설정 24bit / 16bit 등
bridges:
br-ex:
openvswitch: {}
dhcp4: no
addresses:
- 192.168.98.144/16
gateway4: 192.168.2.254
nameservers:
addresses:
- 8.8.8.8
version: 2
'IT > 그 외 IT' 카테고리의 다른 글
[OpenStack] CryptographyDeprecationWarning (0) | 2023.03.14 |
---|---|
[OpenStack] Unable to create the network. No tenant network is available for allocation. (0) | 2023.03.13 |
[파워포인트] 슬라이드 마다 같은 위치에 그림 붙여 넣기 - 이미지 잘림 방지 (0) | 2022.10.06 |
[VirtualBox] Ubuntu에서 Host-only Adapter IP 설정 하기 (0) | 2022.06.27 |
[OpenStack] 오류:Keystone에 기본 역할 "_member_"를 찾을 수 없습니다 (0) | 2022.06.24 |
댓글