728x90
반응형
/etc/network/interfaces파일 예시
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto ens3
iface ens3 inet manual
auto br0
iface br0 inet static
address 10.101.0.18
netmask 255.255.0.0
gateway 10.101.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
bridge_ports ens3
bridge_stp off
bridge_fd 0
bridge_maxwait 0
728x90
반응형
'Linux' 카테고리의 다른 글
[Linux] FOR반복문 (0) | 2024.05.30 |
---|---|
[Raid] 레이드 0, 1, 01, 10, 4, 5, 6 (0) | 2024.05.20 |
[Linux] nagios plugins Can't locate utils.pm in @INC (1) | 2023.12.28 |
[Linux] error while loading shared libraries: libncurses.so.5 (0) | 2023.11.09 |
[linux] 커널 버전 선택창 timeout 설정 (0) | 2023.11.02 |