First round of updates for Debian base.
This commit is contained in:
parent
a2f66f06f0
commit
069d99da13
123 changed files with 871 additions and 4163 deletions
9
etc/network/interfaces.d/eth0
Normal file
9
etc/network/interfaces.d/eth0
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 5.101.171.215/28
|
||||
gateway 5.101.171.209
|
||||
mtu 1500
|
||||
iface eth0 inet6 static
|
||||
address 2a01:a500:2981:1::d7/64
|
||||
gateway 2a01:a500:2981:1:ff:ff:ff:ff
|
||||
mtu 1500
|
||||
4
etc/network/interfaces.d/eth1
Normal file
4
etc/network/interfaces.d/eth1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.254.0.215/24
|
||||
mtu 1500
|
||||
Loading…
Add table
Add a link
Reference in a new issue