Premier commit
This commit is contained in:
17
roles/post/files/interfaces.s-nas
Normal file
17
roles/post/files/interfaces.s-nas
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user