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
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:
parent
16f47ce227
commit
17a19a9a17
1 changed files with 9 additions and 9 deletions
|
@ -233,15 +233,15 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tables.nat = {
|
# tables.nat = {
|
||||||
family = "ip";
|
# family = "ip";
|
||||||
content = ''
|
# content = ''
|
||||||
chain postrouting {
|
# chain postrouting {
|
||||||
type nat hook postrouting priority 100;
|
# type nat hook postrouting priority 100;
|
||||||
ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
|
# ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
|
||||||
}
|
# }
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedUDPPorts = [ 67 ];
|
allowedUDPPorts = [ 67 ];
|
||||||
|
|
Loading…
Reference in a new issue