Guest User

create_ap working

a guest
Apr 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.64 KB | None | 0 0
  1. -- Logs begin at Mon 2019-04-08 21:17:16 IST, end at Wed 2019-04-17 19:12:24 IST. --
  2. Apr 17 19:06:23 lemon systemd[1]: Started Create AP Service.
  3. Apr 17 19:06:23 lemon create_ap[494]: Config dir: /tmp/create_ap.wlo1.conf.pEDsdrPq
  4. Apr 17 19:06:23 lemon create_ap[494]: PID: 494
  5. Apr 17 19:06:24 lemon create_ap[494]: Network Manager found, set ap0 as unmanaged device... DONE
  6. Apr 17 19:06:26 lemon create_ap[494]: Creating a virtual WiFi interface... ap0 created.
  7. Apr 17 19:06:26 lemon create_ap[494]: Sharing Internet using method: nat
  8. Apr 17 19:06:26 lemon dnsmasq[838]: started, version 2.80 cachesize 150
  9. Apr 17 19:06:26 lemon dnsmasq[838]: compile time options: IPv6 GNU-getopt DBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile
  10. Apr 17 19:06:26 lemon create_ap[494]: hostapd command-line interface: hostapd_cli -p /tmp/create_ap.wlo1.conf.pEDsdrPq/hostapd_ctrl
  11. Apr 17 19:06:26 lemon dnsmasq-dhcp[838]: DHCP, IP range 192.168.1.1 -- 192.168.1.254, lease time 1d
  12. Apr 17 19:06:26 lemon dnsmasq[838]: reading /etc/resolv.conf
  13. Apr 17 19:06:26 lemon dnsmasq[838]: using nameserver 192.168.50.1#53
  14. Apr 17 19:06:26 lemon dnsmasq[838]: using nameserver 4.2.2.2#53
  15. Apr 17 19:06:26 lemon dnsmasq[838]: using nameserver 8.8.4.4#53
  16. Apr 17 19:06:26 lemon dnsmasq[838]: cleared cache
  17. Apr 17 19:06:26 lemon create_ap[494]: Configuration file: /tmp/create_ap.wlo1.conf.pEDsdrPq/hostapd.conf
  18. Apr 17 19:06:26 lemon create_ap[494]: Using interface ap0 with hwaddr 7c:2a:31:a8:61:46 and ssid "lemon"
  19. Apr 17 19:06:26 lemon create_ap[494]: Low entropy detected, starting haveged
  20. Apr 17 19:06:26 lemon create_ap[494]: random: Cannot read from /dev/random: Resource temporarily unavailable
  21. Apr 17 19:06:26 lemon create_ap[494]: random: Only 0/20 bytes of strong random data available from /dev/random
  22. Apr 17 19:06:26 lemon create_ap[494]: random: Not enough entropy pool available for secure operations
  23. Apr 17 19:06:26 lemon create_ap[494]: WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects
  24. Apr 17 19:06:26 lemon create_ap[494]: haveged: listening socket at 4
  25. Apr 17 19:06:26 lemon create_ap[494]: ap0: interface state UNINITIALIZED->ENABLED
  26. Apr 17 19:06:26 lemon create_ap[494]: ap0: AP-ENABLED
  27. Apr 17 19:07:42 lemon create_ap[494]: ap0: STA cc:61:e5:ce:d1:91 IEEE 802.11: authenticated
  28. Apr 17 19:07:42 lemon hostapd[840]: ap0: STA cc:61:e5:ce:d1:91 IEEE 802.11: authenticated
  29. Apr 17 19:07:42 lemon create_ap[494]: ap0: STA cc:61:e5:ce:d1:91 IEEE 802.11: associated (aid 1)
  30. Apr 17 19:07:42 lemon hostapd[840]: ap0: STA cc:61:e5:ce:d1:91 IEEE 802.11: associated (aid 1)
  31. Apr 17 19:07:43 lemon create_ap[494]: ap0: AP-STA-CONNECTED cc:61:e5:ce:d1:91
  32. Apr 17 19:07:43 lemon create_ap[494]: ap0: STA cc:61:e5:ce:d1:91 RADIUS: starting accounting session F572501582D2AF9C
  33. Apr 17 19:07:43 lemon create_ap[494]: ap0: STA cc:61:e5:ce:d1:91 WPA: pairwise key handshake completed (RSN)
  34. Apr 17 19:07:43 lemon hostapd[840]: ap0: STA cc:61:e5:ce:d1:91 RADIUS: starting accounting session F572501582D2AF9C
  35. Apr 17 19:07:43 lemon hostapd[840]: ap0: STA cc:61:e5:ce:d1:91 WPA: pairwise key handshake completed (RSN)
  36. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPDISCOVER(ap0) cc:61:e5:ce:d1:91
  37. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPOFFER(ap0) 192.168.1.151 cc:61:e5:ce:d1:91
  38. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPDISCOVER(ap0) cc:61:e5:ce:d1:91
  39. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPOFFER(ap0) 192.168.1.151 cc:61:e5:ce:d1:91
  40. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPREQUEST(ap0) 192.168.1.151 cc:61:e5:ce:d1:91
  41. Apr 17 19:07:46 lemon dnsmasq-dhcp[838]: DHCPACK(ap0) 192.168.1.151 cc:61:e5:ce:d1:91
Add Comment
Please, Sign In to add comment