previously we were doing static ip assignments via DHCP on the router. we knew that this was unusual but it served as a convenient record for all the devices and what their IPs are.
then we needed to reboot the router for an innocuous reason and it dropped its entire config, so now we're doing all IP assignment manually on the servers (and getting our own router). here is the list:
-
76.254.131.129 - refrigerator.bcc.is
-
76.254.131.130 - fedi
-
76.254.131.131 - code.bcc.is
-
76.254.131.132 - sql.bcc.is
-
76.254.131.133 - cornucopia
-
76.254.131.134 - winter personal
-
76.254.131.135 - maren personal
-
76.254.131.136 available
-
76.254.131.137 - oxaliq personal
-
76.254.131.138 - shared.bcc.is
-
76.254.131.139 - tfsr
-
76.254.131.140 - tilde.bunk.computer
-
76.254.131.141 - docs.bcc.is
physical hosts
the config for physical machines should look like this in /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug NAME
iface NAME inet static
address 76.254.131.XXX
netmask 255.255.255.128
gateway 76.254.131.254
complete with systemctl restart networking.service
VM hosts
configuration for VM hosts is done in the proxmox UI. look at any current host for example