Re: can't reach internet



On Mon, 2007-08-13 at 09:14 -0700, NoOp wrote:

I'd also recommend that you check and set your MTU to match your router.
Here are a few helpful links:

I had the same TCP Window scaling problem with a hotel network. You can
turn off window scaling negotiation by
setting /proc/sys/net/ipv4/tcp_window_scaling = 0.

I think this problem occurs when a NAT proxy is unable to negotiate
window scaling and gets confused. In most cases window scaling is a good
thing, so it should be toggled off only when it is absolutely necessary.

Normally, the symptoms are large packets (close to the MTU size) are not
received correctly. That is why a telnet some-site 80 will appear to
work. But try doing a:

GET /

after a telent some-site 80
and see if the Web page response comes back correctly (or at all).

I generally saw this problem with SSH. I could login in to a remote
machine fine, but when I tried a long directory listing, the connection
would appear to hang. A tcpdump of the TCP stream would show the SSH
client issuing TCP ACK segments with no response from the remote server.
--
Smoot Carl-Mitchell
System/Network Architect
email: smoot@xxxxxxx
cell: +1 602 421 9005
home: +1 480 922 7313

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: low gigE transfer rate
    ... > to know a bit more about the CPUs, ... It is hard to say whether setting jumbo would help here without ... I would definitely bump the tcp high and low water marks, ... jumbo...but I'd bump the buffers and try window scaling ...
    (comp.unix.solaris)
  • Re: Interesting TCP issue
    ... }} Subject: Re: Interesting TCP issue ... }}> idiotically small window the remote server is advertising. ... }} turn off window scaling and see if that helps ...
    (freebsd-hackers)
  • sky2 stable in 2.6.12-rc1 (but still performance problem)...
    ... I am still observing a performance problem - feels like a wmbor ... TCP send window can grow enough even if ACKs are delayed due to this ... could restrict the window scaling factor, so it would be bound by the ... avg UDP packet latency IIRC. ...
    (Linux-Kernel)
  • [PATCH] fix tcp_default_win_scale.
    ... Recent TCP changes exposed the problem that there ar lots of really broken firewalls ... that strip or alter TCP options. ... we propose window scaling, we expect that the other side receives the same initial ... If there is corrupting firewalls that strip it then ...
    (Linux-Kernel)