mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(metallb): define pool within our network
This commit is contained in:
parent
6e309ae467
commit
0da729679e
2 changed files with 2 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ metadata:
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 10.69.0.1-10.69.254.254
|
- 10.1.1.5-10.1.1.32
|
||||||
autoAssign: true
|
autoAssign: true
|
||||||
|
|
@ -16,6 +16,7 @@ with lib; {
|
||||||
"net.ipv4.tcp_wmem" = "4096 65536 16777216";
|
"net.ipv4.tcp_wmem" = "4096 65536 16777216";
|
||||||
"net.ipv4.ip_forward" = mkDefault "1";
|
"net.ipv4.ip_forward" = mkDefault "1";
|
||||||
"net.ipv6.conf.all.forwarding" = "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.all.accept_ra_rt_info_max_plen" = 128;
|
||||||
"net.ipv6.conf.default.accept_ra_rt_info_max_plen" = 128;
|
"net.ipv6.conf.default.accept_ra_rt_info_max_plen" = 128;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue