From 14d5d9eb5a391d27959163a9beb2e2a6453e3454 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 06:04:29 +0000 Subject: [PATCH] servo: net: remove dead Hurricane Electric code --- hosts/by-name/servo/net.nix | 44 ------------------------------------- 1 file changed, 44 deletions(-) diff --git a/hosts/by-name/servo/net.nix b/hosts/by-name/servo/net.nix index 0038c146..f11c2703 100644 --- a/hosts/by-name/servo/net.nix +++ b/hosts/by-name/servo/net.nix @@ -169,49 +169,5 @@ in 5 ovpns ''; networking.iproute2.enable = true; - - - # HURRICANE ELECTRIC CONFIG: - # networking.sits = { - # hurricane = { - # remote = "216.218.226.238"; - # local = "192.168.0.5"; - # # local = "10.0.0.5"; - # # remote = "10.0.0.1"; - # # local = "10.0.0.22"; - # dev = "eth0"; - # ttl = 255; - # }; - # }; - # networking.interfaces."hurricane".ipv6 = { - # addresses = [ - # # mx.uninsane.org (publically routed /64) - # { - # address = "2001:470:b:465::1"; - # prefixLength = 128; - # } - # # client addr - # # { - # # address = "2001:470:a:466::2"; - # # prefixLength = 64; - # # } - # ]; - # routes = [ - # { - # address = "::"; - # prefixLength = 0; - # # via = "2001:470:a:466::1"; - # } - # ]; - # }; - - # # after configuration, we want the hurricane device to look like this: - # # hurricane: flags=209 mtu 1480 - # # inet6 2001:470:a:450::2 prefixlen 64 scopeid 0x0 - # # inet6 fe80::c0a8:16 prefixlen 64 scopeid 0x20 - # # sit txqueuelen 1000 (IPv6-in-IPv4) - # # test with: - # # curl --interface hurricane http://[2607:f8b0:400a:80b::2004] - # # ping 2607:f8b0:400a:80b::2004 }; }