misc:dhcp_test
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| misc:dhcp_test [2016/02/10 07:02] – rplecko | misc:dhcp_test [2016/02/10 07:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Checking DHCP Options with DHCP test client ==== | ==== Checking DHCP Options with DHCP test client ==== | ||
| - | DHCP test clientAnother | + | DHCP test client is a great tool to use in DHCP server trouble shooting proces.\\ |
| + | This sniffs the network until a DHCP Offer / DHCP Ack is detected on UDP port 68 and shows the received information. | ||
| The benefit of the DHCP test client is that you don’t have to install anything, just run the tool and initiate a DHCP request. | The benefit of the DHCP test client is that you don’t have to install anything, just run the tool and initiate a DHCP request. | ||
| - | [[downloads: | + | {{downloads:dhcptest-0.5-win32.zip|32 bit DHCP test client}} & {{downloads:dhcptest-0.5-win64.zip|64 bit DHCP client}} can be downloaded from:\\ |
| [[http:// | [[http:// | ||
| Line 11: | Line 12: | ||
| ==== Checking DHCP Options with PowerShell script ==== | ==== Checking DHCP Options with PowerShell script ==== | ||
| - | Since the DhcpInterfaceOptions is always accessible (even when the client already received | + | Before executing PS Script, script execution has to be enabled in PS: \\ |
| + | Get-ExecutionPolicy | ||
| + | Set-ExecutionPolicy RemoteSigned | ||
| + | |||
| + | Since the DhcpInterfaceOptions is always accessible (even when the client already received | ||
| The script shows all Dhcp options and vendor specific Dhcp options (43). | The script shows all Dhcp options and vendor specific Dhcp options (43). | ||
| Line 17: | Line 22: | ||
| ReadDhcpOptions | ReadDhcpOptions | ||
| - | You can find the PowerShell script here: | + | You can find the PowerShell script here: {{downloads: |
| + | or download it from the author' | ||
| The archive contains three files | The archive contains three files | ||
| Line 28: | Line 34: | ||
| [[http:// | [[http:// | ||
| - | |||
| - | |||
| - | PowerShell script can be downloaded from:\\ | ||
| | | ||
| - | [[http:// | + | |
| - | Before executing PS Script, script execution has to be enabled in PS: \\ | ||
| - | Get-ExecutionPolicy | ||
| - | Set-ExecutionPolicy RemoteSigned | ||
misc/dhcp_test.1455087750.txt.gz · Last modified: 2016/02/10 07:02 (external edit)
