dhcptest
dhcptest copied to clipboard
Cross-platform DHCP test client
hi,What combination of commands sends more than one option, for example, option60 is carried at the same time as option55?
Please add DHCP option 119 for domain search, accompanies DHCP option 15. [https://www.rfc-editor.org/rfc/rfc3397] I am not sure how to interpret multiple strings as per RFC vs. `OptionFormat.str`? As FYI: In...
Is there a way to / can you add a way to set the basic packet fields like siaddr?
I would like to use device MAC address in the --mac option. For example, on Linux, a possible usage may be: ``` $ sudo ./dhcptest --quiet d @eth0 op=BOOTREPLY chaddr=[MAC...
``` When I try to request option 242, I get an error. dhcptest-0.9.exe --query --request 242 .\dhcptest-0.9.exe : dhcptest v0.9 - Created by Vladimir Panteleev At line:1 char:1 + .\dhcptest-0.9.exe...
Get assertion failure when dhcptest-0.0-win64 --query --request 150 And 81 Unknown when dhcptest-0.0-win64 --query --request 81 Option 150 is commonly used for VoIP PBX servers. Both Cisco and Polycom use...
Is it possible to spoof a DHCP release message for a different MAC address? (I've run into crappy xfiniti routers not releasing an IP address for an device that's offline,...
This is a phenomenal tool, I use it all the time now. Props for creating/sharing!