From 78b3432cd64c45f41d357308af85c11d897f0698 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 7 Jan 2022 20:40:45 +0100 Subject: ... --- files/files/etc/config/firewall | 6 +++--- files/files/etc/config/network | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/files/files/etc/config/firewall b/files/files/etc/config/firewall index 9b4d252..5997399 100644 --- a/files/files/etc/config/firewall +++ b/files/files/etc/config/firewall @@ -7,9 +7,9 @@ config defaults config zone 'lan' option name 'lan' list network 'lan' - option input 'ACCEPT' - option output 'ACCEPT' - option forward 'REJECT' + option input 'DROP' + option output 'DROP' + option forward 'DROP' config zone 'mgmt' option name 'mgmt' diff --git a/files/files/etc/config/network b/files/files/etc/config/network index 7b80393..70a841a 100644 --- a/files/files/etc/config/network +++ b/files/files/etc/config/network @@ -14,7 +14,7 @@ config interface 'lan' config interface 'mgmt' option type 'bridge' option proto 'dhcp' - list ifname 'eth0.2' + list ifname 'eth0' config switch option name 'switch0' @@ -35,8 +35,3 @@ config switch_vlan option device 'switch0' option vlan '3' option ports '2t 0t' - -config switch_vlan - option device 'switch0' - option vlan '2' - option ports '2t 0t' \ No newline at end of file -- cgit v1.2.3