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?
Services, My New Nightmare
Moderator: Supporters
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)
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)
Code: Select all
[02:44:11 AM] -Irc.TeenLight.Net- *** LocOps -- ERROR :from Services.TeenLight.Net -- Link denied (No matching link configuration)
"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.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
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.
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.
Re: Services, My New Nightmare
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.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?
====
Jabba
Webmaster, Js2000.DNSAlias.com
NetAdmin, Js2000.DNSAlias.com
====
Jabba
Webmaster, Js2000.DNSAlias.com
NetAdmin, Js2000.DNSAlias.com
====
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.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