Hello ,
Thank you for posting in Microsoft Community forum.
Based on the information you provide, here are some possible troubleshooting steps and suggestions:
- Make sure all workstations have a working network connection. Check that the network cable is plugged in and that the switch or router is working properly.
- Make sure that the firewalls on the servers and workstations are not blocking outbound traffic. You can temporarily disable the firewall to test and see if the connection is restored.
- Make sure that the settings of the router have not changed, especially those related to DHCP and NAT. Confirm that the router is able to handle the traffic from the workstation correctly.
- Although you mentioned that nslookup works fine, make sure that your workstation's DNS settings point to the correct DNS server. You can try changing the DNS server to public DNS like 8.8.8.8 or 1.1.1.1 to test.
- Make sure there are no misconfigured proxy settings on the workstation. This can be checked in your browser's network settings.
- Try resetting the network adapter on your workstation. You can run the following command from the command prompt:
netsh int ip reset
netsh winsock reset
ipconfig /release
ipconfig /renew - Make sure there are no IP address conflicts. You can run the arp -a command on your workstation to see the IP address and MAC address mapping on your network.
- Check the event viewers for workstations and servers for any related errors or warnings.
- Make sure your workstation's network adapter drivers are up to date. Outdated drivers can cause connectivity issues.
- Try restarting workstations, routers, and switches.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Regards,
Jill Zhou