Hi:
For almost all sites I cannot download using wget or ftp for example.
I can comunicate between two PCs using ssh and rsync however.
ping and traceroute also work fine.
I discovered this problem because I was unable to fetch any
file when using "emerge -f".
I tried with k 2.6.7 with exactly the same configuration and it works!
I am using gentoo in a laptop Compaq presario 2541EA.
The module is natsemi.c. I tried to copy this file from 2.6.7 into
2.6.9-rc1 and recompile the kernel without any success.
The problem still remains.
If any further information is need, pls. email me.
Thank you.
______________________________________________________
Here is an example of what happens:
# wget http://www.esoterica.pt
--00:05:44-- http://www.esoterica.pt/
=> `index.html'
Resolving http://www.esoterica.pt... 195.22.31.35
Connecting to http://www.esoterica.pt[195.22.31.35]:80... connected.
HTTP request sent, awaiting response...
It stops forever here!!!
For very few sites (cnn.com for example) it works:
# wget http://www.cnn.com
--00:10:12-- http://www.cnn.com/
=> `index.html'
Resolving http://www.cnn.com... 64.236.16.52, 64.236.16.84, 64.236.16.116, ...
Connecting to http://www.cnn.com[64.236.16.52]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 60,725 22.24K/s
00:10:19 (22.19 KB/s) - `index.html' saved [60725]
* Paulo da Silva schrieb am 08.09.04 um 01:55 Uhr:
> Hi:
>
> For almost all sites I cannot download using wget or ftp for example.
> I can comunicate between two PCs using ssh and rsync however.
> ping and traceroute also work fine.
> I discovered this problem because I was unable to fetch any
> file when using "emerge -f".
> I tried with k 2.6.7 with exactly the same configuration and it works!
>
> I am using gentoo in a laptop Compaq presario 2541EA.
> The module is natsemi.c. I tried to copy this file from 2.6.7 into
> 2.6.9-rc1 and recompile the kernel without any success.
> The problem still remains.
> If any further information is need, pls. email me.
> Thank you.
This describes your problem:
http://lwn.net/Articles/92727/
-Marc
--
+-O . . . o . . . O . . . o . . . O . . . ___ . . . O . . . o .-+
| Ein Service von Links2Linux.de: / o\ RPMs for SuSE |
| --> PackMan! <-- naeheres unter | __| and others |
| http://packman.links2linux.de/ . . . O \__\ . . . O . . . O . |
David S. Miller wrote:
>See:
>
>http://lwn.net/Articles/92727/
>
>
From the 2 "solutions" presented there, echoeing 0 to the
proc works. The line to be inserted into /etc/sysctl.conf
does not seem to work!
Thank you.
On Wed, 2004-09-08 at 19:17, Paulo da Silva wrote:
> David S. Miller wrote:
>
> >See:
> >
> >http://lwn.net/Articles/92727/
> >
> >
> From the 2 "solutions" presented there, echoeing 0 to the
> proc works. The line to be inserted into /etc/sysctl.conf
> does not seem to work!
>
You would have to run sysctl -p to activate the new entry. Better to
save yourself some trouble and fix the router.
Lee