fix: use correct ipv6 ip

This commit is contained in:
Tine 2025-04-17 21:11:53 +02:00
parent d074ff3e1f
commit 5b912b1ceb
Signed by: mentos1386
SSH key fingerprint: SHA256:4BKPWFv1LPB4F1GyyXlMF1SnzGwvURTZ6fMejXIThhI
4 changed files with 6 additions and 6 deletions
ingress.tjo.cloud/terraform
k8s.tjo.cloud/modules/cluster-core
network.tjo.cloud
README.md
root/etc/config

View file

@ -1,8 +1,8 @@
network = {
ipv4_address = "10.0.0.10/32"
ipv4_gateway = "10.0.0.1"
ipv6_address = "fd74:6a6f:0:f000::10/128"
ipv6_gateway = "fd74:6a6f:0:f000::1"
ipv6_address = "fd74:6a6f:0:0000::10/128"
ipv6_gateway = "fd74:6a6f:0:0000::1"
}
nodes = {

View file

@ -135,7 +135,7 @@ resource "kubernetes_manifest" "cilium-bgp-cluster-config" {
{
name = "local-router-ipv6"
peerASN = var.bgp.asn
peerAddress = "fd74:6a6f:0:f000::1"
peerAddress = "fd74:6a6f:0:0000::1"
peerConfigRef = {
name = "default"
}

View file

@ -68,8 +68,8 @@ Next 1021 are provisioned via DHCP. The reset are unused.
| Use | IPv4 | IPv6 |
|-------------------|------------------|--------------------------|
| Router LAN VIP | 10.0.0.1/32 | fd74:6a6f:0:f000::1/128 |
| ingress.tjo.cloud | 10.0.0.10/32 | fd74:6a6f:0:f000::10/128 |
| Router LAN VIP | 10.0.0.1/32 | fd74:6a6f:0:0000:1/128 |
| ingress.tjo.cloud | 10.0.0.10/32 | fd74:6a6f:0:0000:10/128 |
## k8s.tjo.cloud

View file

@ -30,7 +30,7 @@ config interface 'lan_vip'
option device 'br-lan'
option ipaddr '10.0.0.1'
option netmask '255.255.255.255'
option ip6addr 'fd74:6a6f:0:f000::1/128'
option ip6addr 'fd74:6a6f:0:0000::1/128'
config route 'lan4'
option interface 'lan'