PC Review


Reply
Thread Tools Rate Thread

Certain websites unreachable despite ok DNS, ping, etc.

 
 
=?Utf-8?B?SWxhbjc4Nw==?=
Guest
Posts: n/a
 
      2nd Nov 2006
Hi,

I'm at the end of my abilities to troubleshoot. I am unable to connect to
www.aopa org even though the rest of Internet seems reachable. I don't
understand what can cause this problem, here is what I have tried, to no
avail:

* Tried it on another network, still can't reach it
* Website is up and running, tried it from another computer, it works.
* Problem has persisted for 7 days now
* DNS lookup retrieves correct web address
* browsing to the website using the IP address doesn't work either
* Tracert to www.aopa.org works ok
* Telnet on port 80 connects fine, but no response from the server (same
issue, I suppose)
* Internet Explorer and also other browsers have the same issue
* Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
but somewhere below the browers level)


Any suggestions what else I can try?

Thanks,

Ilan787
 
Reply With Quote
 
 
 
 
hurajt@gmail.com
Guest
Posts: n/a
 
      2nd Nov 2006
Try changing MTU on your workstation or gateway to something lower. The
usual value is 1500 B and you can try to put it down to 1350 and if it
still doesn't work, down to 1100 or eve less. We had similar problem -
we guess it's caused by incorrent settings on our provider's side.
Probably WAN routers/switches can't cope with large packets ?

In Microsoft Windows 2000/XP change this registry value:
HKLM/System/CurrentControlSet/Services/Tcpip/Parameters/Interfaces/(TCPIP
stack of used connection)
The value doesn't exist as default - create it (DWORD MTU=1350(decimal)
See if it helps.

If anyone knows why this problem occurs, please let me know

sando

Ilan787 wrote:

> Hi,
>
> I'm at the end of my abilities to troubleshoot. I am unable to connect to
> www.aopa org even though the rest of Internet seems reachable. I don't
> understand what can cause this problem, here is what I have tried, to no
> avail:
>
> * Tried it on another network, still can't reach it
> * Website is up and running, tried it from another computer, it works.
> * Problem has persisted for 7 days now
> * DNS lookup retrieves correct web address
> * browsing to the website using the IP address doesn't work either
> * Tracert to www.aopa.org works ok
> * Telnet on port 80 connects fine, but no response from the server (same
> issue, I suppose)
> * Internet Explorer and also other browsers have the same issue
> * Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
> but somewhere below the browers level)
>
>
> Any suggestions what else I can try?
>
> Thanks,
>
> Ilan787


 
Reply With Quote
 
Yves Leclerc
Guest
Posts: n/a
 
      2nd Nov 2006
You can try a different browse, which does not use any of IE files (like
FireFox.) If it still does not work, you would need to check your system for
some type of blocking software, such as anti-virus or anti-spyware blocking
tools. These may consider that site as a "bad" site.

There is always a possibility that some spyware/malware/hackware/trojan may be
on your system, which might block access to that site.

Lastly, you need to double check with your local Windows HOST file, which may
block access to that site also.



On 02/11/2006 Ilan787 <(E-Mail Removed)> wrote:
>Hi,
>
>I'm at the end of my abilities to troubleshoot. I am unable to connect to
>www.aopa org even though the rest of Internet seems reachable. I don't
>understand what can cause this problem, here is what I have tried, to no
>avail:
>
>* Tried it on another network, still can't reach it
>* Website is up and running, tried it from another computer, it works.
>* Problem has persisted for 7 days now
>* DNS lookup retrieves correct web address
>* browsing to the website using the IP address doesn't work either
>* Tracert to www.aopa.org works ok
>* Telnet on port 80 connects fine, but no response from the server (same
>issue, I suppose)
>* Internet Explorer and also other browsers have the same issue
>* Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
>but somewhere below the browers level)
>
>
>Any suggestions what else I can try?
>
>Thanks,
>
>Ilan787


--
---

Y.

 
Reply With Quote
 
Jon
Guest
Posts: n/a
 
      2nd Nov 2006


--
Jon

Necessity is the mother of invention

