I have a small environment with 1 physical server running 2012 R2 and WDS with DNS and DHCP, there is no AD in the environment, WDS is configured as Standalone.
If I create a VM on the physical server using Hyper-V, I can PXE boot and install my image with no issues.
If I try the same on any on the other physical servers I get the following message:
Note: DNS resolution from the PXE (PE) environment seems to be working correctly and I can ping the server by hostname and FQDN.
Here is a copy of the error log:
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:29:02, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d]
2016-03-15 01:30:48, Error [0x0b004f] WDS CreateClientSession: Failed to initialize Client -> Server logging. Error code [0x800706BA].[gle=0x000006ba]
2016-03-15 01:30:48, Error [0x0b0055] WDS CreateClientSession: Failed to create client session. Error code [0x800706BA].
2016-03-15 01:30:48, Error [0x0b0065] WDS CallBack_WdsClient_DetectWdsMode: Failed to create client session or initialize WDS unattend. Error [0x800706BA]
2016-03-15 01:30:48, Error [0x0b0052] WDS CallBack_WdsClient_ErrorEventHandler: Problem processing error event. Error code [0x80070057].[gle=0x00000057]
I have also tried disabling the windows firewall as well as putting in an any/any rule but it has made no difference.
Any suggestions on the cause? Could it be RPC related?
Thanks
James