[IRCServices] Connection refused....

Dylan v.d Merwe dylanvdm at icon.co.za
Sun Oct 20 19:54:00 PDT 2002


See if your lines are similar to the ones below:

link            services.carbonirc.net
{
 username *;
 hostname  217.10.143.227;
 bind-ip  *;
 port   7708;
 hub             *;
 password-connect "LiNk";
 password-receive "LiNk";
 class           servers;
  options {
   zip;
  };
};


ulines {
 services.carbonirc.net;
};


listen         217.10.143.227:7708
{
 options
 {
  serversonly;
 };
};


Hope this helps :-)

Dylan.


----- Original Message -----
From: Nicholas Prisi
To: ircservices at ircservices.za.net
Sent: Sunday, October 20, 2002 7:29 PM
Subject: [IRCServices] Connection refused....


Hi, I've just compiled ircservices 5.0 and edited the .conf files aswell as
editing my ircd.conf file and everything seems to be correct exept that when
I try run services I get:

[Oct 12017:37:0502002] IRC Services 5.0.0 starting up
[Oct 12017:37:0502002] sockets: connect(0 -> 217.10.143.227:7708):
Connection refused
[Oct 12017:37:05 2002] Connection to server failed: Connection refused

...in both ircservices.conf and ircd.conf are setup to link to each other so
I dont know why the connection is refused,
here are the ircservices.conf and ircd.conf connection settings:

RemoteServer 217.10.143.227 7708 LiNk

...and ircd.conf:

link services.carbonirc.net
{
username *;
hostname 217.10.143.227
bind-ip *;
port *;
hub *;

password-connect "LiNk";
password-receive "LiNk";
class servers;
options {
ssl;
zip;

};
};

(I am using Unrealircd3.2beta12)
I have tried using "localAddress" instead of "RemoteServer" in
ircservices.conf with no luck, also I have tried setting the port to 7708 in
ircd.conf but that didnt either (documentation says to leave port out)

What am I doing wrong?
Any help would be great, I'm *stuck*