Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. ** In this section it looks like the interfaces are up **
  2. May 5 00:05:03 kernel: <6>br0: port 4(wl0.1) entering forwarding state
  3. May 5 00:05:03 kernel: <6>device wl0.1 left promiscuous mode
  4. May 5 00:05:03 kernel: <6>br0: port 4(wl0.1) entering disabled state
  5. May 5 00:05:04 kernel: device wl0.1 entered promiscuous mode
  6. May 5 00:05:04 kernel: br0: port 4(wl0.1) entering forwarding state
  7. May 5 00:05:04 kernel: br0: port 4(wl0.1) entering forwarding state
  8.  
  9. ** Here is where dnsmasq.postconf runs and sets my DHCP ranges **
  10. May 5 00:05:15 custom_script: Running /jffs/scripts/dnsmasq.postconf (args: /etc/dnsmasq.conf)
  11. May 5 00:05:15 admin: dnsmasq-dhcp: Configure wl0.1 and w11.1 to have special DHCP
  12. May 5 00:05:16 dnsmasq[295]: started, version 2.80-53-g343b7b4 cachesize 1500
  13. May 5 00:05:16 dnsmasq[295]: asynchronous logging enabled, queue limit is 5 messages
  14. May 5 00:05:16 dnsmasq-dhcp[295]: DHCP, IP range 172.50.50.200 -- 172.50.50.249, lease time 1d
  15. May 5 00:05:16 dnsmasq-dhcp[295]: DHCP, IP range 172.24.24.150 -- 172.24.24.199, lease time 1d
  16. May 5 00:05:16 dnsmasq[295]: read /etc/hosts - 5 addresses
  17. May 5 00:05:17 avahi-daemon[338]: Joining mDNS multicast group on interface wl0.1.IPv4 with address 172.24.24.1.
  18. May 5 00:05:17 avahi-daemon[338]: New relevant interface wl0.1.IPv4 for mDNS.
  19. May 5 00:05:17 avahi-daemon[338]: Registering new address record for 172.24.24.1 on wl0.1.IPv4.
  20.  
  21. ** Here is where services-start runs and appears to see the interfaces up and so restarts dnsmasq **
  22. May 5 00:05:20 custom_script: Running /jffs/scripts/services-start
  23. May 5 00:05:21 jffs/scripts/services-start: wl0.1 interface up
  24. May 5 00:05:21 rc_service: service 419:notify_rc restart_dnsmasq
  25. May 5 00:05:21 dnsmasq-dhcp[295]: no address range available for DHCP request via br0
  26. May 5 00:05:22 dnsmasq[295]: read /etc/hosts - 5 addresses
  27. May 5 00:05:22 rc_service: waitting "restart_dnsmasq" via ...
  28. May 5 00:05:25 dnsmasq[295]: exiting on receipt of SIGTERM
  29.  
  30. ** Here dnsmasq.postconf runs again after restart, it appears to be setting the ranges appropriately **
  31. May 5 00:05:26 custom_script: Running /jffs/scripts/dnsmasq.postconf (args: /etc/dnsmasq.conf)
  32. May 5 00:05:26 admin: dnsmasq-dhcp: Configure wl0.1 and w11.1 to have special DHCP
  33. May 5 00:05:27 dnsmasq[674]: started, version 2.80-53-g343b7b4 cachesize 1500
  34. May 5 00:05:27 dnsmasq[674]: asynchronous logging enabled, queue limit is 5 messages
  35. May 5 00:05:27 dnsmasq-dhcp[674]: DHCP, IP range 172.50.50.200 -- 172.50.50.249, lease time 1d
  36. May 5 00:05:27 dnsmasq-dhcp[674]: DHCP, IP range 172.24.24.150 -- 172.24.24.199, lease time 1d
  37.  
  38. ** Here is when my client tries to get an IP on the the guest network**
  39. Sep 12 23:04:45 ntpd: Initial clock set
  40. Sep 12 23:05:53 dnsmasq-dhcp[674]: no address range available for DHCP request via br0
  41. Sep 12 23:05:54 dnsmasq-dhcp[674]: no address range available for DHCP request via br0
  42. Sep 12 23:06:13 dnsmasq-dhcp[674]: no address range available for DHCP request via br0
  43. Sep 12 23:06:14 dnsmasq-dhcp[674]: no address range available for DHCP request via br0
  44.  
  45. ** Here is where I manually issue another service restart_dnsmasq **
  46. Sep 12 23:25:13 custom_script: Running /jffs/scripts/dnsmasq.postconf (args: /etc/dnsmasq.conf)
  47. Sep 12 23:25:14 admin: dnsmasq-dhcp: Configure wl0.1 and w11.1 to have special DHCP
  48. Sep 12 23:25:15 dnsmasq[1317]: started, version 2.80-53-g343b7b4 cachesize 1500
  49. Sep 12 23:25:15 dnsmasq[1317]: asynchronous logging enabled, queue limit is 5 messages
  50. Sep 12 23:25:15 dnsmasq-dhcp[1317]: DHCP, IP range 172.50.50.200 -- 172.50.50.249, lease time 1d
  51. Sep 12 23:25:15 dnsmasq-dhcp[1317]: DHCP, IP range 172.24.24.150 -- 172.24.24.199, lease time 1d
  52.  
  53. ** Here is where my client tries to connect again and succeeds **
  54. Sep 12 23:26:20 WLCEVENTD: wl0.1: Assoc 3C:28:6D:xx:xx:xx
  55. Sep 12 23:26:21 dnsmasq-dhcp[1317]: 3761611630 available DHCP range: 172.24.24.150 -- 172.24.24.199
  56. Sep 12 23:26:21 dnsmasq-dhcp[1317]: 3761611630 vendor class: android-dhcp-9
  57. Sep 12 23:26:24 dnsmasq-dhcp[1317]: 3761611630 DHCPDISCOVER(wl0.1) 3c:28:6d:xx:xx:xx
  58. Sep 12 23:26:24 dnsmasq-dhcp[1317]: 3761611630 tags: wl0.1
  59. Sep 12 23:26:24 dnsmasq-dhcp[1317]: 3761611630 DHCPOFFER(wl0.1) 172.24.24.172 3c:28:6d:xx:xx:xx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement