From 48f7e2c66d03fd22139c663a8fcc13c0b8e5a5c2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 14 Jan 2022 02:06:57 +0100 Subject: ... --- files/files/etc/config/network | 4 ++-- files/files/etc/ruleset.nft | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/files/etc/config/network b/files/files/etc/config/network index a906a71..3573c92 100644 --- a/files/files/etc/config/network +++ b/files/files/etc/config/network @@ -16,14 +16,14 @@ config interface 'wifibh' option netmask '255.255.255.0' option ipv6 '0' -config interface 'wifibh' +config interface 'wifibh01' option proto 'gretap' option ipaddr '10.141.2.2' option peeraddr '10.141.2.1' config device option type '8021q' - option ifname 'gre4t-wifibh' + option ifname 'gre4t-wifibh01' option vid '2' option name 'wbh-lan' diff --git a/files/files/etc/ruleset.nft b/files/files/etc/ruleset.nft index f1c8168..422c186 100644 --- a/files/files/etc/ruleset.nft +++ b/files/files/etc/ruleset.nft @@ -91,8 +91,8 @@ table inet filter { meta l4proto $icmp_protos counter name icmp-rx accept - iifname mgmt tcp dport 22 counter name ssh-rx accept - iifname mgmt tcp dport 9100 counter name prometheus-rx accept + iifname br-mgmt tcp dport 22 counter name ssh-rx accept + iifname br-mgmt tcp dport 9100 counter name prometheus-rx accept ct state {established, related} counter name established-rx accept -- cgit v1.2.3