0

Is it possible to trigger a DHCP request from my DHCP server and then sniff and inspect the whole DHCP reply from the server to see what options/parameters it sends to the clients?

tox
  • 3
  • 1
  • 2
  • 1
    You don't mention operating system, but I've used this [DHCP Test Client](http://blog.thecybershadow.net/2013/01/10/dhcp-test-client/) to do it in Windows. – Dan Jul 27 '14 at 12:26
  • Yes! That is exactly what I was looking for, I just needed a quick tool to see what does my DHCP say about **default** **gw**, and what options does it send. Thanks! – tox Jul 31 '14 at 15:25

1 Answers1

1

Assuming Windows: Run Wireshark. Do ipconfig /release followed by ipconfig /renew on the command line.

Per von Zweigbergk
  • 2,615
  • 2
  • 17
  • 27