OpenWrt Forum Archive

Topic: No IP after awhile.Asus RT-N56U OpenWrt Barrier Breaker 14.07

The content of this topic has been archived on 24 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi there,

For some reason after the router has been up and running for awhile it stops giving out IP addresses over WIFI. The strange thing is that it still keeps working fine over cables. The Wifi is the one that starts behaving strangely. Assigning the IP address to the interface manually doesn't help either.
The only thing that gets it running 'normally' again is to SSH to it and issue the 'reboot' command.

System
Hostname    OpenWrt
Model    Asus RT-N56U
Firmware Version    OpenWrt Barrier Breaker 14.07 / LuCI Trunk (0.12+svn-r10530)
Kernel Version    3.10.49
Local Time    Tue Oct 17 21:58:41 2017
Uptime    0h 15m 58s
Load Average    0.57, 0.18, 0.09


/etc/config/dhcp file:
config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.auto'

config dhcp 'lan'
        option interface 'lan'
        option start '20'
        option limit '233'
        option leasetime '9h'
        option dhcpv6 'server'
        option ra 'server'

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'

config host


This is what it looks like after rebooting and trying to connect my phone.
Tue Oct 17 21:45:23 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: disassociated
Tue Oct 17 21:45:23 2017 daemon.info hostapd: wlan0: STA 88:30:8a:3d:d7:6f IEEE 802.11: authenticated
Tue Oct 17 21:45:23 2017 daemon.info hostapd: wlan0: STA 88:30:8a:3d:d7:6f IEEE 802.11: associated (aid 3)
Tue Oct 17 21:45:23 2017 daemon.info hostapd: wlan0: STA 88:30:8a:3d:d7:6f WPA: pairwise key handshake completed (RSN)
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 available DHCP range: 192.168.1.20 -- 192.168.1.252
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 vendor class: dhcpcd-5.2.10
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 client provides name: android-70137de211cd085a
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 tags: lan, br-lan
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 requested options: 1:netmask, 33:static-route, 3:router, 6:dns-server,
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 requested options: 15:domain-name, 28:broadcast, 51:lease-time,
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 requested options: 58:T1, 59:T2
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 next server: 192.168.1.1
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  1 option: 53 message-type  2
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option: 54 server-identifier  192.168.1.1
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option: 51 lease-time  9h
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option: 58 T1  4h30m
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option: 59 T2  7h52m30s
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option:  1 netmask  255.255.255.0
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option: 28 broadcast  192.168.1.255
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option:  3 router  192.168.1.1
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  4 option:  6 dns-server  192.168.1.1
Tue Oct 17 21:45:24 2017 daemon.info dnsmasq-dhcp[1198]: 16188141 sent size:  3 option: 15 domain-name  lan



This is when i connect my surface tablet:
Tue Oct 17 21:46:08 2017 daemon.info hostapd: wlan0: STA bc:83:85:0a:81:56 IEEE 802.11: authenticated
Tue Oct 17 21:46:08 2017 daemon.info hostapd: wlan0: STA bc:83:85:0a:81:56 IEEE 802.11: associated (aid 5)
Tue Oct 17 21:46:08 2017 daemon.info hostapd: wlan0: STA bc:83:85:0a:81:56 WPA: pairwise key handshake completed (RSN)
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 available DHCP range: 192.168.1.20 -- 192.168.1.252
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 vendor class: MSFT 5.0
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 client provides name: NeheSurf
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 DHCPREQUEST(br-lan) 192.168.1.157 bc:83:85:0a:81:56
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 tags: lan, br-lan
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 DHCPACK(br-lan) 192.168.1.157 bc:83:85:0a:81:56 NeheSurf
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 requested options: 1:netmask, 3:router, 6:dns-server, 15:domain-name,
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 requested options: 31:router-discovery, 33:static-route, 43:vendor-encap,
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 requested options: 44:netbios-ns, 46:netbios-nodetype, 47:netbios-scope,
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 requested options: 121:classless-static-route, 249, 252
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 next server: 192.168.1.1
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 broadcast response
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  1 option: 53 message-type  5
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option: 54 server-identifier  192.168.1.1
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option: 51 lease-time  9h
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option: 58 T1  4h30m
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option: 59 T2  7h52m30s
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option:  1 netmask  255.255.255.0
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option: 28 broadcast  192.168.1.255
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option:  3 router  192.168.1.1
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  4 option:  6 dns-server  192.168.1.1
Tue Oct 17 21:46:08 2017 daemon.info dnsmasq-dhcp[1198]: 2325100092 sent size:  3 option: 15 domain-name  lan






