Used norton ghost to clone hdd - now internet does not work

Status
Not open for further replies.

xxdanielxx

Posts: 1,069   +0
Hey I used norton ghost on my laptop to clone everything into a bigger hard drive then i installed the bigger hard drive but now my internet does not work. I ran a check disk on the hdd and corrected any problem but the same thing happen.
 
Try all these

Name Server Check
http://110dnc.lesley.uni.cc/

WinsockFix:
http://files.snapfiles.com/localdl834/WinsockxpFix.exe

IP Resetter (just copy\paste to Notepad. Then save as IP-RST.BAT, then double click on it)

Code:
@ECHO OFF
ipconfig /release

ipconfig /flushdns

ipconfig /registerdns

ipconfig /renew

netsh winsock reset catalog

netsh int ip reset reset.log

netsh winsock reset

ECHO Resetting IP Address and Subnet Mask For DHCP
netsh int ip set address name = "Local Area Connection" source = dhcp

ECHO Resetting DNS For DHCP
netsh int ip set dns name = "Local Area Connection" source = dhcp

ECHO Resetting Windows Internet Name Service (WINS) For DHCP
netsh int ip set wins name = "Local Area Connection" source = dhcp

ECHO Here are the new settings for %computername%:
netsh int ip show config

pause

Restart

Start --> Run--> cmd /c ipconfig /all >Desktop\ipconfig.txt < ok>

And post the ipconfig.txt (on your Desktop) as an attachment
attach.gif
here
 
Thanks none of that worked I am going to attache the log as soon as i am done working and get home. I did leave a new clone running but this time I used Acronis
 
Status
Not open for further replies.
Back