diff --git a/hosts/xlab-gateway/networking.nix b/hosts/xlab-gateway/networking.nix index a3e3a0b..d6b8f5d 100644 --- a/hosts/xlab-gateway/networking.nix +++ b/hosts/xlab-gateway/networking.nix @@ -67,7 +67,7 @@ environment.etc."iproute2/rt_tables.d/skyworks.conf".text = '' 1000 freedom 1001 freedom-extra - 1002 wg-to-skywme + 1002 freedom-wgnet 1003 wg-to-skyworks ''; @@ -202,7 +202,6 @@ { Destination = "59.66.0.0/16"; Type = "throw"; Table = 1002; } { Destination = "183.172.0.0/16"; Type = "throw"; Table = 1002; } { Destination = "183.173.0.0/16"; Type = "throw"; Table = 1002; } - { Destination = "2402:f000::/32"; Type = "throw"; Table = 1002; } ]; routingPolicyRules = [ # Use main table only for specific routes (not default) @@ -274,7 +273,7 @@ ]; routes = [ { Destination = "0.0.0.0/0"; Scope = "link"; Table = 1002; } - { Destination = "::/0"; Scope = "link"; Table = 1002; } + # IPv6 not routed through tunnel — wgnet peer doesn't forward it ]; };