I believe it was "Yves Leclerc" <(E-Mail Removed)>, who said
in message news:uY6qIAq$(E-Mail Removed)...
> You can try a different browse, which does not use any of IE files (like
> FireFox.) If it still does not work, you would need to check your system
> for
> some type of blocking software, such as anti-virus or anti-spyware
> blocking
> tools. These may consider that site as a "bad" site.
>
> There is always a possibility that some spyware/malware/hackware/trojan
> may be
> on your system, which might block access to that site.
>
> Lastly, you need to double check with your local Windows HOST file, which
> may
> block access to that site also.
>
>
>
> On 02/11/2006 Ilan787 <(E-Mail Removed)> wrote:
>>Hi,
>>
>>I'm at the end of my abilities to troubleshoot. I am unable to connect to
>>www.aopa org even though the rest of Internet seems reachable. I don't
>>understand what can cause this problem, here is what I have tried, to no
>>avail:
>>
>>* Tried it on another network, still can't reach it
>>* Website is up and running, tried it from another computer, it works.
>>* Problem has persisted for 7 days now
>>* DNS lookup retrieves correct web address
>>* browsing to the website using the IP address doesn't work either
>>* Tracert to www.aopa.org works ok
>>* Telnet on port 80 connects fine, but no response from the server (same
>>issue, I suppose)
>>* Internet Explorer and also other browsers have the same issue
>>* Upgrading to IE7 didn't fix the issue (suspect it is not a browers
>>issue,
>>but somewhere below the browers level)
>>
>>
>>Any suggestions what else I can try?
>>
>>Thanks,
>>
>>Ilan787

>
> --
> ---
>
> Y.
>


Flushing the dns cache might resolve it (please forgive the pun)


( Start > Run > cmd > ipconfig /displaydns )
Start > Run > cmd > ipconfig /flushdns

Jon

 
Reply With Quote
 
=?Utf-8?B?SWxhbjc4Nw==?=
Guest
Posts: n/a
 
      2nd Nov 2006
Hi hurjat,

Thanks for your suggestion. I tried changing the MTU size, but the problem
persists. Any other theories?

Ilan787

"(E-Mail Removed)" wrote:

> Try changing MTU on your workstation or gateway to something lower. The
> usual value is 1500 B and you can try to put it down to 1350 and if it
> still doesn't work, down to 1100 or eve less. We had similar problem -
> we guess it's caused by incorrent settings on our provider's side.
> Probably WAN routers/switches can't cope with large packets ?
>
> In Microsoft Windows 2000/XP change this registry value:
> HKLM/System/CurrentControlSet/Services/Tcpip/Parameters/Interfaces/(TCPIP
> stack of used connection)
> The value doesn't exist as default - create it (DWORD MTU=1350(decimal)
> See if it helps.
>
> If anyone knows why this problem occurs, please let me know
>
> sando
>
> Ilan787 wrote:
>
> > Hi,
> >
> > I'm at the end of my abilities to troubleshoot. I am unable to connect to
> > www.aopa org even though the rest of Internet seems reachable. I don't
> > understand what can cause this problem, here is what I have tried, to no
> > avail:
> >
> > * Tried it on another network, still can't reach it
> > * Website is up and running, tried it from another computer, it works.
> > * Problem has persisted for 7 days now
> > * DNS lookup retrieves correct web address
> > * browsing to the website using the IP address doesn't work either
> > * Tracert to www.aopa.org works ok
> > * Telnet on port 80 connects fine, but no response from the server (same
> > issue, I suppose)
> > * Internet Explorer and also other browsers have the same issue
> > * Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
> > but somewhere below the browers level)
> >
> >
> > Any suggestions what else I can try?
> >
> > Thanks,
> >
> > Ilan787

>
>

 
Reply With Quote
 
=?Utf-8?B?SWxhbjc4Nw==?=
Guest
Posts: n/a
 
      2nd Nov 2006
Yves,

Thanks for your response. FireFox has the same issue and I checked my
anti-virus and anti-spyware blocking software. My other computer has the
same setup, so it is unlikely that the other computer would not be affected
the same way.

