services
first insure that services is currently running.
Then find the services conf file for your services.
eg if you use anope you should see anope.conf
then in your unrealircd.conf put
don't forget to /rehash.
Then find the services conf file for your services.
eg if you use anope you should see anope.conf
then in your unrealircd.conf put
Code: Select all
include "aliases/anope.conf";
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
vakou, you didn't read the FAQ...
http://www.vulnscan.org/UnrealIrcd/faq/#52
It is required that you read the FAQ BEFORE posting here in the forums.
http://www.vulnscan.org/UnrealIrcd/faq/#52
It is required that you read the FAQ BEFORE posting here in the forums.
Basically all you have to do is configure Anope and put a link block into unrealircd.conf that makes it so Anope can connect to Unreal. Ever heard of the "docs" directory of Anope and the example configuration? Almost everything is documented there. Some more help we can provide you with:
Ronk2k's howto about linking Services
My example link block for Services
I know it takes a long time to make a good configuration, so be patient and, of course, the docs and FAQs can help you a lot.
Additionally, if you wish to ask for help specifically about Anope, please use the Services forum, because that's the right place for such questions.
Ronk2k's howto about linking Services
My example link block for Services
I know it takes a long time to make a good configuration, so be patient and, of course, the docs and FAQs can help you a lot.
Additionally, if you wish to ask for help specifically about Anope, please use the Services forum, because that's the right place for such questions.
no, understanding the unrealircd.conf file is required if you wish to succeed as a server admin. The understanding of the conf files goes for all IRCd's not just Unreal.
The links that AngryWolf posted are as simple as it gets.
The links that AngryWolf posted are as simple as it gets.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Running an irc server requires you to know what to do . Otherwise when a problem crops up you cant sort it out .
Follow the posted links to learn how to link up services . Read all the faqs , docs etc and get to know your server .
Once you have a grounding in how it all is configured and how it works you will find you can sort out 99% of problems yourself .
I had to learn from scratch myself . It took me about 2 weeks of reading and tinkering to get my server running how I wanted it.
Now messing about in the .conf is like second nature . Everyone here is willing to help you understand the server but we wont do the legwork for you .
You get much more out of Unreal by doing it yourself . Once its up you can look at it and say "I did that" gave me a real sense of achievement as when I started reading into the docs I thought thats it Im screwed I'll never get this to work .
Follow the posted links to learn how to link up services . Read all the faqs , docs etc and get to know your server .
Once you have a grounding in how it all is configured and how it works you will find you can sort out 99% of problems yourself .
I had to learn from scratch myself . It took me about 2 weeks of reading and tinkering to get my server running how I wanted it.
Now messing about in the .conf is like second nature . Everyone here is willing to help you understand the server but we wont do the legwork for you .
You get much more out of Unreal by doing it yourself . Once its up you can look at it and say "I did that" gave me a real sense of achievement as when I started reading into the docs I thought thats it Im screwed I'll never get this to work .
First post:
I have tried that, FAq, and did no help
is what i see when i type /ns asdasd or /connect like i was directed.
Im pretty sure i have everything corrent, and i have alias/anope.conf included. On the link o took out SSL.. i felt no need for it, so it leave this
Any quick notes for me?
I have tried that, FAq, and did no help
Code: Select all
Services are currently down. Please try again later.
CONNECT Not enough parametersIm pretty sure i have everything corrent, and i have alias/anope.conf included. On the link o took out SSL.. i felt no need for it, so it leave this
Code: Select all
link services.jae.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
hub *;
password-connect "xxxxxxx";
password-receive "xxxxxxx";
class servers;
options {
zip;
};
};Code: Select all
RemoteServer localhost 6667 "xxxxxxxx"
ServerDesc "Services for IRC Networks"
ServiceUser "[email protected]"Yeah, read the Howto on linking servers:
http://forums.unrealircd.com/viewtopic.php?t=329
(Especially the part about services...)
Every problem you have is because you did not follow this guide.
http://forums.unrealircd.com/viewtopic.php?t=329
(Especially the part about services...)
Every problem you have is because you did not follow this guide.
WEll, i had same problem i seemed to got that but i checked the log, and it says
Code: Select all
services.conf: ServicesRoot missing