Temat: WDR4300 wifi 2.4 problem wysycenie
Witam,
czy są może jakieś ustawienia cache lub coś w tym stylu dla radia 2.4 ?
Mam wdr 4300 jeszcze na wersji OpenWrt 19.07-SNAPSHOT, r11430-ecbbb373ed,
robi za głupi ap dlatego nie przeszkadza mi stara wersja.
Od dłuższego czasu - nie było tak od początku, mam problem na 2.4 jak go wysycam i leci kilka minut 10MB/s....
może działać bezproblemowo dniami, miesiącami i nic się nie będzie dziać, chyba że coś dużego po 2.4 będę ściągał.
Jak go wysycam to w pewnym momencie wywala mnie z sieci i nie da się podłączyć, próbuje próbuje i rozłącza. Muszę zrobić up/down wifi i jakby nic się nie stało.
Wysycanie na 5Ghz takich objawów nie powoduje.
Jest coś w configu co spierdaczyłem ? Czy kończy mi się 2.4?
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/ar934x_wmac'
option htmode 'HT20'
option country 'PL'
option legacy_rates '1'
option channel '8'
option txpower '12'
option disabled '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'xxxxxxxxx'
option encryption 'psk2'
option key 'xxxxxxx'
option wps_pushbutton '0'
option disassoc_low_ack '0'
option disabled '0'
config wifi-iface 'ap_guest'
option device 'radio0'
option mode 'ap'
option network 'guest'
option macaddr '14:cc:20:85:71:6e'
option ssid 'xxxxxx'
option encryption 'psk2'
option key 'xxxxxxxxx'
option isolate '1'
option disabled '1'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11a'
option path 'pci0000:00/0000:00:00.0'
option country 'PL'
option txpower '15'
option htmode 'HT40'
option legacy_rates '1'
option noscan '1'
option channel '149'
option disabled '1'
config wifi-iface 'default_radio1'
option device 'radio1'
option mode 'ap'
option ssid 'xxxxxxxxx'
option network 'lan'
option encryption 'psk2'
option key 'xxxxxxxx'
option disabled '1'config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdb7:67dc:778d::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.77.1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 5 0t'
config switch_vlan
option device 'switch0'
option vlan '88'
option ports '5t 0t'
config interface 'guest'
option ifname 'eth0.88'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.240'
option ipaddr '192.168.88.4'