ok i have search all this forum, but none of the problems similar to me found. so here it goes.
I have 2 Server (Unreal 3.2.3) + 1 Services ANOPE. All configuration work fine, and all services working fine.
However, Only people who connected to HUB can issue command like /ns, /cs, /hs, /os and all user who connected to LEAF need to issue command like /msg nickserv. If user on LEAF issue command like /ns they will get an error like this "Services are currently down. Please try again later.".
Now, booth HUB and LEAF unrealircd.conf has been included with /aliases/anope.conf. i also have try remove include and make an alias in unrealircd.conf, but no hope.
Any idea what mistake have i made or where should i look for it since people at ANOPE can't solve it for me and they said it is ircd problems.
HUB connected to Services and LEAF but there is no connection between LEAF to services except through HUB.
/map
shah.alam.malaysia-edu.net ( 8 ) 1
|-services.malaysia-edu.net ( 12 ) 2
`-server1.kr.int.gateway.malaysia-edu.net ( 7 ) 3
End of /MAP
Only HUB can access Aliases
then your leaf server most likely has the wrong services-server defined in the unrealircd.conf.
Services aliases are specific to the IRCd itself and has nothing to do with the number of other servers nor their position on the network.
1. read the unrealircd.conf file and insure that the anope aliases file is indeed listed and not commented out
2. insure that the services-server name is *exactly* the same name as in the services.conf file
3. /rehash
Services aliases are specific to the IRCd itself and has nothing to do with the number of other servers nor their position on the network.
1. read the unrealircd.conf file and insure that the anope aliases file is indeed listed and not commented out
2. insure that the services-server name is *exactly* the same name as in the services.conf file
3. /rehash
I don't think there were an error in leaf configuration, becouse iam just taking the HUB configuration, change the numeric, servername, etc and the link info and make it a leaf insteed of hub.
From HUB
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";
link server1.kr.int.gateway.malaysia-edu.net
{
username removed;
hostname removed;
bind-ip *;
port removed;
leaf *;
password-connect "removed";
password-receive "removed";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
zip;
};
};
link services.malaysia-edu.net {
username removed;
hostname removed;
port removed;
bind-ip *;
password-connect "removed";
password-receive "removed";
class servers;
};
ulines {
malaysia-edu.net;
};
/* Standard aliases */
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };
from LEAF
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";
link shah.alam.malaysia-edu.net
{
username removed;
hostname removed;
bind-ip *;
port removed;
hub *;
password-connect "removed";
password-receive "removed";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
zip;
};
};
/* Standard aliases */
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };
From HUB
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";
link server1.kr.int.gateway.malaysia-edu.net
{
username removed;
hostname removed;
bind-ip *;
port removed;
leaf *;
password-connect "removed";
password-receive "removed";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
zip;
};
};
link services.malaysia-edu.net {
username removed;
hostname removed;
port removed;
bind-ip *;
password-connect "removed";
password-receive "removed";
class servers;
};
ulines {
malaysia-edu.net;
};
/* Standard aliases */
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };
from LEAF
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";
link shah.alam.malaysia-edu.net
{
username removed;
hostname removed;
bind-ip *;
port removed;
hub *;
password-connect "removed";
password-receive "removed";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
zip;
};
};
/* Standard aliases */
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };
Sorry, I have Read the FAQ. iam following people suggestion on other thread, but their case services not working. mine slightly difference. services working, but LEAF server not fowarning the alise when asked. only hub able to foward the alise. It is not a services problems, so iam wasting my time if iam asking at anope (but i already ask them on IRC, but they said it ircd problems).
I belive i had make a wrong configuration, but i have no idea where to look or what mistake i have done. so iam posting here in hoping someone who verry familier with unrealircd can give me a hint.
now the problems not on the services (sorry if my topic name look like the problems in services). I belive the problems is in LEAF, but i can't find it. almost all setting between HUb and LEAF same.
I belive i had make a wrong configuration, but i have no idea where to look or what mistake i have done. so iam posting here in hoping someone who verry familier with unrealircd can give me a hint.
now the problems not on the services (sorry if my topic name look like the problems in services). I belive the problems is in LEAF, but i can't find it. almost all setting between HUb and LEAF same.
ok iam finally understood where the mistake came in. I tought it would like to point to actual domain, but it just need to same as the definitioan in services.conf of anope.
set {
network-name "Malaysia-Edu.Net";
default-server "irc.malaysia-edu.net";
services-server "malaysia-edu.net";
stats-server "malaysia-edu.net";
help-channel "#Help";
the bold one was my mistake, just add services in front of it and problems solved.
set {
network-name "Malaysia-Edu.Net";
default-server "irc.malaysia-edu.net";
services-server "malaysia-edu.net";
stats-server "malaysia-edu.net";
help-channel "#Help";
the bold one was my mistake, just add services in front of it and problems solved.