Linking Anope Services with Unreal
Posted: Mon Nov 26, 2007 4:01 am
Hi,
I've tryied to find solution in other threads but unfortunately I couldn't find any.
I have latest Unreal 3.2.7 and latest Anope 1.7.19 . I'm trying to run both on the same box.
I'm gonna use the irc.p00n.org for the IRC server, and services.p00n.org for services. I made A records just yesterday so till it will work on all DNS's over the web I'm using direct IP to connect to IRC server.
Unreal is set up fine and running. Services are configured but the problem is with linking them with Unreal.
Here's the link block from my unreal.conf
And the part of services.conf
When i tryied to use localhost (as a name for linkinkg services) i got an error after rehashing Unreal.
nohostcheck option didn't helped with that, so I got stuck with 127.0.0.1 and
I tryied as well the direct IP of my box as a name and hostname in link block in my unreal.conf and as a RemoteServer in services.conf but no success too 
I would be thankful if anyone can help me figure out how to link them or is willing to do it on my box.
Regards
OkweL
PS. I'm not sure if this does any matter but untill the subdomain will work i've left the
-EDiT-
Regarding this question:
Unreal don't show up any single notice even that anything is trying to link.
I've tryied to find solution in other threads but unfortunately I couldn't find any.
I have latest Unreal 3.2.7 and latest Anope 1.7.19 . I'm trying to run both on the same box.
I'm gonna use the irc.p00n.org for the IRC server, and services.p00n.org for services. I made A records just yesterday so till it will work on all DNS's over the web I'm using direct IP to connect to IRC server.
Unreal is set up fine and running. Services are configured but the problem is with linking them with Unreal.
Here's the link block from my unreal.conf
Code: Select all
link 127.0.0.1
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7209;
hub *;
password-connect "mypassword"
password-receive "mypassword"
class servers;
};
Code: Select all
RemoteServer localhost 7209 "mypassword"Code: Select all
error: unrealircd.conf:348: link: bogus server nameCode: Select all
[Nov 26 04:50:01.784831 2007] FATAL: Can't connect to server: Connection refusedI would be thankful if anyone can help me figure out how to link them or is willing to do it on my box.
Regards
OkweL
PS. I'm not sure if this does any matter but untill the subdomain will work i've left the
Code: Select all
ulines{
localhost;
};
Regarding this question:
from the other thread.Jobe1986 wrote:Can we see the errors sent as server notices from the IRCd please? (will require you to /oper first)
Unreal don't show up any single notice even that anything is trying to link.