Anope 1.7.18, UnrealIrcd (latest) connection problem

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
twostars
Posts: 3
Joined: Sun Feb 11, 2007 6:06 am

Anope 1.7.18, UnrealIrcd (latest) connection problem

Post by twostars »

Code: Select all

~{ 17:04:40 }~ -irc.Knightonlinemania.com- *** Notice -- Connection to services.knightonlinemania.com[65.246.58.152] activated.
-
~{ 17:05:17 }~ -irc.Knightonlinemania.com- *** Notice -- No response from services.knightonlinemania.com[65.246.58.152], closing link
-
To be honest, I don't really know what I'm doing. I've never had to setup the services before, it was mainly UnrealIRCd I had to setup.

I followed this guide: http://news.softpedia.com/news/Building ... 0772.shtml
Which is pretty noob-friendlt.

However, now I receive those messages (above).

Hope you can help me out. :roll: The main network administrator is on holiday and thus, can't contact him. Yeaaaaaah....... that just about covers it.

Any help is appreciated.

By the way, it's a Linux box, but I'm not sure which version. :oops:
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Those messages above clearly show you failed to read the notice in the example.conf:
/* Note: You should not use autoconnect when linking services */
If you check your link block for services youll notice autoconnect is there.

Secondly to connect services with most packages you have to run services and itll connect to Unreal. Unreal cannot connect to services.
twostars
Posts: 3
Joined: Sun Feb 11, 2007 6:06 am

Post by twostars »

Jobe1986 wrote:Those messages above clearly show you failed to read the notice in the example.conf:
/* Note: You should not use autoconnect when linking services */
If you check your link block for services youll notice autoconnect is there.
It's not in there, and yes, I noted the warning. :P
Jobe1986 wrote: Secondly to connect services with most packages you have to run services and itll connect to Unreal. Unreal cannot connect to services.
And that's what I've been doing. :)

Code: Select all

link services.knightonlinemania.com
{
 username *;
 hostname *;
 port 6679;
 bind-ip *;
 password-connect "services";
 password-receive "services";
 class servers;
};

ulines {
	services.knightonlinemania.com;
	proxy.knightonlinemania.com;
	stats.knightonlinemania.com;

};
There is what the link block tells me.

Also, the password will be changed after this is setup. :roll:
twostars
Posts: 3
Joined: Sun Feb 11, 2007 6:06 am

Post by twostars »

Do not worry! I FINALLY managed to contact the host and he swiftly took care of it.

I asked him what he did, and it was the same as what I did. :? So then I asked him what I hadn't done... and he still hasn't got back to me on that one.

*checks conf files* I'm going to find out what I did wrong. XD

Thanks for your help, and sorry for this double post.

I'd edit it, but hey....

TOPIC CLOSED (Well.. please :P )
Locked