Temporarily disable the firewall for debugging.
This commit is contained in:
parent
fb66651b69
commit
1161ab9404
@ -259,6 +259,8 @@ makeScope newScope (
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"policyEnforcementMode" = "never";
|
||||||
|
|
||||||
# TODO: Read and maybe apply https://docs.cilium.io/en/stable/operations/performance/tuning/
|
# TODO: Read and maybe apply https://docs.cilium.io/en/stable/operations/performance/tuning/
|
||||||
|
|
||||||
# --set hostFirewall.enabled=true
|
# --set hostFirewall.enabled=true
|
||||||
|
|||||||
@ -53,9 +53,9 @@
|
|||||||
# Check logs for blocked connections:
|
# Check logs for blocked connections:
|
||||||
# journalctl -k or dmesg
|
# journalctl -k or dmesg
|
||||||
|
|
||||||
networking.nftables.tables."my-fw" = {
|
# networking.nftables.tables."my-fw" = {
|
||||||
family = "inet";
|
# family = "inet";
|
||||||
content = (builtins.readFile ./files/my-fw.nft);
|
# content = (builtins.readFile ./files/my-fw.nft);
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user