@cryptotaxi247 / infra-1 / commits / bc4e9d79

New ip address

svn path=/configurations/trunk/tud/; revision=8244

Martin Bravenboer committed Mar 6, 2007 at 16:28 UTC bc4e9d79ecda12a4172f66bc79db2039c322315e
1 file changed +2 -2
main.nix
+2 -2
@@ -26,11 +26,11 @@ rec {
26 defaultGateway = "130.161.158.1";
27
28 interfaces = [
29 - { name = "eth0";
29 + { name = "eth1";
30 ipAddress = "130.161.158.181";
31 subnetMask = "255.255.254.0";
32 }
33 - { name = "eth0:0";
33 + { name = "eth0";
34 ipAddress = "192.168.1.5";
35 }
36 ];