17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
source /etc/network/interfaces.d/*
|
|
|
|
# The loopback network interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# n-adm
|
|
allow-hotplug enp0s3
|
|
iface enp0s3 inet static
|
|
address 192.168.99.153
|
|
netmask 255.255.255.0
|
|
|
|
# n-dmz-db
|
|
allow-hotplug enp0s8
|
|
iface enp0s8 inet static
|
|
address 192.168.102.253
|
|
netmask 255.255.255.0 |