[EMAIL PROTECTED] wrote:
> I have recently set-up a RedHat Linux 5.1 machine as a web server, the
> web works fine but I cannot get FTP and telnet to work properly, if I
> connect to telnet after a while I get a connection but it takes maybe 2
> to 3 minutes to connect.
The usual reasons are either:
a) Reverse DNS isn't configured correctly, so the connection hangs
until the DNS query times out (typically 155 seconds on Linux).
b) ident (auth) lookups are being blocked using a `deny' rule, so the
connection hangs until the ident connection times out (typically 189
seconds on Linux).
--
Glynn Clements <[EMAIL PROTECTED]>