ops(metallb): define pool within our network

This commit is contained in:
Kat Inskip 2024-01-20 22:09:22 -08:00
parent 6e309ae467
commit 0da729679e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 2 additions and 1 deletions

View file

@ -5,5 +5,5 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 10.69.0.1-10.69.254.254
- 10.1.1.5-10.1.1.32
autoAssign: true

View file

@ -16,6 +16,7 @@ with lib; {
"net.ipv4.tcp_wmem" = "4096 65536 16777216";
"net.ipv4.ip_forward" = mkDefault "1";
"net.ipv6.conf.all.forwarding" = "1";
"net.ipv4.conf.all.forwarding" = "1";
"net.ipv6.conf.all.accept_ra_rt_info_max_plen" = 128;
"net.ipv6.conf.default.accept_ra_rt_info_max_plen" = 128;
};