#브리지 생성
sudo ip link add <이름> type <타입>
ex)
sudo ip link add br-dmz type bridge
#브리지 활성화
sudo ip link set br-dmz up'other > linux' 카테고리의 다른 글
| E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 28862 (unattended-upgr) (0) | 2025.12.29 |
|---|---|
| linux cache 삭제 명령어 alias 설정 (0) | 2025.12.23 |
| libvirt 기본 네트워크 default, virbr0 비활성화 하기 (0) | 2025.12.23 |
| linux에서 컨테이너의 namespace 확인하기 (0) | 2025.12.23 |
| nsenter를 사용하여 container에서 명령어 실행하기 (0) | 2025.12.23 |