Re: [leaf-user] SSH login takes 40 seconds

2004-11-18 Thread Doug Hite
I don't like the /etc/hosts solution either, but 
its the one I use as well.

Doug


Date: Wed, 17 Nov 2004 08:18:51 +0100
From: Erich Titl [EMAIL PROTECTED]
To: cpu memhd [EMAIL PROTECTED]
CC: [EMAIL PROTECTED] 
Subject: Re: [leaf-user] SSH login takes 40 seconds

Hi

cpu memhd wrote:

Bering uClibc 2.2 - I got SSH working a few weeks ago. Now for some
reason it takes 40 seconds to display a console screen after I login. I
have read that this is likely a reverse DNS problem. But why should it
matter if I'm using private, 10.x.x.x IPs? Also, I don't recall making
any changes between the time SSH worked and now. Any ideas?
  

If you have a working DNS server then it should just return an NXDOMAIN 
and you should be fine. If not, sshd will try to reverse lookup your 
address and finally time out.

One possible solution is to include your management station in the 
/etc/hosts file (not that I specifically like this solution)

Erich





---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Squid-2.lrp and jsp pages

2004-11-18 Thread Ed Tetz
I am using Bering-uClibc with the Squid-2 package. Almost everything seems 
to be working, but if I goto a site that uses JSP pages (like 
www.gymboree.com), I get a long delay, followed by this error:

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.gymboree.com/
The following error was encountered:
Connection Failed
The system returned:
   (110) Connection timed out
The remote host or network may be down. Please try the request again.
Your cache administrator is webmaster.


Generated Thu, 18 Nov 2004 18:59:51 GMT by firewall (squid/2.5.STABLE5)
If I bypass the proxy, then the page works fine. I only seem to have 
problems with jsp pages, everythings else works fine. In an attempt to solve 
this problem, I have added the following to my squid conf file:

hierarchy_stoplist jsp asp
and
acl JSP_Pages urlpath_regex -i \.jsp$
http_access allow CONNECT JSP_Pages
and
acl Gym dstdomain .gymboree.com
no_cache deny Gym
But none of these lines suggested by results of Google searches have yeilded 
any success.

Has anybody else run into this problem with Squid? If so, what have you done 
to resolve it?

Cheers,
-edt

Edward Tetz
MCSE, MCDBA, MCT, A+, CTT+, CIW MA, CIW CI
[EMAIL PROTECTED]

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html