eap615: fix configs, 2022

This commit is contained in:
dexxter00 2022-10-10 20:11:23 +03:00
parent 78f6098bdf
commit c089c2e2e0
2 changed files with 110 additions and 85 deletions

View File

@ -4,7 +4,6 @@ config interface 'loopback'
option ipaddr '127.0.0.1' option ipaddr '127.0.0.1'
option netmask '255.0.0.0' option netmask '255.0.0.0'
config globals 'globals' config globals 'globals'
option packet_steering '1' option packet_steering '1'
option ula_prefix 'fdfa:5bcd:c72e::/48' option ula_prefix 'fdfa:5bcd:c72e::/48'
@ -24,6 +23,14 @@ config interface 'management'
option dns '10.20.0.1' option dns '10.20.0.1'
option ipv6 'no' option ipv6 'no'
config interface 'management'
option ifname 'br-lan.20'
option proto 'static'
option ipaddr '<ip>'
option netmask '255.255.255.0'
option gateway '10.20.0.1'
option dns '10.20.0.1'
option ipv6 'no'
config bridge-vlan config bridge-vlan
option device 'br-lan' option device 'br-lan'
@ -59,3 +66,20 @@ config interface 'videowifi'
option peerdns '0' option peerdns '0'
option delegate '0' option delegate '0'
config device
option name 'br-lan.20'
option type '8021q'
option ifname 'br-lan'
option vid '20'
config device
option name 'br-lan.21'
option type '8021q'
option ifname 'br-lan'
option vid '21'
config device
option name 'br-lan.23'
option type '8021q'
option ifname 'br-lan'
option vid '23'

View File

@ -1,10 +1,51 @@
config wifi-device radio0 config wifi-device radio0
option type mac80211 option type 'mac80211'
option band '2g' option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
option path 'pci0000:01/0000:01:00.0' option band '5g'
option channel '<radio0-channel>' option channel '<radio0-channel>'
option txpower '<wlan0-txpower>' option txpower '<wlan0-txpower>'
option htmode VHT80 option htmode 'VHT80'
option distance '20'
list basic_rate '54000'
list supported_rates '54000'
option require_mode 'g'
option beacon_int '250'
option log_level '-1'
option country 'BG'
option country_ie '1'
config wifi-iface
option device 'radio0'
option network 'wireless'
option mode 'ap'
option ssid 'OpenFest'
option encryption 'none'
option macaddr '<wlan0-macaddr>'
option isolate '1'
option wnm_sleep_mode '1'
option proxy_arp '1'
option network 'userwifi'
config wifi-iface
option device 'radio0'
option network 'wireless'
option mode 'ap'
option ssid 'OpenFest'
option encryption 'none'
option macaddr '<wlan2-macaddr>'
option wnm_sleep_mode '1'
option encryption 'sae-mixed'
option key '<wlan2-key>'
option network 'videowifi'
config wifi-device radio1
option type 'mac80211'
option band '2g'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
option channel '<radio1-channel>'
option txpower '<wlan1-txpower>'
option htmode 'HT20'
option distance '20' option distance '20'
option require_mode 'n' option require_mode 'n'
list basic_rate '54000' list basic_rate '54000'
@ -15,59 +56,19 @@ config wifi-device radio0
option doth '1' option doth '1'
config wifi-iface config wifi-iface
option device radio0 option device 'radio1'
option network 'wireless'
option mode 'ap'
option ssid 'OpenFest'
option encryption 'none'
option macaddr '<wlan0-macaddr>'
option isolate '1'
option wnm_sleep_mode 1
option proxy_arp 1
option network 'userwifi'
config wifi-device radio1
option type mac80211
option path 'platform/qca955x_wmac'
option band '5g'
option channel <radio1-channel>
option txpower '<wlan1-txpower>'
option htmode 'HT20'
option distance '20'
list basic_rate '54000'
list supported_rates '54000'
option require_mode 'g'
option beacon_int 250
option log_level '-1'
option country 'BG'
option country_ie '1'
config wifi-iface
option device radio1
option network 'wireless' option network 'wireless'
option mode 'ap' option mode 'ap'
option ssid 'OpenFest' option ssid 'OpenFest'
option encryption 'none' option encryption 'none'
option macaddr '<wlan1-macaddr>' option macaddr '<wlan1-macaddr>'
option isolate '1' option isolate '1'
option wnm_sleep_mode 1 option wnm_sleep_mode '1'
option proxy_arp 1 option proxy_arp '1'
option network 'userwifi' option network 'userwifi'
config wifi-iface config wifi-iface
option device radio0 option device 'radio1'
option network 'wireless'
option mode 'ap'
option ssid 'OpenFest'
option encryption 'none'
option macaddr '<wlan2-macaddr>'
option wnm_sleep_mode 1
option encryption 'sae-mixed'
option key '<wlan2-key>'
option network 'videowifi'
config wifi-iface
option device radio1
option network 'wireless' option network 'wireless'
option mode 'ap' option mode 'ap'
option ssid 'OpenFest' option ssid 'OpenFest'
@ -75,7 +76,7 @@ config wifi-iface
option macaddr '<wlan3-macaddr>' option macaddr '<wlan3-macaddr>'
option encryption 'sae-mixed' option encryption 'sae-mixed'
option key '<wlan3-key>' option key '<wlan3-key>'
option wnm_sleep_mode 1 option wnm_sleep_mode '1'
option network 'videowifi' option network 'videowifi'