In the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:
>If windows is ok, means that the network hardware is ok. Worked fine
>with suse 9.1
In your original post you wrote:
]Example: when accessing cnn.com or similar sites which inturn refer to
]the ad websites like ar.atwola.com, I get constant timeouts to these
]referred sites.
The fact that you could access cnn.com, AND THEN FAILED to get to the
referred sites says it's not a hardware problem - nor a basic kernel or
networking problem. Were there hardware/kernel/networking problems, you
wouldn't get to the original site in the first place.
>Changed browser setting to disable ipv6, disabled suse 9.3 ipv6, but
>network timeouts persist.
Change the browser
>tcpdump not showing much - did not do a extensive troubleshooting here.
Do you see the three way handshake to the referred sites? Remember to
use the -n option to tcpdump to avoid confusion. You may need to specify
the interface (-i option) if you have more than one.
>It is as if arbitrarily, the network just shuts down for particular
>hosts, websites.
Networking doesn't work that way. Your firewall could be screwing things
up (blocking ICMP for example), but this would show up in the tcpdump
output. This would also show ECN problems, but that problem started with
a 2.4.x kernel, and should be uncommon by now. Ad sites tend to have
servers locate around the world, and they use 'pings' to see which
server is "nearest" to you, so they can deliver the garbage to you
faster. Block pings, and they may sulk in the corner. But tcpdump will
show this problem.
Old guy