Remove 111 again since it was a layer 8 problem

This commit is contained in:
xqtc161 2024-06-16 01:52:06 +02:00
parent 579fe78a23
commit 16f45f8e48

View file

@ -16,9 +16,9 @@
}; };
}; };
networking.firewall.allowedTCPPorts = [111 2049 /* 4000 4001 4002 20048 */]; networking.firewall.allowedTCPPorts = [2049 /* 4000 4001 4002 20048 */];
networking.firewall.extraInputRules = '' networking.firewall.extraInputRules = ''
iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 111, 2049 } accept iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 2049 } accept
''; '';
fileSystems = { fileSystems = {