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

Re: connecting on a private network



On Fri, Mar 23, 2001 at 11:23:49AM -0500, John Saylor wrote:
> Hi
> 
> I'm developing a private irc network and I can't get my servers to talk
> to each other!
> 
> I get a message like this:
> *** Connecting to *@w.x.y.z[host.domain.tld].
> 
> And that's it- there is nothing on the &SERVERS channel and I can't see
> any of the channels on the other server on this server.

Are you in &ERRORS and &NOTICES too?  You should see more usefull
messages there.

I think it's a password problem.  You probably compiled it with
crypt support, but didn't crypt it properly.  If you defined
CRYPT_LINK_PASSWORD, the passwd in the N-line should be crypted.


Kurt