[FS#3583] TPLink RE450 Falis getting IP on 5Ghz radio

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Wed Jan 20 16:15:13 EST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - wojciechczyz (wojciechczyz) 

Attached to Project - OpenWrt/LEDE Project
Summary - TPLink RE450 Falis getting IP on 5Ghz radio
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Supply the following if possible:
 - Device problem occurs on
RE450 set up as dumb Access Point
Main router is WRT1900ACS also using OpenWRT 19.07.6 
Main router is DHCP server.


 - Software versions of OpenWrt/LEDE release, packages, etc.
OpenWrt 19.07.6 r11278-8055e38794

 - Steps to reproduce
   
Ethernet, Wifi 0 and Wifi 1 are all bridged as LAN.

When I connect to 2.4Ghz WIfi, devices connect and get IP and access to the internet.
When I connect to 5Ghz wifi, devices cannot obtain IP and disconnect.
On conecting Mac I see message that it failed to obtain IP


Network:
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 'fd7c:fc53:55ff::/48'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0'
	option proto 'static'
	option ipaddr '192.168.1.2'
	option gateway '192.168.1.1'
	list dns '192.168.1.1'
	option netmask '255.255.255.0'

Wireless:
config wifi-device 'radio0'
	option type 'mac80211'
	option hwmode '11a'
	option path 'pci0000:00/0000:00:00.0'
	option htmode 'VHT80'
	option channel 'auto'
	option country 'ES'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option key 'pass'
	option encryption 'psk2'
	option ssid 'AP5G'
	option disassoc_low_ack '0'

config wifi-device 'radio1'
	option type 'mac80211'
	option hwmode '11g'
	option path 'platform/ahb/18100000.wmac'
	option channel 'auto'
	option noscan '1'
	option htmode 'HT40'
	option country 'ES'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option key 'pass'
	option encryption 'psk2'
	option ssid 'AP'
	option disassoc_low_ack '0'


DHCP:


config dnsmasq
	option domainneeded '1'
	option boguspriv '1'
	option filterwin2k '0'
	option localise_queries '1'
	option rebind_protection '1'
	option rebind_localhost '1'
	option local '/lan/'
	option domain 'lan'
	option expandhosts '1'
	option nonegcache '0'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.auto'
	option nonwildcard '1'
	option localservice '1'

config dhcp 'lan'
	option interface 'lan'
	option ignore '1'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'
	option loglevel '4'


 

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3583

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list