Advertisement
tstaels

pi-hole / dnsmasq dhcp issue

Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. tom@server:/etc/dnsmasq.d$ sudo tail -F /var/log/pihole.log | grep -i "dhcp"
  2. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 available DHCP range: 192.168.11.100 -- 192.168.11.149
  3. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 vendor class: EZIPC
  4. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 DHCPDISCOVER(eth0) 00:13:e2:f7:93:72
  5. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 tags: eth0
  6. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 DHCPOFFER(eth0) 192.168.11.101 00:13:e2:f7:93:72
  7. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 requested options: 1:netmask, 3:router, 6:dns-server, 12:hostname,
  8. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 requested options: 15:domain-name, 28:broadcast
  9. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 next server: 192.168.11.2
  10. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 1 option: 53 message-type 2
  11. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 54 server-identifier 192.168.11.2
  12. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 51 lease-time 1d
  13. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 58 T1 12h
  14. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 59 T2 21h
  15. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 1 netmask 255.255.255.0
  16. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 28 broadcast 192.168.11.255
  17. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 6 dns-server 192.168.11.2
  18. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 5 option: 15 domain-name local
  19. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 3 router 192.168.11.1
  20. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 available DHCP range: 192.168.11.100 -- 192.168.11.149
  21. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 vendor class: EZIPC
  22. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 DHCPREQUEST(eth0) 192.168.11.101 00:13:e2:f7:93:72
  23. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 tags: eth0
  24. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 DHCPACK(eth0) 192.168.11.101 00:13:e2:f7:93:72
  25. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 requested options: 1:netmask, 3:router, 6:dns-server, 12:hostname,
  26. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 requested options: 15:domain-name, 28:broadcast
  27. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 next server: 192.168.11.2
  28. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 1 option: 53 message-type 5
  29. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 54 server-identifier 192.168.11.2
  30. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 51 lease-time 1d
  31. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 58 T1 12h
  32. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 59 T2 21h
  33. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 1 netmask 255.255.255.0
  34. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 28 broadcast 192.168.11.255
  35. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 6 dns-server 192.168.11.2
  36. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 5 option: 15 domain-name local
  37. Jul 19 17:58:08 dnsmasq-dhcp[68790]: 1167490168 sent size: 4 option: 3 router 192.168.11.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement