diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/files/etc/config/network | 10 | ||||
-rw-r--r-- | files/files/etc/config/wireless | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/files/files/etc/config/network b/files/files/etc/config/network index cec228b..fd55ab9 100644 --- a/files/files/etc/config/network +++ b/files/files/etc/config/network | |||
@@ -8,6 +8,11 @@ config interface 'lan' | |||
8 | option type 'bridge' | 8 | option type 'bridge' |
9 | option proto 'none' | 9 | option proto 'none' |
10 | list ifname 'eth0.3' | 10 | list ifname 'eth0.3' |
11 | |||
12 | config interface 'dmz01' | ||
13 | option type 'bridge' | ||
14 | option proto 'none' | ||
15 | list ifname 'eth0.4' | ||
11 | 16 | ||
12 | config interface 'mgmt' | 17 | config interface 'mgmt' |
13 | option type 'bridge' | 18 | option type 'bridge' |
@@ -33,3 +38,8 @@ config switch_vlan | |||
33 | option device 'switch0' | 38 | option device 'switch0' |
34 | option vlan '3' | 39 | option vlan '3' |
35 | option ports '2t 0t' | 40 | option ports '2t 0t' |
41 | |||
42 | config switch_vlan | ||
43 | option device 'switch0' | ||
44 | option vlan '4' | ||
45 | option ports '2t 0t' \ No newline at end of file | ||
diff --git a/files/files/etc/config/wireless b/files/files/etc/config/wireless index 6f06f25..e6192bc 100644 --- a/files/files/etc/config/wireless +++ b/files/files/etc/config/wireless | |||
@@ -10,7 +10,7 @@ config wifi-iface 'default_radio0' | |||
10 | option device 'radio0' | 10 | option device 'radio0' |
11 | option network 'lan' | 11 | option network 'lan' |
12 | option mode 'ap' | 12 | option mode 'ap' |
13 | option key '<passphrase>' | 13 | option key '<passphrase_shannon>' |
14 | option ssid 'shannon' | 14 | option ssid 'shannon' |
15 | option encryption 'psk2+ccmp' | 15 | option encryption 'psk2+ccmp' |
16 | option ieee80211r '1' | 16 | option ieee80211r '1' |
@@ -19,6 +19,19 @@ config wifi-iface 'default_radio0' | |||
19 | option ft_over_ds '1' | 19 | option ft_over_ds '1' |
20 | option pmk_r1_push '1' | 20 | option pmk_r1_push '1' |
21 | 21 | ||
22 | config wifi-iface 'dmz01_radio0' | ||
23 | option device 'radio2' | ||
24 | option network 'dmz01' | ||
25 | option mode 'ap' | ||
26 | option key '<passphrase_tesla>' | ||
27 | option ssid 'tesla' | ||
28 | option encryption 'psk2+ccmp' | ||
29 | option ieee80211r '1' | ||
30 | option mobility_domain 'e612' | ||
31 | option ft_psk_generate_local '1' | ||
32 | option ft_over_ds '1' | ||
33 | option pmk_r1_push '1' | ||
34 | |||
22 | config wifi-device 'radio1' | 35 | config wifi-device 'radio1' |
23 | option type 'mac80211' | 36 | option type 'mac80211' |
24 | option hwmode '11g' | 37 | option hwmode '11g' |
@@ -33,7 +46,20 @@ config wifi-iface 'default_radio1' | |||
33 | option mode 'ap' | 46 | option mode 'ap' |
34 | option ssid 'shannon' | 47 | option ssid 'shannon' |
35 | option encryption 'psk2+ccmp' | 48 | option encryption 'psk2+ccmp' |
36 | option key '<passphrase>' | 49 | option key '<passphrase_shannon>' |
50 | option ieee80211r '1' | ||
51 | option mobility_domain 'e612' | ||
52 | option ft_psk_generate_local '1' | ||
53 | option ft_over_ds '1' | ||
54 | option pmk_r1_push '1' | ||
55 | |||
56 | config wifi-iface 'dmz01_radio1' | ||
57 | option device 'radio3' | ||
58 | option network 'dmz01' | ||
59 | option mode 'ap' | ||
60 | option ssid 'teslo' | ||
61 | option encryption 'psk2+ccmp' | ||
62 | option key '<passphrase_tesla>' | ||
37 | option ieee80211r '1' | 63 | option ieee80211r '1' |
38 | option mobility_domain 'e612' | 64 | option mobility_domain 'e612' |
39 | option ft_psk_generate_local '1' | 65 | option ft_psk_generate_local '1' |