And this is what it looks like when the router starts behaving spooky.
One thing that I've noticed is that my Sonos speakers starting with MAC 5c:aa:fd....  are all over the place. Are they the one messing things up?:
I dont know what to think.

Any ideas?
Tue Oct 17 21:40:33 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:36 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:36 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:38 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:38 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.170 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:40 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:40 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: disassociated
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: disassociated
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:42 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Tue Oct 17 21:40:42 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:42 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: associated (aid 4)
Tue Oct 17 21:40:42 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 WPA: pairwise key handshake completed (RSN)
Tue Oct 17 21:40:43 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:43 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.170 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:46 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:46 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:47 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:47 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.170 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:53 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:53 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:40:55 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:55 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.170 08:ec:a9:bf:d8:d5
Tue Oct 17 21:40:57 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:40:57 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:40:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:40:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:40:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:40:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:03 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:03 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:10 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:10 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:11 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 08:ec:a9:bf:d8:d5
Tue Oct 17 21:41:11 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.170 08:ec:a9:bf:d8:d5
Tue Oct 17 21:41:13 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: disassociated
Tue Oct 17 21:41:13 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: disassociated
Tue Oct 17 21:41:14 2017 daemon.info hostapd: wlan0: STA 08:ec:a9:bf:d8:d5 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Tue Oct 17 21:41:14 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:14 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:16 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:16 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:20 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:20 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:23 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:23 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:27 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:27 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:33 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:33 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:36 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: authenticated
Tue Oct 17 21:41:36 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:36 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f WPA: pairwise key handshake completed (RSN)
Tue Oct 17 21:41:36 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:36 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:36 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:36 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:37 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:40 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:40 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:40 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:40 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:41 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:44 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:44 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:45 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:48 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:48 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:41:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:49 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:50 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:53 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:53 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:54 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:41:57 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:41:57 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:41:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:41:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:41:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:41:58 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:02 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:03 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:03 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:06 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: disassociated
Tue Oct 17 21:42:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:06 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:07 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:07 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Tue Oct 17 21:42:10 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: authenticated
Tue Oct 17 21:42:10 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:10 2017 daemon.info hostapd: wlan1: STA 88:30:8a:3d:d7:6f WPA: pairwise key handshake completed (RSN)
Tue Oct 17 21:42:10 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:10 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:10 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:10 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:11 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:14 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:14 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:14 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:14 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:15 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:19 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:20 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:20 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:21 2017 daemon.info dnsmasq-dhcp[1666]: DHCPDISCOVER(br-lan) 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:21 2017 daemon.info dnsmasq-dhcp[1666]: DHCPOFFER(br-lan) 192.168.1.239 88:30:8a:3d:d7:6f
Tue Oct 17 21:42:23 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:23 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:24 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:27 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:27 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:28 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)
Tue Oct 17 21:42:31 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: authenticated
Tue Oct 17 21:42:31 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c5:e6 IEEE 802.11: associated (aid 3)
Tue Oct 17 21:42:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: authenticated
Tue Oct 17 21:42:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:6d:c7:68 IEEE 802.11: associated (aid 1)
Tue Oct 17 21:42:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: authenticated
Tue Oct 17 21:42:32 2017 daemon.info hostapd: wlan0: STA 5c:aa:fd:16:3c:d5 IEEE 802.11: associated (aid 2)

After trying multiple settings and reading back and forth through the log and checking on internet, I gave up and went back to stock.
sad

It looks like a wifi problem.  The speakers (several units) never complete a WPA handshake.  And the tablet never answers the DHCPOFFER.  The DHCP server, which appears to be working properly, feeds into the LAN bridge, so it can't even know if it is dealing with a wired or wifi client.

You were using a very old version of OpenWrt.

mk24 wrote:

It looks like a wifi problem.  The speakers (several units) never complete a WPA handshake.  And the tablet never answers the DHCPOFFER.  The DHCP server, which appears to be working properly, feeds into the LAN bridge, so it can't even know if it is dealing with a wired or wifi client.

You were using a very old version of OpenWrt.

I was indeed using an older version of OpenWRT.
The reason for it is that I have a Asus N56U and from what i saw, the version I installed was the only version working on that router.

Was pretty sad though and was hoping it would still work with WIFI.

But is there a way to get a more newer version of OpenWRT on the Asus N56U without ending up sitting with a serial cable connected to it to unbrick it?
Cuz I actively tend to avoid having to open the router.

The discussion might have continued from here.