InterviewSolution
| 1. |
Solve : Failed to Query TCP/IP Settings? |
|
Answer» I have two computers: assembled desktop running Windows XP, and an HP Laptop running V 10. My desktop connects to my Netgear router and TWC Ubee modem. I disconnected the Netgear router and wired directly into TWC Ubee Modem with both computers. Changed cabling to determine if it was a bad WIRE...laptop connects for now. 4) Could be a bad Ethernet card. Open up command prompt and perform the following from computer with problem. Enter this instruction at the command prompt and either copy/paste the info from it here or share the IP, Subnet, and Gateway info: Code: [Select]IPCONFIG/ALL Additionally run the following instruction to see if you can ping to google Code: [Select]PING WWW.GOOGLE.COM If the ping is successful then its not network adapter but another problem. If ping is unsuccessful then see if you can ping your router. Whatever gateway address is shown in the IPCONFIG/ALL output you will ping which is your routers IP to your local network It might be 192.168.1.1 however it could be different: Code: [Select]PING 192.168.1.1Thanks all who took time to reply to my issue...I have solved the problem with some time and thought. My Broadband and Local Network was confused...Local Network had all the appropriate checks for service, broadband was lacking check marks to enable TCP/IP connections to my router ~ NETGEAR. Once I checked all the boxes, I was able to connect. Thanks again for all your insight. Tommy |
|