Timeout on server, Connection was to internet.com at port 80
MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Timeout on server, Connection was to internet.com at port 80
Some websites work, some website won't. I don't see any pattern to it. Many sites like ebuyer.co.uk, virginmobile.com and teamtalk.com will work without any problems. However many sites like yahoo.com, google.com and linuxquestions.org amongst others provide the following error:
Timeout on server
Connection was to yahoo.com at port 80
I thought maybe my Konqueror browser didn't have the latest plugins to be compatible with some sites, so i installed Mozilla's latest browser to see if it made a difference. Same problems with all the same sites.
It shouldn't be a network card problem as if it was no sites would work, as opposed to half.
I have a D-Link DSL-504T modem/router which claims to have a firewall onboard so is it possible this is the cause? Or is there a more common answer to this problem?
PING www.yahoo.com (66.94.230.48) 56(84) bytes of data.
64 bytes from www.yahoo.com (66.94.230.48): icmp_seq=1 ttl=51 time=163 ms
64 bytes from p17.www.scd.yahoo.com (66.94.230.48): icmp_seq=2 ttl=51 time=164 ms
64 bytes from p17.www.scd.yahoo.com (66.94.230.48): icmp_seq=3 ttl=51 time=163 ms
64 bytes from p17.www.scd.yahoo.com (66.94.230.48): icmp_seq=4 ttl=51 time=164 ms
64 bytes from p17.www.scd.yahoo.com (66.94.230.48): icmp_seq=5 ttl=51 time=162 ms
That went on for an infinite amount of lines.
And pinging 216.239.57.99 (google server) aswell:
PING 216.239.57.99 (216.239.57.99) 56(84) bytes of data.
64 bytes from 216.239.57.99: icmp_seq=1 ttl=240 time=162 ms
64 bytes from 216.239.57.99: icmp_seq=2 ttl=240 time=163 ms
64 bytes from 216.239.57.99: icmp_seq=3 ttl=240 time=162 ms
64 bytes from 216.239.57.99: icmp_seq=4 ttl=240 time=163 ms
64 bytes from 216.239.57.99: icmp_seq=5 ttl=240 time=162 ms
I am having the same problem. I run a dual boot machine (Mdk10.0 & WINXP). Windows has no problem with the internet. I ran Mdk9.2 before I got 10.0. That also did not have any problem with the internet. It has something to do with Mandrake 10.0.
There are a lot of people with this same problem. Does anyone know if Mandrake has made a patch or something for this?
i've had some luck speeding things up by disabling ipv6
first try just disabling it in mozilla. (i don't have mozilla on this pc, but i think it's the same in firefox)
type in the address "about:config"
type "ipv6" in the filter
change the line:
"network.dns.disableIPv6" to TRUE
and restart browser.
you can also disable IPv6 in kernel 2.6 by adding:
alias net-pf-10 off
to the end of your /etc/modprobe.conf file
i've had this happen in other distros too, so i don't think it's a mandrake thing.
So if you ran Mandrake 9.2 before and it was fine, it must be a problem with Mandrake 10. I'm glad it's not a problem with my Nvidia integrated ethernet card, which i'm sure is fully supported. And my D-Link DSL-504T four port ethernet ADSL modem/router and firewall.
I'm going to reinstall my Mandrake 9.2 because i really need the internet to work properly for my webmail. Or maybe i'll try the new SuSe.
Unless anyone has an idea if there is a patch for this problem on Mandrake 10 ?
I had a problem where any time I tried to connect to a server on the internet it only succeeded on the second attempt. I found that when the ipsec service wasn't started everything worked fine.
It might be the problem, but it might not. Try disabling ipsec using the mandrake control centre (System | Services) and see what happens.
Hi, I had the same problem with a D-link 604 router.
I fixed it by firstly making sure that my DNS addresses were the same as that supplied by my ISP, they will be posted somewhere on their technicial page.
Also, make sure to do the following as already mentioned.
Edit /etc/modprobe.conf as root by opening a console and ran:
Make the following additions
alias net-pf-10 off
alias ipv6 off
I am a TOTAL beginner but looking through these forums really is the best way to get help.
Originally posted by bardinjw
i've had some luck speeding things up by disabling ipv6
first try just disabling it in mozilla. (i don't have mozilla on this pc, but i think it's the same in firefox)
type in the address "about:config"
type "ipv6" in the filter
change the line:
"network.dns.disableIPv6" to TRUE
and restart browser.
<SNIP>
i've had this happen in other distros too, so i don't think it's a mandrake thing.
YES! I am so glad I found this forum. This little trick did it for me in SUSE 9.0. I thought the problem was due to my wireless card, but this simple change did the trick.
I changed the file modprobe.conf like Someone posted here and it worked thanks m8, i was starting to desperate with madrake 10, i used to have the 9.1 version and it worked well so imagine the frustration when getting a newer version and getting everything screwed up hehe.
First off I need you to know that I am a noob, so you might have to talk to me like a toddler. I've been fighting with this same problem for a while now and I think I'm getting close. I disabled ipv6 in mozilla by going to about:config and now its workingin mozilla only. When I try to do the same thing in Konqueror I am redirected to about:konqueror. Also I tried to add those lines to the /etc/modprobe.conf file but i'm not sure how to do it as root.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.