I also checked for hosts file hijacking, but I don't have a hosts file (I
have only a hosts.msn, but even that one has only the default loopback entry
int here).

Your suggestion of a trojan/malware/hackware is interesting, I hadn't
considered that. I'm not sure why someone would target aopa.org. However,
no trojan etc appears on my scans.

Any other ideas?

Thanks again for your help.

Ilan787

"Yves Leclerc" wrote:

> You can try a different browse, which does not use any of IE files (like
> FireFox.) If it still does not work, you would need to check your system for
> some type of blocking software, such as anti-virus or anti-spyware blocking
> tools. These may consider that site as a "bad" site.
>
> There is always a possibility that some spyware/malware/hackware/trojan may be
> on your system, which might block access to that site.
>
> Lastly, you need to double check with your local Windows HOST file, which may
> block access to that site also.
>
>
>
> On 02/11/2006 Ilan787 <(E-Mail Removed)> wrote:
> >Hi,
> >
> >I'm at the end of my abilities to troubleshoot. I am unable to connect to
> >www.aopa org even though the rest of Internet seems reachable. I don't
> >understand what can cause this problem, here is what I have tried, to no
> >avail:
> >
> >* Tried it on another network, still can't reach it
> >* Website is up and running, tried it from another computer, it works.
> >* Problem has persisted for 7 days now
> >* DNS lookup retrieves correct web address
> >* browsing to the website using the IP address doesn't work either
> >* Tracert to www.aopa.org works ok
> >* Telnet on port 80 connects fine, but no response from the server (same
> >issue, I suppose)
> >* Internet Explorer and also other browsers have the same issue
> >* Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
> >but somewhere below the browers level)
> >
> >
> >Any suggestions what else I can try?
> >
> >Thanks,
> >
> >Ilan787

>
> --
> ---
>
> Y.
>
>

 
Reply With Quote
 
=?Utf-8?B?SWxhbjc4Nw==?=
Guest
Posts: n/a
 
      2nd Nov 2006
Jon,

Thanks for your post. I flushed the DNS as per your instructions, but
still experiencing the problem. Any other suggestions?

Thanks for your help.

Ilan787

"Jon" wrote:

>
>
> --
> Jon
>
> Necessity is the mother of invention
>
> I believe it was "Yves Leclerc" <(E-Mail Removed)>, who said
> in message news:uY6qIAq$(E-Mail Removed)...
> > You can try a different browse, which does not use any of IE files (like
> > FireFox.) If it still does not work, you would need to check your system
> > for
> > some type of blocking software, such as anti-virus or anti-spyware
> > blocking
> > tools. These may consider that site as a "bad" site.
> >
> > There is always a possibility that some spyware/malware/hackware/trojan
> > may be
> > on your system, which might block access to that site.
> >
> > Lastly, you need to double check with your local Windows HOST file, which
> > may
> > block access to that site also.
> >
> >
> >
> > On 02/11/2006 Ilan787 <(E-Mail Removed)> wrote:
> >>Hi,
> >>
> >>I'm at the end of my abilities to troubleshoot. I am unable to connect to
> >>www.aopa org even though the rest of Internet seems reachable. I don't
> >>understand what can cause this problem, here is what I have tried, to no
> >>avail:
> >>
> >>* Tried it on another network, still can't reach it
> >>* Website is up and running, tried it from another computer, it works.
> >>* Problem has persisted for 7 days now
> >>* DNS lookup retrieves correct web address
> >>* browsing to the website using the IP address doesn't work either
> >>* Tracert to www.aopa.org works ok
> >>* Telnet on port 80 connects fine, but no response from the server (same
> >>issue, I suppose)
> >>* Internet Explorer and also other browsers have the same issue
> >>* Upgrading to IE7 didn't fix the issue (suspect it is not a browers
> >>issue,
> >>but somewhere below the browers level)
> >>
> >>
> >>Any suggestions what else I can try?
> >>
> >>Thanks,
> >>
> >>Ilan787

> >
> > --
> > ---
> >
> > Y.
> >

