Only HUB can access Aliases

These are old archives. They are kept for historic purposes only.
Post Reply
mus3na
Posts: 25
Joined: Sun Apr 10, 2005 9:53 am

Only HUB can access Aliases

Post by mus3na »

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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

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
mus3na
Posts: 25
Joined: Sun Apr 10, 2005 9:53 am

Post by mus3na »

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; };
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

katsklaw's right. Read the FAQ, mus3na:

http://www.vulnscan.org/UnrealIrcd/faq/#52
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
mus3na
Posts: 25
Joined: Sun Apr 10, 2005 9:53 am

Post by mus3na »

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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Show us your set::services-server settings on the leaf and the hub then.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
mus3na
Posts: 25
Joined: Sun Apr 10, 2005 9:53 am

Post by mus3na »

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.
Post Reply