feat(nat): desactivating until APs are configured
Some checks failed
Check meta / check_meta (pull_request) Successful in 26s
Check meta / check_dns (pull_request) Successful in 1m2s
build configuration / build_storage01 (pull_request) Successful in 1m47s
build configuration / build_web02 (pull_request) Successful in 1m23s
build configuration / build_compute01 (pull_request) Successful in 1m50s
build configuration / build_vault01 (pull_request) Successful in 1m54s
build configuration / build_web01 (pull_request) Successful in 2m21s
build configuration / build_rescue01 (pull_request) Successful in 1m20s
lint / check (pull_request) Successful in 37s
build configuration / build_geo01 (pull_request) Successful in 1m18s
build configuration / build_geo02 (pull_request) Successful in 1m18s
build configuration / build_bridge01 (pull_request) Successful in 1m17s
build configuration / push_to_cache_web02 (pull_request) Failing after 1m23s
build configuration / push_to_cache_storage01 (pull_request) Failing after 1m26s
build configuration / push_to_cache_compute01 (pull_request) Failing after 1m36s
build configuration / push_to_cache_geo01 (pull_request) Failing after 1m20s
build configuration / push_to_cache_rescue01 (pull_request) Failing after 1m28s
build configuration / push_to_cache_geo02 (pull_request) Failing after 1m16s
build configuration / push_to_cache_web01 (pull_request) Failing after 1m56s
build configuration / push_to_cache_bridge01 (pull_request) Failing after 1m18s

This commit is contained in:
catvayor 2024-08-31 10:33:40 +02:00
parent 16f47ce227
commit 17a19a9a17
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -233,15 +233,15 @@ in
networking = {
nftables = {
enable = true;
tables.nat = {
family = "ip";
content = ''
chain postrouting {
type nat hook postrouting priority 100;
ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
}
'';
};
# tables.nat = {
# family = "ip";
# content = ''
# chain postrouting {
# type nat hook postrouting priority 100;
# ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
# }
# '';
# };
};
firewall = {
allowedUDPPorts = [ 67 ];