LINK PROBLEM

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

LINK PROBLEM

Post by Bronx AnarchY »

Unreal conf,

listen 208.53.165.116:3333
{
options
{
serversonly;
};
};

link Services.KonyaChat.Com
{
username *;
hostname 208.53.165.116;
bind-ip 208.53.165.116;
port 3333;
hub *;
password-connect "kasap";
password-receive "kasap";
class servers;
options { autoconnect;
};
};


ulines {
Services.KonyaChat.Com;
Koruma.KonyaChat.Com;
Irc.KonyaChat.Com;
};

ircservices.conf,

RemoteServer 208.53.165.116 3333 "kasap"
ServerName "Services.KonyaChat.Com"

Error on /rehash;
-Irc.KonyaChat.Com- *** Notice -- Connection to Services.KonyaChat.Com[208.53.165.116] activated.
-
-Irc.KonyaChat.Com- *** LocOps -- Link denied for Irc.KonyaChat.Com([email protected]) (No link block named 'Irc.KonyaChat.Com') [@208.53.165.116.37101]
-
-Irc.KonyaChat.Com- *** LocOps -- ERROR :from Services.KonyaChat.Com[208.53.165.116] -- Link denied (No matching link configuration) [@208.53.165.116.37101]
-
-Irc.KonyaChat.Com- *** LocOps -- ERROR :from Services.KonyaChat.Com[208.53.165.116] -- Closing Link: [208.53.165.116] (Link denied (No matching link configuration))
-
-Irc.KonyaChat.Com- *** LocOps -- Server Services.KonyaChat.Com[208.53.165.116] closed the connection


error on ircservices.log;

[Apr 28 15:21:09 2006] IRC Services 5.0.57 starting up
[Apr 28 15:21:09 2006] httpd/main: Listening on 208.53.165.116:1270
[Apr 28 15:21:44 2006] FATAL: Remote server returned: ERROR :Closing Link: [208.53.165.116] (Ping timeout)

On unrealircd.conf set block is ;
set {

network-name "KonyaChat.Com";
default-server "Irc.KonyaChat.Com";
services-server "Services.KonyaChat.Com";



WHERES THE MY PROBLEM :(
Ron2K

Post by Ron2K »

This piece of advice won't fix your problem, but anyway... don't use autoconnect when linking services.
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

Post by Bronx AnarchY »

I solved it,

find ircservices conf these line

# PingFrequency <time> [OPTIONAL]
# Sets the time after which Services sends a PING message to its uplink
# if no other network activity has occurred. This can be useful if you
# have a low-activity network and your server keeps dropping Services'
# connection with "Ping timeout". If not set, Services will not send
# PING messages.

#PingFrequency 10s

and remove # at #PingFrequency 10s



# PingFrequency <time> [OPTIONAL]
# Sets the time after which Services sends a PING message to its uplink
# if no other network activity has occurred. This can be useful if you
# have a low-activity network and your server keeps dropping Services'
# connection with "Ping timeout". If not set, Services will not send
# PING messages.

PingFrequency 10s
Locked