realize l2 bridge utilization in vhosts

This commit is contained in:
RootHost-Stormwind
2026-01-26 21:06:08 +01:00
parent 62307984f5
commit 03a75c33e9
3 changed files with 16 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
networking = {
nftables.enable = true;
firewall = {
trustedInterfaces = [ "incusbr1" ];
trustedInterfaces = [ "incusbr1" "incusbr2" ];
filterForward = true;
extraForwardRules = ''
@@ -23,6 +23,10 @@
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 67 68 ];
};
incusbr2 = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 67 68 ];
};
};