@walkingheart645
Don't worry...the tool that I provided is safe...after all, I'm Safeguy lol...here's the VirusTotal result for RenewIpConfig.exe
http://www.virustotal.com/analisis/2a06bd802fe0102ab964e9272b437f8839cdb80b98beee338a27b464a29404e2-1262073562
If you can't use my tool, you can create your own batch file instead...
1. Open up Notepad in Windows. You can do this by navigating to Start > Programs > Accessories > Notepad, or simply by entering notepad under Start > Run.
2. Copy and paste the following command:
Code:
@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew
3. Go to File > Save As... and chose a file name. Choose your desktop as the location to save. Click on the dropdown box "Save as type:" and select "All files" instead of Text (*.txt). Add .bat to the end of your file name before you save. For example, you can name it as renewipconfig.bat.
Try running that batch file and see if it helps..if not, you can do what biscuits has said earlier....change your TCP/IP settings...read this up to know how:
Change TCP/IP settings
Hope that helps.