[expert] Pauses with FTP and POP3

2002-07-24 Thread Scott

I have a new Mdk 8.2 server that is handling FTP and POP 3 services, the 
initial connect takes
a very long time, up to a minute. Once the connection is made it is super 
fast, but it is the
connection that is taking forever. Has anyone else experienced this and is 
there a way to tweak
it? Running ProFTP for FTP and imap for POP3 on Mandrake 8.2 on an IBM 
Netfinity Server.
Thanks,
-Scott




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] Pauses with FTP and POP3

2002-07-24 Thread Tibbetts, Ric

Short answer:
Sounds like a DNS (Name Server) problem. Check your DNS setup.

Ric


-Original Message-
From: Scott [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 1:59 PM
To: [EMAIL PROTECTED]
Subject: [expert] Pauses with FTP and POP3


I have a new Mdk 8.2 server that is handling FTP and POP 3 services, the 
initial connect takes
a very long time, up to a minute. Once the connection is made it is super 
fast, but it is the
connection that is taking forever. Has anyone else experienced this and is 
there a way to tweak
it? Running ProFTP for FTP and imap for POP3 on Mandrake 8.2 on an IBM 
Netfinity Server.
Thanks,
-Scott





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] Pauses with FTP and POP3

2002-07-24 Thread Scott

Should I be using caching nameserver on this box?  It is not hosting DNS.



At 12:42 PM 7/24/2002 -0700, Tibbetts, Ric wrote:
>Short answer:
>Sounds like a DNS (Name Server) problem. Check your DNS setup.
>
>Ric
>
>
>-Original Message-
>From: Scott [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, July 24, 2002 1:59 PM
>To: [EMAIL PROTECTED]
>Subject: [expert] Pauses with FTP and POP3
>
>
>I have a new Mdk 8.2 server that is handling FTP and POP 3 services, the
>initial connect takes
>a very long time, up to a minute. Once the connection is made it is super
>fast, but it is the
>connection that is taking forever. Has anyone else experienced this and is
>there a way to tweak
>it? Running ProFTP for FTP and imap for POP3 on Mandrake 8.2 on an IBM
>Netfinity Server.
>Thanks,
>-Scott
>
>
>
>Want to buy your Pack or Services from MandrakeSoft?
>Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Pauses with FTP and POP3

2002-07-24 Thread Todd Lyons

Scott wrote on Wed, Jul 24, 2002 at 03:55:44PM -0400 :
> Should I be using caching nameserver on this box?  

It could help.  What is happening is the server on your machine is doing
a reverse lookup on the IP address of the machine that is connecting to
it.  Do you understand what the problem is?  The problem is only
partially able to be fixed by a proper dns configuration on your part.
The other part is that someone else's DNS out on the internet can be
royally screwed and you will still see the delays.

But that doesn't sound like your problem.  It sounds like you are having
problems with reverse lookups from local connections.  You should have a
DNS server setup on your local lan that is authoritative for the domain
name you are using *AND* the local IP subnet (reverse).  So if you were
using *.domain.com and 192.168.1.*, then your dns server should be
authoritative for domain.com and 1.168.192.in-addr.arpa.

> It is not hosting DNS.

What are you using as a DNS source?  Your ISP?  Where is the connection
originating from?  What's their IP address?  The answers to those
questions provide a lot of direction to the one answer that will solve
all of your problems.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.2mdk Kernel 2.4.18-21mdk



msg56517/pgp0.pgp
Description: PGP signature


Re: [expert] Pauses with FTP and POP3

2002-07-24 Thread Scott

On Wed, 24 Jul 2002, Todd Lyons wrote:
> partially able to be fixed by a proper dns configuration on your part.
> The other part is that someone else's DNS out on the internet can be
> royally screwed and you will still see the delays.

I do understand the host look up delay.  Explains why Apache has host look 
up off and responds instantly.

> But that doesn't sound like your problem.  It sounds like you are having
> problems with reverse lookups from local connections.  You should have a
> DNS server setup on your local lan that is authoritative for the domain
> name you are using *AND* the local IP subnet (reverse).  So if you were
> using *.domain.com and 192.168.1.*, then your dns server should be
> authoritative for domain.com and 1.168.192.in-addr.arpa.

The slow response is any connection inside the network and out.  I can 
send you the IP address if you would like to see the delay yourself.  I 
have the two domain servers for the network is resolv.conf, they are the 
authority for the network.  

> What are you using as a DNS source?  Your ISP?  Where is the connection
> originating from?  What's their IP address?  The answers to those
> questions provide a lot of direction to the one answer that will solve
> all of your problems.

This is on the network at my ISP.  I am converting several BSDI boxes over 
to Mandrake for production use.  The two DNS boxes are still running BSDI, 
but are functional.  

Thanks for any help.

-Scott





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Pauses with FTP and POP3

2002-07-24 Thread Todd Lyons

Scott wrote on Wed, Jul 24, 2002 at 08:15:42PM -0400 :
> 
> I do understand the host look up delay.  Explains why Apache has host look 
> up off and responds instantly.

Zactly.

> > But that doesn't sound like your problem.  It sounds like you are having
> > problems with reverse lookups from local connections.  You should have a
> > DNS server setup on your local lan that is authoritative for the domain
> > name you are using *AND* the local IP subnet (reverse).  So if you were
> > using *.domain.com and 192.168.1.*, then your dns server should be
> > authoritative for domain.com and 1.168.192.in-addr.arpa.
> The slow response is any connection inside the network and out.  I can 
> send you the IP address if you would like to see the delay yourself.  I 

H, yes.  What services are being offered here?

> have the two domain servers for the network is resolv.conf, they are the 
> authority for the network.  

I'll verify that when I get the IP address of the site that you are
troubleshooting.

> This is on the network at my ISP.  I am converting several BSDI boxes over 
> to Mandrake for production use.  The two DNS boxes are still running BSDI, 
> but are functional.  

Your Clue seems to be at quite a high level, so I'll try not to dwell on
the obvious things.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.2mdk Kernel 2.4.18-21mdk



msg56523/pgp0.pgp
Description: PGP signature