The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WDS TFTP loop
2015-07-07, 12:04
Post: #1
WDS TFTP loop
Hi,

using the latest version from git (2015.07.07) I encountered an issue while chainloading to our Windows Deployment Server (WDS):
The client gets stuck in a request loop.

Examing the traffic with Wireshark shows the following three actions:

1. TFTP download of wdsnp.com (successful)
2. DHCP request + ack
3. another DHCP request + ack

These three action are repeated infinitely.

Reverting the changes of commit:
edf74df4abf0b9ed92f399272b0491851ba1ffaa [pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
seems to solve the issue.

Snippet of my script which forwards to WDS server:

Code:
:windows-wds
cpuid --ext 29 && set arch x64 || set arch x86
set netX.dhcp/next-server ${wds-server}
chain tftp://${wds-server}/Boot\\${arch}\\wdsnbp.com

Regards
lupowolfi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WDS TFTP loop - lupowolfi - 2015-07-07 12:04
RE: WDS TFTP loop - Roader - 2015-08-11, 22:11
RE: WDS TFTP loop - mcb30 - 2015-08-29, 17:06



User(s) browsing this thread: 1 Guest(s)