>
> Flushing the dns cache might resolve it (please forgive the pun)
>
>
> ( Start > Run > cmd > ipconfig /displaydns )
> Start > Run > cmd > ipconfig /flushdns
>
> Jon
>
>

 
Reply With Quote
 
=?Utf-8?B?bmFzcw==?=
Guest
Posts: n/a
 
      2nd Nov 2006


"Ilan787" wrote:

> Yves,
>
> Thanks for your response. FireFox has the same issue and I checked my
> anti-virus and anti-spyware blocking software. My other computer has the
> same setup, so it is unlikely that the other computer would not be affected
> the same way.
>
> I also checked for hosts file hijacking, but I don't have a hosts file (I
> have only a hosts.msn, but even that one has only the default loopback entry
> int here).
>
> Your suggestion of a trojan/malware/hackware is interesting, I hadn't
> considered that. I'm not sure why someone would target aopa.org. However,
> no trojan etc appears on my scans.
>
> Any other ideas?
>
> Thanks again for your help.
>
> Ilan787
>
> "Yves Leclerc" wrote:
>
> > You can try a different browse, which does not use any of IE files (like
> > FireFox.) If it still does not work, you would need to check your system for
> > some type of blocking software, such as anti-virus or anti-spyware blocking
> > tools. These may consider that site as a "bad" site.
> >
> > There is always a possibility that some spyware/malware/hackware/trojan may be
> > on your system, which might block access to that site.
> >
> > Lastly, you need to double check with your local Windows HOST file, which may
> > block access to that site also.
> >
> >
> >
> > On 02/11/2006 Ilan787 <(E-Mail Removed)> wrote:
> > >Hi,
> > >
> > >I'm at the end of my abilities to troubleshoot. I am unable to connect to
> > >www.aopa org even though the rest of Internet seems reachable. I don't
> > >understand what can cause this problem, here is what I have tried, to no
> > >avail:
> > >
> > >* Tried it on another network, still can't reach it
> > >* Website is up and running, tried it from another computer, it works.
> > >* Problem has persisted for 7 days now
> > >* DNS lookup retrieves correct web address
> > >* browsing to the website using the IP address doesn't work either
> > >* Tracert to www.aopa.org works ok
> > >* Telnet on port 80 connects fine, but no response from the server (same
> > >issue, I suppose)
> > >* Internet Explorer and also other browsers have the same issue
> > >* Upgrading to IE7 didn't fix the issue (suspect it is not a browers issue,
> > >but somewhere below the browers level)
> > >
> > >
> > >Any suggestions what else I can try?
> > >
> > >Thanks,
> > >
> > >Ilan787

> >
> > --
> > ---
> >
> > Y.
> >


Hi Ilan,
A - Try to run these two commands and see what will come up:
1 = netsh winsock reset click [OK] and reboot your machine.
2 = sfc /scannow Click [OK] & get your CD handy to put in
B - Try to delete the index.dat from the Temp and replace from another
machine (with same OS) or just boot up and see if the system will create
a new one.
C- Try system restore to an earlier Day ( a week ago).
Did you assign it in the trusted sites.
Also try to look to your BHO (Browser helper Object) and Disable the non-MS
and see if the issue will resolve.
If all Okay, try to renable the BHO one-by-one and see which will be the
Culprit in this scenario.
Please try one step (A,B,C) at a time and Reboot your machine.
Regards,
nass
---------
www.nasstec.co.uk
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't ping but can browse websites Ch Naidu Windows Vista General Discussion 3 17th Oct 2008 04:30 PM
Destination Host Unreachable - on Tracert and Ping =?Utf-8?B?bU9leQ==?= Windows XP Networking 3 10th Dec 2005 08:49 PM
can't ping any websites?? =?Utf-8?B?RmFicnVzc2lv?= Microsoft Windows 2000 Networking 7 4th Dec 2004 01:34 AM
I can ping websites but can't view them with IE6 Weever Windows XP Internet Explorer 4 5th Nov 2003 07:38 PM
Cannot Ping websites Mike Windows XP Internet Explorer 0 18th Jul 2003 07:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:19 PM.