Skip to content

Commit

Permalink
nix.nixos-configurations.dev-server: ipv6 static route for bridge103
Browse files Browse the repository at this point in the history
Explicit routes for ipv6 since we have multiple networks in the colo at
HE: HE itself and Scale Expo Network.

Co-authored-by: Owen DeLong <owen@delong.com>
  • Loading branch information
sarcasticadmin and owendelong committed Jan 21, 2025
1 parent 343f034 commit e98c5da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/nixos-configurations/dev-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@
routeConfig.Gateway = "10.0.3.1";
routeConfig.GatewayOnLink = true;
}
{
routeConfig.Destination = "2001:470:f026::/48";
routeConfig.Gateway = "2001:470:f026:103::1";
routeConfig.GatewayOnLink = true;
}
];
};
"50-bridge104" = {
Expand Down

0 comments on commit e98c5da

Please sign in to comment.