You are not logged in.

Search results

Search results 1-3 of 3.

Friday, January 11th 2008, 2:49am

Author: bartoldo

connected, but nothing happens

Quoted Originally posted by Ronald You can fix the problem of a MTU that is too large by using ifconfig. Set it lower for the interface your ADSL modem is connected to on the other end, something like ifconfig eth0 mtu 1464. The best value for this would be the largest ping packet without the 'Frag needed and DF set'-message. However, I can't see why your high MTU is causing packet loss, this must be a completely different problem I don't know what truncated means, sorry. Maybe someone else has...

Thursday, January 10th 2008, 6:14pm

Author: bartoldo

connected, but nothing happens

Quoted Originally posted by Ronald Clearly an issue with your MTU, it's indeed too large. Packets that are too large cannot get out or in. You can use ping (e.g. ping -s 1000 -M do host.on.internet) to find your ideal MTU. Here we are: PING google.com (64.233.167.99) 1000(1028) bytes of data. 64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=1 ttl=237 (truncated) 64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=2 ttl=237 (truncated) <-> 64 bytes from py-in-f99.google.com ...

Thursday, January 10th 2008, 10:46am

Author: bartoldo

connected, but nothing happens

Hallo to everybody, Although I don't think it might be specifficaly KDE problem, somebody here may be able to give me an enllightement... I have Debian Etch, I can connect to the Internet (using an ADSL modem with Eciadsl program) and I am connected indeed, I can ping, telnet (to port 80 too), lookup etc., here is a proof: telnet google.com 80 Trying 209.85.135.104... Connected to www.l.google.com. Escape character is '^]'. If I give the command "GET / HTTP/1.0", I get the following: HTTP/1.0 30...