What type of internet connection?
go to the command prompt and type
ping 127.0.0.1
You should get four good replys. If you do, it usually means that the network card and TCP are installed. If not, open your network properties and check that the Network card is installed and that TCP/IP is configured.
If TCP is configured, go back to your command prompt and type in Ping Google.com
Once again you should see 4 good replies. if not try
ping 216.239.37.99 (google's IP address)
If you get responses from using the IP address , but not the name (google.com) then you need to check your DNS settings.
Are you getting you IP settings automatically through DHCP? Or, are the manually configured. If manually configured, you should be able to copy the DNS server settings from your linux installation.
Steve
go to the command prompt and type
ping 127.0.0.1
You should get four good replys. If you do, it usually means that the network card and TCP are installed. If not, open your network properties and check that the Network card is installed and that TCP/IP is configured.
If TCP is configured, go back to your command prompt and type in Ping Google.com
Once again you should see 4 good replies. if not try
ping 216.239.37.99 (google's IP address)
If you get responses from using the IP address , but not the name (google.com) then you need to check your DNS settings.
Are you getting you IP settings automatically through DHCP? Or, are the manually configured. If manually configured, you should be able to copy the DNS server settings from your linux installation.
Steve