The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Constantly have to reset router and modem to stay connected...
I've been having this issue ever since I bought my new laptop months ago. It's an HP Pavilion dv7 running Windows 7. I'm pretty sure the problem is with the computer, not with the router, as I've had this identical issue with a number of different ISPs and router brands in different areas of the country. Every hour or two I'll lose access to the internet, though I'll remain connected to the router. The troubleshooter will advise me to reset it, and that always works - for an hour or two, then the issue comes back up. Is there some setting on my computer that's doing this?
Umaro on
0
Posts
Zilla36021st Century. |She/Her|Trans* Woman In Aviators Firing A Bazooka. ⚛️Registered Userregular
edited July 2011
Could be something to do with DHCP lease times, but I'm just guessing.
acidlacedpenguinInstitutionalizedSafe in jail.Registered Userregular
edited July 2011
it's highly unlikely that anything on your computer is killing your router/modem.
the next time it happens open up a command line:
start->cmd (in search box)
then type:
ipconfig
ipconfig /release
ipconfig /renew
you might have to wait a bit for those commands to execute, but if that works it should demonstrate a DHCP issue. Comparing the results of the first ipconfig and the renew should give you a better idea of where the problem could be. . . the ip address may differ between leases so that's not a big issue but if the subnet or gateway differ then you might have to reconfigure some stuff.
Posts
the next time it happens open up a command line:
start->cmd (in search box)
then type:
ipconfig
ipconfig /release
ipconfig /renew
you might have to wait a bit for those commands to execute, but if that works it should demonstrate a DHCP issue. Comparing the results of the first ipconfig and the renew should give you a better idea of where the problem could be. . . the ip address may differ between leases so that's not a big issue but if the subnet or gateway differ then you might have to reconfigure some stuff.