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

Re: Some problems with ircd. Help!!



> 1. I can not get more than 20 connections to my server.
>    When i reach 20 users, mirc says, 
>    Closing link. Server - No more connections.

Look at your Y lines...It's documented well in example.conf
Y:1:90:0:20:100000
         ^^
Look at that specific field

> 
> 2. I try to conect two ircd server with the same version.
>    And i couldn't. It say when I try to connect 'em:
>    Connecting to server .......
>    But i doesn't do it??..
> 
> So I'm sending my ircd.conf files for each server...
> Please help me..

The password in one server's C line must match the other server's N line.
eg in xkokol:

C:cuzam.uady.mx:thispass:cuzam.uady.mx:6667:2
N:cuzam.uady.mx:thatpass:cuzam.uady.mx::2

in cuzam:

C:xkokol.uady.mx:thatpass:xkokol.uady.mx:6667:2
N:xkokol.uady.mx:thispass:xkokol.uady.mx::2

Also make sure that both cuzam and xkokol have forward DNS.  If not, then
it would be wise to put the IP of the server in the first field.
For example in xkokol:
C:148.209.1.15:thispass:cuzam.uady.mx:6667:2
and so on

See example.conf for more information

> 
> server 1:
> M:xkokol.uady.mx:148.209.1.47:Irc de la Universidad Autónoma de Yucatán::
> A:Departamento de Teleinformática:Servidor IRC Xkokol:Omar Chiyean <chcamara@xxxxxxxxxxxxx>::
> P::::6667:
> Y:1:90:0:20:100000
> Y:2:90:300:2:600000
> Y:10:90:0:3:1000000
> I:*@*::*@*::1
> C:cuzam.uady.mx::cuzam.uady.mx:6667:2
> N:cuzam.uady.mx::cuzam.uady.mx::2
> 
> server 2:
> M:cuzam.uady.mx:148.209.1.15:Irc de la Universidad Autónoma de Yucatán::
> A:Departamento de Teleinformática:Servidor IRC Xkokol:Omar Chiyean <chcamara@xxxxxxxxxxxxx>::
> P::::6667:
> Y:1:90:0:20:100000
> Y:2:90:300:2:600000
> Y:10:90:0:3:1000000
> I:*@*::*@*::1
> C:xkokol.uady.mx:xkokol:xkokol.uady.mx:6667
> N:xkokol.uady.mx:xkokol.uady:xkokol.uady.mx
>