diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 20:40:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 20:40:45 +0100 |
| commit | 78b3432cd64c45f41d357308af85c11d897f0698 (patch) | |
| tree | c8f223dba88f8ce08cdb8d53b3eed551d7768a10 /files | |
| parent | f65d53b9c5efa4d032e3356c45c7d58d81a29ab3 (diff) | |
| download | ap01-78b3432cd64c45f41d357308af85c11d897f0698.tar ap01-78b3432cd64c45f41d357308af85c11d897f0698.tar.gz ap01-78b3432cd64c45f41d357308af85c11d897f0698.tar.bz2 ap01-78b3432cd64c45f41d357308af85c11d897f0698.tar.xz ap01-78b3432cd64c45f41d357308af85c11d897f0698.zip | |
...
Diffstat (limited to 'files')
| -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 | ||
