@cryptotaxi247 / infra / commits / ed675d3b

* Update interface names.

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

Eelco Dolstra committed Jan 14, 2013 at 11:55 UTC ed675d3b6c164fc882aa1e1fcd72029c80c64f8b
1 file changed +3 -3
stan.nix
+3 -3
@@ -20,7 +20,7 @@
20 networking.firewall.rejectPackets = true;
21 networking.firewall.allowPing = true;
22
23 - networking.bridges.veth0.interfaces = [ "eth0" ];
23 + networking.bridges.veno1.interfaces = [ "eno1" ];
24
25 virtualisation.libvirtd.enable = true;
26
@@ -43,7 +43,7 @@
43 # advertisements if forwarding is enabled, so we have to
44 # configure manually. Apparently in newer kernels, we can set
45 # /proc/sys/net/ipv6/conf/all/accept_ra to 2 instead.
46 - ip -6 addr add 2001:610:685:1:222:19ff:fe55:bf2e/64 dev veth0
47 - ip -6 route add default via fe80::219:d1ff:fe19:28bf dev veth0
46 + ip -6 addr add 2001:610:685:1:222:19ff:fe55:bf2e/64 dev veno1 || true
47 + ip -6 route add default via fe80::219:d1ff:fe19:28bf dev veno1 || true
48 '';
49 }