[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Networking multiple ircd's
- To: ircd-users@xxxxxxx
- Subject: Networking multiple ircd's
- From: Koen Martens <gmc@xxxxxxxx>
- Date: Thu, 13 Dec 2001 18:44:09 +0100
- Cc: ice@xxxxxxxx
- Delivered-to: ircd-users-out@irc.org
- Delivered-to: ircd-users@irc.org
Dear ircd users,
I have been trying to tackle the problem i have described below for
a while now. I just don't seem to get what is wrong.
The situation: we have 4 ircd's on our internal net: irc.metro.cx
(10.11.1.2), irc.fash.nu (10.1.0.254), irc.icecrew.nu (10.2.0.2).
The last two should both connect to the first one.
Despite all our efforts the metro.cx server insists it is a leaf
server (the connecten between 10.1.0.254 and 10.11.1.2 is set up,
but when 10.2.0.2 wants to connect to 10.11.1.2 the latter gives an
error about being a leaf). I am wondering, how does one ircd
determine whether it is a leaf server or not??
I will include the 3 configuration files below. I really hope
someone out there knows what is wrong. There is also a little
ambiguity in the documentation (or in my understanding of the
documentation).
I have included both C and N lines at the moment for each
connection, though the manual hints that only one end needs to
define C and the other N.. However, when i try it like that they
wont connect at all, giving 'Unknown error'.
I hope this is enough info to judge where i might be wrong. Oh btw,
we are all using version 2.10.3p1.
here are the config's:
-----[10.11.1.2:ircd.conf]----
M:irc.metro.cx:10.11.1.2:metro irc server:6667:
A:gmc:Koen Martens <gmc@xxxxxxxx>:Ice nextgen irc net server 1::
P::::6667:
Y:1:180:60:5:800000::
Y:2:180:60:5:800000::
Y:10:90::100:512000:10:32
I:*@*::::10
O:*@*:xxx:oper::10
C:10.2.0.2:xxx:irc.icecrew.nu:6667:1
N:10.2.0.2:xxx:irc.icecrew.nu::2
C:10.1.0.254:xxx:irc.fash.nu:6667:1
N:10.1.0.254:xxx:irc.fash.nu::2
-----[10.1.0.10:ircd.conf]----
M:irc.fash.nu:10.1.0.254:fash irc server:6667:
A:fash:Henri Aanstoot <fash@xxxxxxx>:Ice nextgen irc net server 3::
P::::6667:
Y:1:180:60:5:800000::
Y:2:180:60:5:800000::
Y:10:90::100:512000:10:32
I:*@*::::10
O:*@*:xxx:oper::10
O:*@*:xxx:fash::10
C:10.11.1.2:xxx:irc.metro.cx:6667:1
N:10.11.1.2:xxx:irc.metro.cx::2
H:*::irc.metro.cx::
-----[10.2.0.2:ircd.conf]-----
M:irc.icecrew.nu:10.2.0.2:icecrew irc server:6667:
A:icecrew:Marco Geels <bigred@xxxxxxxxxx>:Ice nextgen irc net server 4::
P::::6667:
Y:1:480:360:5:800000::
Y:2:480:360:5:800000::
Y:10:90::100:512000:10:32
I:*@*::::10
O:*@*:xxx:oper::10
C:10.11.1.2:xxx:irc.metro.cx:6667:1
N:10.11.1.2:xxx:irc.metro.cx::2
H:*::irc.metro.cx::
--
gmc@xxxxxxxx (Koen Martens) http://www.metro.cx/