[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: server response delayed



On Thu, Nov 01, 2001 at 12:33:57PM +0100, Jiri Olsa wrote:
> hi,
> 
> well, im not sure if this is right address i should write, 
> anyway:
> 
> i run ircd on standalone comp with Linux 7.1
> everything is fine, but when i connect into
> server and write
> USER x x x x 
> NICK x
> 
> it takes about 30 second to get answer from server
> after that everything goes fine,...

There are serveral reasons it can happen.  One of them is that
you didn't set up /etc/resolv.conf correctly, and that that you
get a timeout trying to resolv you.

An other possibility is that iauth hasn't finnished it's
authentication.  A reason that might happen is that you blocked
some port, like 1080, in the firewall.  You need to make sure you
deny the packet (and give a proper reply), and not reject it.


Kurt