Add tent machine from xeon04
We moved the tent machine to the server room in the BSC building and is now directly connected to the raccoon via NAT. Fixes: #106 Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
@@ -26,6 +26,18 @@
|
||||
address = "84.88.51.152";
|
||||
prefixLength = 25;
|
||||
} ];
|
||||
interfaces.enp5s0f1.ipv4.addresses = [ {
|
||||
address = "10.0.44.1";
|
||||
prefixLength = 24;
|
||||
} ];
|
||||
nat = {
|
||||
enable = true;
|
||||
internalInterfaces = [ "enp5s0f1" ];
|
||||
externalInterface = "eno0";
|
||||
};
|
||||
hosts = {
|
||||
"10.0.44.4" = [ "tent" ];
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
|
||||
Reference in New Issue
Block a user