Hi Ryan,
Thanks for your post. Please understand that if no lights on the ethernet port after plugging in, it might be something wrong with the network port hardware. Contact the vendor to check the hardware at first. Also, you can try the following ways to completely reinitialising all network states. Run the following commands in an elevated (run as Adminstrator) cmd shell:
- Reset WINSOCK entries to installation defaults (reboot required):
netsh winsock reset catalog
- Reset TCP/IP stack to installation defaults:
netsh int ip reset reset.log
- Reset Firewall to installation defaults:
netsh advfirewall reset
- Flush DNS resolver cache:
ipconfig /flushdns
- Renew DNS client registration and refresh DHCP leases:
ipconfig /registerdns
- Flush routing table (reboot required):
route /f
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.