svn path=/configurations/trunk/tud/; revision=26493
svn path=/configurations/trunk/tud/; revision=26493
Eelco Dolstra committed
Mar 24, 2011 at 15:20 UTC
890a85bf9d40882766523148d03daa234898c994
1 file changed
+5
-5
cartman.nix
+5
-5
@@ -129,6 +129,7 @@ rec {
129
interface eth0 {
130
AdvSendAdvert on;
131
prefix 2001:610:685:1::/64 { };
132
+ RDNSS 2001:610:685:1::1 { };
133
};
134
'';
135
};
@@ -141,11 +142,10 @@ rec {
142
"00 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-atime $(date +\\%s -d '2 weeks ago') > /var/log/gc.log 2>&1"
143
"* * * * * root ${pkgs.python}/bin/python ${ZabbixApacheUpdater} -z 192.168.1.5 -c cartman"
144
144
- # Force the 6to4 tunnel to stay alive by periodically
145
- # pinging ipv6.google.com. This is necessary to remain
146
- # reachable from the outside. There probably is a nicer
147
- # way.
148
- "*/10 * * * * root ${pkgs.iputils}/sbin/ping6 -c 1 2a00:1450:8005::93"
145
+ # Force the sixxs tunnel to stay alive by periodically
146
+ # pinging the other side. This is necessary to remain
147
+ # reachable from the outside.
148
+ "*/10 * * * * root ${pkgs.iputils}/sbin/ping6 -c 1 2001:610:600:88d::1"
149
];
150
};
151