diff options
| -rw-r--r-- | files/files/etc/config/firewall | 6 | ||||
| -rw-r--r-- | 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 | |||
| 7 | config zone 'lan' | 7 | config 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 | ||
| 14 | config zone 'mgmt' | 14 | config 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' | |||
| 14 | config interface 'mgmt' | 14 | config 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 | ||
| 19 | config switch | 19 | config 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 | |||
| 39 | config switch_vlan | ||
| 40 | option device 'switch0' | ||
| 41 | option vlan '2' | ||
| 42 | option ports '2t 0t' \ No newline at end of file | ||
