hosts/suwako-vie0: upgrade to 9004 series

This commit is contained in:
Lu Wang 2025-01-04 03:38:12 +08:00
parent fa8a202fff
commit d798bb84b1
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
4 changed files with 10 additions and 10 deletions

View file

@ -25,8 +25,8 @@ locals {
enthalpy_node_organization = "core"
}
"suwako-vie0" = {
endpoints_v4 = ["110.172.148.83"]
endpoints_v6 = ["2a0d:f302:136:7d2a::1"]
endpoints_v4 = ["203.34.137.22"]
endpoints_v6 = ["2a0d:f302:137:fd9c::1"]
enthalpy_node_id = parseint("763", 16)
enthalpy_node_organization = "core"
}

File diff suppressed because one or more lines are too long

View file

@ -18,10 +18,10 @@
IPv6AcceptRA = false;
};
routes = [
{ Destination = "110.172.148.65"; }
{ Destination = "2a0d:f302:136::1"; }
{ Gateway = "110.172.148.65"; }
{ Gateway = "2a0d:f302:136::1"; }
{ Destination = "203.34.137.1"; }
{ Destination = "2a0d:f302:137::1"; }
{ Gateway = "203.34.137.1"; }
{ Gateway = "2a0d:f302:137::1"; }
];
dhcpV4Config.RouteMetric = 1024;
dhcpV6Config.RouteMetric = 1024;

View file

@ -96,9 +96,9 @@
},
"suwako-vie0": {
"b2_backup_bucket_name": "rebmit-backup-suwako-vie0",
"endpoints": ["110.172.148.83", "2a0d:f302:136:7d2a::1"],
"endpoints_v4": ["110.172.148.83"],
"endpoints_v6": ["2a0d:f302:136:7d2a::1"],
"endpoints": ["203.34.137.22", "2a0d:f302:137:fd9c::1"],
"endpoints_v4": ["203.34.137.22"],
"endpoints_v6": ["2a0d:f302:137:fd9c::1"],
"enthalpy_node_address": "fde3:3be3:a244:7630::1",
"enthalpy_node_id": 1891,
"enthalpy_node_organization": "rebmit's core network",