Services, My New Nightmare

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
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Services, My New Nightmare

Post by sc »

ok, so I got my chat server restarted thanks to dukat, NOW my services wont run, I have checked for any instances of the old ip for my server (before the account transfer) and I cant find any, that should be the only thing that has changed, so I dont see why they wont connect. I keep getting the error:

[02:44:11 AM] -Irc.TeenLight.Net- *** LocOps -- ERROR :from Services.TeenLight.Net -- Link denied (No matching link configuration)

Any Ideas?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Please read the following tutorials before asking questions:

http://www.vulnscan.org/UnrealIrcd/faq/#12 (FAQ)
http://www.angrywolf.org/services.php (by me)
http://forums.unrealircd.com/viewtopic.php?t=329 (by Ron2k)
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

Code: Select all

[02:44:11 AM] -Irc.TeenLight.Net- *** LocOps -- ERROR :from Services.TeenLight.Net -- Link denied (No matching link configuration)
Angrywolf said it best, however for future reference. The error meesage will more than likely give you an idea as to what the probrlem is.

"No matching link configuration" <-- means there is no "link" block that "matches the configuration" in other words .. check your "link" blocks in your "configuration" file.

Please take 5 seconds and *read* the error. You'll soon find that more times than not, the server is telling you what's wrong.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

To be exact, Irc.TeenLight.Net sent a message to sc that a server assumed to be Services.TeenLight.Net denied the link. You can't be sure whether Services.TeenLight.Net is a Services server, because that name is only a name that was specified in the configuration, that is, Services.TeenLight.net is the name of a link block in the configuration of Irc.TeenLight.Net (the real name of the remote server will be known only when both link configurations match each other). In addition, the reason Services.TeenLight.Net said must be a message from an UnrealIRCd server. To summarize, I think an Unreal server accidentally attempted to link with an other Unreal server (probably the same one). Which gives me the conclusion that sc used /connect to establish a connection between Services and UnrealIRCd. And that's, you know, bad.
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Post by sc »

No, The services for the server were working perfectly before. The server that hosted the shell account was being DoSed, so the shell was moved to a more protected server, the only thing I have changed in the configuation files is the ip address that was given to me by the server admin. Everything seems to match up on the link block but I know nothing about unreal or the services and my chat admin is uhh... somewhere.
Jabba
Posts: 4
Joined: Mon Oct 04, 2004 4:24 am
Location: Kent, England (United Kingdom)
Contact:

Re: Services, My New Nightmare

Post by Jabba »

sc wrote:ok, so I got my chat server restarted thanks to dukat, NOW my services wont run, I have checked for any instances of the old ip for my server (before the account transfer) and I cant find any, that should be the only thing that has changed, so I dont see why they wont connect. I keep getting the error:

[02:44:11 AM] -Irc.TeenLight.Net- *** LocOps -- ERROR :from Services.TeenLight.Net -- Link denied (No matching link configuration)

Any Ideas?
Is the Link block REM'd? I had the same error, until I realised the link block was enclosed in */ and /* REM lines. Check yours. I bet that's the problem. If not i'll shut up. :D
====
Jabba
Webmaster, Js2000.DNSAlias.com
NetAdmin, Js2000.DNSAlias.com
====
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

you might have to tell Services to bind to a specific IP. I've seen ircd.conf files with conrrect info .. but for some reason Services will try to use the boxes main IP .. Just a thought .. especially since you say Services is what moved.
Locked