FriendsOfMDT / PSD

PowerShell Deployment
MIT License
471 stars 72 forks source link

Stuck Checking for a valid network configuration #85

Closed elyesusa closed 1 year ago

elyesusa commented 1 year ago

I have done a fresh install PSD MDT, and I have added a WDS for the PXE boot option; however the deployment hangs at the checking to validate a network connection even though the VM Test machine is getting a valid connection and PXE boot with no issues. Screenshot 2023-05-23 220120 Screenshot 2023-05-23 220038

elyesusa commented 1 year ago

I tired the ISO instead of PXE booting and I am experiencing the same errors

GeoSimos commented 1 year ago

Hi @elyesusa,

Please check by going to the cmd prompt (hit F8):

  1. IPConfig (proper IP setup)
  2. Resolution of the server's name
  3. Test the connection to port 443 of your server

Thank you.

elyesusa commented 1 year ago

@GeoSimos Thank you for getting back to me, will go ahead test all of that, and get back to you with the results.

3pichaxz0r commented 1 year ago

I had a similar issue at one point and it was resolved by reconfiguring the firewall Im using (pfsense) to use pure NAT. Just mentioning this if anyone is searching for a solution/possible cause.

elyesusa commented 1 year ago

Thank you all, was able to resolve the issue. Was using a hyper V for testing and somehow the virtual nic card won't allow me to reach out. Switched to prod and it is working as it should now.