|
I suggest you see if you can ping other machines by name or IP number first. You could also reset the TCP/IP stack just for grins, I have needed this after SP2 application on several machines.
For this command, Start, Run, CMD to open a command prompt.
Reset TCP/IP stack to installation defaults. netsh int ip reset [log_file_name]
Note: the log_file_name needs to be specified, e.g. netsh int ip reset reset.log
|