2 Commits

Author SHA1 Message Date
677dc27c47 Monitor fox and gateway via ICMP
Fox should reply once the machine is connected to the UPC network.
Monitoring also the gateway allows us to estimate if the whole network
is down or just fox.
2025-05-29 13:41:10 +02:00
c265b37572 Update configuration for UPC network
The fox machine will be placed in the UPC network, so we update the
configuration with the new IP and gateway. We won't be able to reach hut
directly so we also remove the host entry and proxy.
2025-05-29 13:24:20 +02:00
2 changed files with 1 additions and 17 deletions

View File

@@ -24,11 +24,6 @@
nameservers = [ "8.8.8.8" ];
hostName = "fox";
interfaces.enp1s0f0np0.ipv4.addresses = [
{
# BSC network (to be removed)
address = "10.0.40.26";
prefixLength = 24;
}
{
# UPC network
# Public IP configuration:
@@ -52,19 +47,7 @@
# Fox BSC
10.0.40.26 fox
10.0.40.126 fox-ipmi
'' +
# To be removed:
''
# Hut BSC
10.0.40.7 hut
'';
# To be removed:
proxy = {
default = "http://hut:23080/";
noProxy = "127.0.0.1,localhost,internal.domain,10.0.40.40,hut";
allProxy = null;
};
};
# Configure Nvidia driver to use with CUDA

View File

@@ -170,6 +170,7 @@
"ssfhead"
"anella-bsc.cesca.cat"
"fox.ac.upc.edu"
"arenys5.ac.upc.edu"
];
}];
relabel_configs = [