Server linking woes
Posted: Tue Feb 15, 2005 7:08 am
Alright, my friend and I are trying to link our IRCD's together, and we're not getting anywhere, so I thought i'd ask for help.
On his side:
His problem seems to be that he gets an error every time he tries to connect to me.
[Mon Feb 14 22:36:41 2005] - Connect to host irc.nimmy.info[67.170.132.123] failed: Invalid argument
ink irc.nimmy.info {
username *;
hostname 67.170.132.123;
bind-ip *;
port 8787;
password-connect "LiNk";
password-receive "LiNk";
leaf *;
class servers;
};
My side:
*** Global -- Closing link: Write error: Connection refused - irc.bluejot.net[63.200.53.121]
link irc.bluejot.net {
username *;
hostname 63.200.53.121;
bind-ip *;
port 8787;
password-connect "LiNk";
password-receive "LiNk";
leaf *;
class servers;
options {
autoconnect;
};
};
Two different errors, but still a big problem. Any help would be appreciated.
On his side:
His problem seems to be that he gets an error every time he tries to connect to me.
[Mon Feb 14 22:36:41 2005] - Connect to host irc.nimmy.info[67.170.132.123] failed: Invalid argument
ink irc.nimmy.info {
username *;
hostname 67.170.132.123;
bind-ip *;
port 8787;
password-connect "LiNk";
password-receive "LiNk";
leaf *;
class servers;
};
My side:
*** Global -- Closing link: Write error: Connection refused - irc.bluejot.net[63.200.53.121]
link irc.bluejot.net {
username *;
hostname 63.200.53.121;
bind-ip *;
port 8787;
password-connect "LiNk";
password-receive "LiNk";
leaf *;
class servers;
options {
autoconnect;
};
};
Two different errors, but still a big problem. Any help would be appreciated.