Skip to content

Instantly share code, notes, and snippets.

@abilbaotm
Created March 6, 2017 15:46
Show Gist options
  • Save abilbaotm/a96321770c80797000e73169b23e4ed1 to your computer and use it in GitHub Desktop.
Save abilbaotm/a96321770c80797000e73169b23e4ed1 to your computer and use it in GitHub Desktop.
[03/06/2017 16:44:34] DHCP Server V2.5.2.3 started as Service
[03/06/2017 16:44:34] NetworkAdapter Initialization returns 0
[03/06/2017 16:44:34] Adapter 0 with IP address 172.20.0.1 found (pAdap=0x0025f6f0)
[03/06/2017 16:44:34] Adapter 1 with IP address 169.254.219.148 found but not used
[03/06/2017 16:44:34] Adapter 0 has recognized an incoming DHCP request
[03/06/2017 16:44:34] DHCP message = DHCPDISCOVER
[03/06/2017 16:44:34] requested options: 1 3 6 12 15 28 33 42 51 54 58 59 119 121
[03/06/2017 16:44:34] Lookup client data for physical address "B8-27-EB-C9-1E-19" / client_id "B8-27-EB-C9-1E-19"
[03/06/2017 16:44:34] Client B8-27-EB-C9-1E-19 is configured with the IP address 172.20.0.6
[03/06/2017 16:44:34] Response: offer the configured IP address (lease time = 86400)
[03/06/2017 16:44:34] Sending a broadcast response to the client
[03/06/2017 16:44:34] Connection 0: sending top queue packet
[03/06/2017 16:44:34] Adapter 0 has recognized an incoming DHCP request
[03/06/2017 16:44:34] DHCP message = DHCPREQUEST
[03/06/2017 16:44:34] requested options: 1 3 6 12 15 28 33 42 51 54 58 59 119 121
[03/06/2017 16:44:34] Lookup client data for physical address "B8-27-EB-C9-1E-19" / client_id "B8-27-EB-C9-1E-19"
[03/06/2017 16:44:34] Client B8-27-EB-C9-1E-19 is configured with the IP address 172.20.0.6
[03/06/2017 16:44:35] Response: hand out the configured IP address (lease time = 86400)
[03/06/2017 16:44:35] Sending a broadcast response to the client
[03/06/2017 16:44:35] Connection 0: sending top queue packet
@vivekjaiswal001
Copy link

Hi, I have the same issue.. how did solve it. Can you please share ??

Thanks
Vivek.

@abilbaotm
Copy link
Author

Hi @vivekjaiswal001.

I didn't remember this gist to be public available. After reviewing it seems that this is a DHCP log from a DHCP server, this log is a request for a network configuration from a raspberry pi (B8-27-EB) client. There are no apparent errors in this log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment