Unreal3.2.2 with Anope-1.6.3

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
Animorphs

Unreal3.2.2 with Anope-1.6.3

Post by Animorphs »

Good day, I was wondering does Unreal3.2.2 works with Anope-1.6.3?

My network topology for server are like this,

pixcle.hub.sg.evilchat.net (2) 100
|-services.evilchat.net (9)
|-Irc.EvilChat.Net (54) 1
| |-Shkupi.EvilChat.Net (2) 26
| `-CCPower.EvilChat.Net (22) 25
|-xxxpassloves.de.evilchat.net (26) 50
`-pixcle.sg.evilchat.net (1) 101

only users in pixcle.hub.* are able to whois and use anope services, while users from other server can't whois anope services at all. The error given when linking and using services are,

[04:14] -pixcle.sg.evilchat.net- (link) Link pixcle.hub.sg.evilchat.net -> services.evilchat.net[@82.165.252.107.41886] established
-
[04:14] -pixcle.sg.evilchat.net- *** Notice -- Cannot find server Services.EvilChat.Net (& NickServ 2 1103832894 services evilchat.net Services.EvilChat.Net 0 +oS * * :Nick Registration Service)

Is it anope's compatibility issue or something I've done wrong in my unrealircd.conf? services-server is set at "services.evilchat.net" for all the leaf servers.

If anyone knows how to correct it, please let me know. Thanks.
x3d-
Posts: 2
Joined: Tue Jan 04, 2005 10:52 am

Post by x3d- »

does all servers has a link { } and ulines { } on ur services?
u need that added on ur config. on all servers
Josh
Posts: 19
Joined: Wed May 19, 2004 3:39 pm
Location: New York, U.S.

Post by Josh »

x3d- wrote:does all servers has a link { } and ulines { } on ur services?
u need that added on ur config. on all servers
Why would every server need a link block for services (except the hub)? Only a U-Line is required on all.
Josh @ irc-chat [url=irc://irc.irc-chat.net/NeoStats]#NeoStats[/url]
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

I know this is probably a little slow, but if you are still having an issue with Anope and your network I have just found a possible solution to your problem.

You need to specify a server numeric for Anope in the services.conf. Without this numeric you are opening yourself up to many problems, including this.

Code: Select all

From exmaple.conf:
# Numeric [OPTIONAL]
#     Many ircd identify themselves with a Numeric ID when using this option
#     consult your ircds documentation before using this
#Numeric 0
Locked