Groups | Search | Server Info | Login | Register
Groups > comp.os.ms-windows.networking.misc > #105
| From | rickman <gnuarm@gmail.com> |
|---|---|
| Newsgroups | microsoft.public.windowsxp.general, alt.comp.os.windows-xp, comp.os.ms-windows.networking.misc |
| Subject | Re: Can't connect to Web |
| Date | 2017-05-28 03:18 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <ogdte2$4tu$1@dont-email.me> (permalink) |
| References | <m0ofic9sm6v97v17qncgjp45q6tdvg6scv@4ax.com> <og8pt3$srd$1@dont-email.me> <iujkictrokkupn1utt92mqth9cj7ke9g2g@4ax.com> <ogdmoi$l7f$2@dont-email.me> <ogdpqu$s6s$1@dont-email.me> |
Cross-posted to 3 groups.
Paul wrote on 5/28/2017 2:17 AM:
> rickman wrote:
>> Steve Hayes wrote on 5/28/2017 12:21 AM:
>>> On Fri, 26 May 2017 04:47:44 -0400, rickman <gnuarm@gmail.com> wrote:
>>>
>>>> Steve Hayes wrote on 5/26/2017 4:04 AM:
>>>>> This morning I suddenly lost my connection to the web while I was
>>>>> browsing.
>>>>>
>>>>> Mail still worked, news still worked, but the web connection did not.
>>>>>
>>>>> I reset the router, rebooted my computer, but still nothing.
>>>> I've had this problem myself, but I can't remember what I had to do to
>>>> fix it. I think I had to reset the network stack. Seems it gets in a
>>>> funky state and rebooting the machine doesn't fix it unless you execute
>>>> some commands first.
>>>>
>>>> Here is the batch file I use to deal with this if I remember correctly.
>>>> Someone gave it to me so it has some stuff commented out that isn't
>>>> needed. Also, one comment talks about reinstalling browsers, I've never
>>>> had to do that. Resetting the machine is required. This file needs to
>>>> be run in a command window with administrative privileges.
>>>
>>> Thanks very much.
>>>
>>>> :: This problem usually has to do with TCP/IP or Winsock requiring a reset.
>>>> :: Winsock entries tells Windows 7 how to access your network services.
>>>> :: Additionally, your TCP/IP protocol can be corrupted.
>>>> :: The TCP/IP protocol is a stack of 4 layers that includes several
>>>> :: transport layers, but when this stack is corrupt you will constantly
>>>> :: have connectivity issues.
>>>>
>>>> :: You need Admin access to enter the codes below. Windows button + x,
>>>> :: then choose Command Prompt (Admin)
>>>>
>>>> :: reset winsock entries
>>>> netsh winsock reset catalog
>>>>
>>>> :: reset TCP/IP stack
>>>> netsh int ip reset c:\reset.log
>>>>
>>>> :: You may have to reinstall Chrome and Firefox or reboot to have
>>>> :: the chnage take place.
>>>> :: netsh int ip uninstall
>>>> :: netsh int ip install
>>>> ::
>>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a00-9b1a-11d4-9123-0050047759bc}
>>>>
>>>> 26
>>>
>>> Are the double colons a necessary part of the command?
>>
>> I believe the double colons are comment markers. I just used the file
>> verbatim. There's really only two commands. Unfortunately you have to
>> reboot the computer to get it to work. Let us know if this helps.
>>
>
> No one seems to have made any comments about the registry key at the end.
> Am I missing a post ?
Maybe the one where I posted the file? The registry key is just a comment.
In later posts it is broken onto a new line by the 72 character limitation.
> There is a picture here, of someone modifying the permissions
> on the "26" entry for Full Control, instead of it being just Read.
>
> https://www.eightforums.com/network-sharing/18945-error-when-resetting-tcp-ip-stack-2.html
>
>
> On later OSes, those two netsh commands are part of the
> network troubleshooter.
>
> And I hadn't heard of the 26 thing before. I wonder how
> it gets set to just "Read" ?
That rings a bell... I didn't remember that.
--
Rick C
Back to comp.os.ms-windows.networking.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Can't connect to Web Steve Hayes <hayesstw@telkomsa.net> - 2017-05-26 10:04 +0200
Re: Can't connect to Web rickman <gnuarm@gmail.com> - 2017-05-26 04:47 -0400
Re: Can't connect to Web Steve Hayes <hayesstw@telkomsa.net> - 2017-05-28 06:21 +0200
Re: Can't connect to Web VanguardLH <V@nguard.LH> - 2017-05-27 23:33 -0500
Re: Can't connect to Web rickman <gnuarm@gmail.com> - 2017-05-28 01:24 -0400
Re: Can't connect to Web Paul <nospam@needed.invalid> - 2017-05-28 02:17 -0400
Re: Can't connect to Web rickman <gnuarm@gmail.com> - 2017-05-28 03:18 -0400
Re: Can't connect to Web VanguardLH <V@nguard.LH> - 2017-05-28 05:31 -0500
Re: Can't connect to Web VanguardLH <V@nguard.LH> - 2017-05-26 13:39 -0500
Re: Can't connect to Web Stef <not@this.address.com> - 2017-05-28 17:16 +0000
Re: Can't connect to Web Bert <bert@iphouse.com> - 2017-05-28 17:48 +0000
Re: Can't connect to Web Stef <not@this.address.com> - 2017-05-29 19:05 +0000
Re: Can't connect to Web Bert <bert@iphouse.com> - 2017-05-31 17:51 +0000
Re: Can't connect to Web Stef <not@this.address.com> - 2017-05-31 23:03 +0000
Re: Can't connect to Web Char Jackson <none@none.invalid> - 2017-06-13 15:10 -0500
Re: Can't connect to Web VanguardLH <V@nguard.LH> - 2017-05-28 15:11 -0500
Re: Can't connect to Web rickman <gnuarm@gmail.com> - 2017-05-29 00:20 -0400
Re: Can't connect to Web Stef <not@this.address.com> - 2017-05-29 18:57 +0000
Re: Can't connect to Web Steve Hayes <hayesstw@telkomsa.net> - 2017-05-29 03:53 +0200
Re: Can't connect to Web Stef <not@this.address.com> - 2017-05-29 16:27 +0000
Re: Can't connect to Web VanguardLH <V@nguard.LH> - 2017-05-31 15:41 -0500
Re: Can't connect to Web Steve Hayes <hayesstw@telkomsa.net> - 2017-06-01 08:52 +0200
Re: Can't connect to Web Rene Lamontagne <rlamont@shaw.ca> - 2017-06-20 20:50 -0500
csiph-web