It says it “can't connect to the net”, or it says it cannot connect to the server of whatever website you want to visit? I ask because maybe you need to configure DNS servers for your internet connection. You can check if you have an Internet connection by opening a cmd window and pinging servers on the Internet. For instance if I ping google.com, I get this:
Code:
ping google.com
PING google.com (66.102.13.106) 56(84) bytes of data.
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=1 ttl=54 time=18.9 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=2 ttl=54 time=22.3 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=3 ttl=54 time=22.0 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=4 ttl=54 time=66.9 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=5 ttl=54 time=74.9 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=6 ttl=54 time=51.0 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=7 ttl=54 time=41.8 ms
64 bytes from ez-in-f106.1e100.net (66.102.13.106): icmp_req=8 ttl=54 time=24.4 ms
^C
--- google.com ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7009ms
rtt min/avg/max/mdev = 18.999/40.337/74.991/20.586 ms
(^C means I pressed Ctrl + C to stop the ping program, you might have to use Ctrl + Z on Windows.)
If pinging google.com doesn't work for you, you can still try the IP address of 66.102.13.106. If the IP address does work for you and it's only the google.com thing which doesn't then you probably need to configure DNS servers for your internet connection properly. You may need to look at the configuration of your old PC to see how it's set up (which servers to use).
Bookmarks