@cryptotaxi247 / infra / commits / 9f17519b

* Netmask.

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

Eelco Dolstra committed Feb 28, 2007 at 14:19 UTC 9f17519bffb03a3a3feba78a6f674213dccd021b
1 file changed +2 -2
main.nix
+2 -2
@@ -21,11 +21,11 @@ rec {
21 networking = {
22 hostName = "buildfarm";
23 defaultGateway = "130.161.158.1";
24 - # subnetmask = "255.255.254.0";
24
25 interfaces = [
26 { name = "eth0";
28 - ipAddress = "130.161.158.181";
27 + ipAddress = "130.161.158.181";
28 + subnetMask = "255.255.254.0";
29 }
30 { name = "eth0:0";
31 ipAddress = "192.168.1.5";