gsb2024/roles/post/files/interfaces.s-nas
2023-12-18 23:20:30 +01:00

18 lines
316 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