parent
bb9bf9f24e
commit
e8146a6daa
@ -0,0 +1,30 @@
|
|||||||
|
# Clone Debian Buster template, set up IPs, hostname, ssh keys
|
||||||
|
apt update
|
||||||
|
apt -y dist-upgrade
|
||||||
|
|
||||||
|
# Set up network interfaces, /etc/network/interfaces
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
auto ens18 ens19 ens20 ens21 ens22 ens22:0 ens22:1
|
||||||
|
iface ens18 inet static
|
||||||
|
address 10.22.22.117/24
|
||||||
|
gateway 10.22.22.254
|
||||||
|
dns-nameservers 10.22.22.254
|
||||||
|
dns-search forksand.com
|
||||||
|
iface ens19 inet static
|
||||||
|
address 10.68.68.117/24
|
||||||
|
iface ens20 inet static
|
||||||
|
address 10.3.1.117/24
|
||||||
|
iface ens21 inet static
|
||||||
|
address 10.3.2.117/24
|
||||||
|
iface ens22 inet static
|
||||||
|
address 10.99.99.117/24
|
||||||
|
iface ens22:0 inet static
|
||||||
|
address 10.99.1.117/24
|
||||||
|
iface ens22:1 inet static
|
||||||
|
address 10.99.2.117/24
|
||||||
|
|
||||||
|
|
||||||
|
### XXX Backups
|
||||||
|
### XXX Prometheus :)
|
||||||
|
|
Binary file not shown.
Loading…
Reference in new issue