Re: Very strange: Cannot access any sites although connection apparently good

From: David Clymer (david_at_zettazebra.com)
Date: 02/16/04

  • Next message: Kent West: "Re: Mouse"
    To: Debian-User <debian-user@lists.debian.org>
    Date: Mon, 16 Feb 2004 11:42:49 -0500
    
    

    On Mon, 2004-02-16 at 08:55, Anthony Campbell wrote:
    > I have a very strange problem.
    >
    > 1. If I connect via my ADSL modem everything works perfectly.
    >
    > 2. If I connect via my Netgear MR814 rounter and the modem everything also
    > appears to work (dig, ping are OK) but no web sites are accessible. The
    > names are resolved but at the last stage the browser (any browser) fails
    > to connect.
    >
    > 3. It is not a hardware problem because on Knoppix there are no problems
    > and a second computer connected to the router also works perfectly.
    >
    > There must therefore be something wrong or corrupt on my desktop but I
    > have no idea how to find it.
    >
    > Any suggestions where to look?

    Do you have ECN enabled?

    $ cat /proc/sys/net/ipv4/tcp_ecn

    (1 == on, 0 == off)

    If so, its possible that your netgear router does not handle ECN packets
    properly.

    try:

    $ echo 0 > /proc/sys/net/ipv4/tcp_ecn

    and see if that makes any difference.

    -davidc

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Kent West: "Re: Mouse"

    Relevant Pages

    • ShellExecute: Exception 0x80004002
      ... i have a strange problem and cannot find a solution (i tried manuals, msdn, ... In this special program, ShellExecute returns SE_ERR_ACCESSDENIED ... When I use full path for browser ... I have no special compiler/linker options set in this program, ...
      (microsoft.public.win32.programmer.kernel)
    • Re: Help! my toolbar cause IE deadlock
      ... I have a strange problem, ... the IE will hang when the one of browsers is ... > 2) Creates some work threads with CWinThread in this DLL ... > 4) In Browser thread, create a hidden window for receive the message ...
      (microsoft.public.inetsdk.programming.webbrowser_ctl)
    • Has anyone experienced this unusual problem?
      ... I recently started experiencing a strange problem in Vista. ... Whenever I click on a link for an ad in my browser (clickserve or linksynergy for example) I get a blank page as a result. ...
      (microsoft.public.windows.vista.general)
    • Explorer component
      ... We have encountered a strange problem for out kiosk that was supposed ... We are using our own browser which is basically a .Net ... avoid printer dialogs we are using an ActiveX component that prints ... Using our browser in XPe the page is not printed ...
      (microsoft.public.windowsxp.embedded)
    • Very strange: Cannot access any sites although connection apparently good
      ... If I connect via my ADSL modem everything works perfectly. ... If I connect via my Netgear MR814 rounter and the modem everything also ... names are resolved but at the last stage the browser fails ...
      (Debian-User)