[IRCServices] Startup problem
Craig McLure
Craig at frostycoolslug.com
Mon May 17 15:39:57 PDT 2004
Try using this as your link block instead
link services.irc.swallegiance.com
{
username *;
hostname 69.28.183.209;
bind-ip *;
port 12701;
hub *;
password-connect "password";
password-receive "password";
class servers;
};
and in your ircservices.conf
RemoteServer irc.swallegiance.com 12701 "password"
LocalAddress 69.28.183.209
ServerName "services.irc.swallegiance.com"
That will then force services to use the IP address the IRCd expects from it, obviously replace password with the relevant password.
Also, if your link config is in a seperate file, ensure that it is included in your main config.
That _SHOULD_ fix your probs.
/****************************************
* Craig "FrostyCoolSlug" McLure
* Craig at FrostyCoolSlug.com
* InspIRCd - http://www.inspircd.org
* ChatSpike - http://www.chatspike.net
****************************************/
/****************************************
* From - Mark van Cuijk <mark at phedny.net>
* To - IRC Services General Mailing List <ircservices at ircservices.za.net>
* Sent - 2004-05-16 16:52:35
* Subject - Re: [IRCServices] Startup problem
****************************************/
/****** - Begin Original Message - ******/
>Trido wrote:
>
>>link irc.swallegiance.com
>>{
>> username *;
>> hostname ircservices at 69.28.183.209;
>> bind-ip *;
>> port 12701;
>> hub *;
>> password-connect "password";
>> password-receive "password";
>> class servers;
>> options {
>> ssl;
>> zip;
>> md5;
>> };
>>};
>>
>>
>To make this work, your services ServerName must be
>irc.swallegiance.com. To me it's more likely this is the name of the
>IRCd server itself, so you should probably change it to
>services.irc.swallegiance.com or something you like. Anyway, it should
>match the name you specify for ServerName in the ircservices.conf file.
>
>Then you should make the hostname be only 69.28.183.209, without the
>username in front of it.
>Also, the ssl, zip and md5 options should be removed and I suggest to
>remove the hub line to, since services will not link to any other host.
>
>Since your log file shows
>
>> [May 15 23:29:57 2004] unknown message from server (ERROR :Link denied
>> (No matching link configuration) [@69.28.183.209.6677])
>
>I think you're using port 6677 for services and not 12701.
>
>- Mark
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices
>.
/******* - End Original Message - *******/