[Linux] /etc/network/interfaces 예시
/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.dauto ens3iface ens3 inet manualauto br0iface 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-..