Ok first I got some information from a very valuable member who can make themselves known here if they please.
At anyrate, I was trying to get to where i could change my ip. I was frustrated trying so many different things.
But then I was told to just put my modem in bridge mode, NOW THIS doesn not work for ALL computers.
THIS PART FOR NOOBS
But first I put my dsl modem in bridge mode, then i just simply go to start menu type in cmd then when command window opens i do ipconfig/release then ipconfig/renew
No what I did which is why I am posting this is it saves a lot of time.
Just open up notepad and paste this
@echo off
ipconfig /release
echo
echo The IP address has been released. Waiting to renew?
echo
ipconfig /renew
echo The IP address has been renewed
echo
exit
then save file as reset.bat and save wherever you want. I save in documents and then put shortcut on desktop. I have win7 x64
Now when you click this file, it will auto open cmd line, and do ipconfig/release / renew and then close window when finish.
This saves me so much time now I just click shortcut and in about 30 seconds I have new IP. peace.
At anyrate, I was trying to get to where i could change my ip. I was frustrated trying so many different things.
But then I was told to just put my modem in bridge mode, NOW THIS doesn not work for ALL computers.
THIS PART FOR NOOBS
But first I put my dsl modem in bridge mode, then i just simply go to start menu type in cmd then when command window opens i do ipconfig/release then ipconfig/renew
No what I did which is why I am posting this is it saves a lot of time.
Just open up notepad and paste this
@echo off
ipconfig /release
echo
echo The IP address has been released. Waiting to renew?
echo
ipconfig /renew
echo The IP address has been renewed
echo
exit
then save file as reset.bat and save wherever you want. I save in documents and then put shortcut on desktop. I have win7 x64
Now when you click this file, it will auto open cmd line, and do ipconfig/release / renew and then close window when finish.
This saves me so much time now I just click shortcut and in about 30 seconds I have new IP. peace.