NavigationUser loginWho's onlineThere are currently 0 users and 29 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe're becoming an oligarchic society, with an extreme concentration of wealth. This concentration of wealth is protected through a political process that's making it difficult for anyone but the monied class to have a voice. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Five minues or more to connect to e-mail provider through browser.Hello, Now here's a head scratcher... I have two machines on my local network: -- Debian Etch with Firefox browser When I ping my e-mail provider, I get acceptable response from either system (25 ms - 75ms). The Debian system takes five minutes or more to connect to log-in; three minutes or more to bring up mail from log-in, whereas the Windows system gives me acceptable response. But this laggardly response only happens when I try to connect to my e-mail provider. Any other URL or IP gives me acceptable response. I've updated Debian Etch; and Firefox on both machines. I've copied the latest from my mail provider's tech help below. As you can see, not much help. And, below that, I've copied config info. Insights anyone? Would much appreciate your ideas. All the best, Lloyd ********* from tech help ********* I really don't have any advice I can give you, I'm sorry. If I was sitting in front of the As a diagnostic step, I could reccomend turning the firewall off (/etc/init.d/iptables stop), ********* end tech help *********** Note: firewall is off in Debian Etch; selinux is disable to the best of my knowledge. ********* Debian Etch config *********** Cube1:/home/lloyd# route -n Cube1:/home/lloyd# cat /etc/resolv.conf Cube1:/home/lloyd# ifconfig lo Link encap:Local Loopback |
Re: Five minues or more to connect to e-mail provider through
A couple of suggestions:
1. Run Wireshark to show what's happening on the network.
2. Run top to see if there's anything hogging the CPU.
Tony.
$world=~s/war/peace/g;
Re: Five minues or more to connect to e-mail provider through
What kind of connection is being made? Isn't there a ident or reverse name lookup going bad?
I had similar delays because my email system tried to do an ident lookup of the system I tried to connect to, and after the 30s timeout it continued.
DNS can also introduce such delays. Check your hosts.allow and hosts.deny
Are you (accidentally) using a web proxy, while you don't have (or the wrong) one?
If it's a webpage (webmail), then open a terminal, and use telnet:
telnet [ip-of-webhost] 80
If you immediately get a 'Connected' message (cursor on next line, nothing else seens to happen), then type:
GET /
[enter]
[enter]
To simulate a http request. You should get some response quickly.
If the 'Connected' message takes a long time, there is something wrong in your network setup.
I can be more specific if I know what kind of connection is slow.
HTH,
Marcel