summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/files/etc/config/firewall6
-rw-r--r--files/files/etc/config/network7
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
7config zone 'lan' 7config zone 'lan'
8 option name 'lan' 8 option name 'lan'
9 list network 'lan' 9 list network 'lan'
10 option input 'ACCEPT' 10 option input 'DROP'
11 option output 'ACCEPT' 11 option output 'DROP'
12 option forward 'REJECT' 12 option forward 'DROP'
13 13
14config zone 'mgmt' 14config zone 'mgmt'
15 option name 'mgmt' 15 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'
14config interface 'mgmt' 14config interface 'mgmt'
15 option type 'bridge' 15 option type 'bridge'
16 option proto 'dhcp' 16 option proto 'dhcp'
17 list ifname 'eth0.2' 17 list ifname 'eth0'
18 18
19config switch 19config switch
20 option name 'switch0' 20 option name 'switch0'
@@ -35,8 +35,3 @@ config switch_vlan
35 option device 'switch0' 35 option device 'switch0'
36 option vlan '3' 36 option vlan '3'
37 option ports '2t 0t' 37 option ports '2t 0t'
38
39config switch_vlan
40 option device 'switch0'
41 option vlan '2'
42 option ports '2t 0t' \ No newline at end of file