help Anope

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
RBH
Posts: 26
Joined: Wed Feb 14, 2007 12:37 pm

help Anope

Post by RBH »

hi, i configured Anope like manual says, then when i open it, it says in a MSDOS Window (can`t open services.conf: no such file or directory) and close i have the flie in C:\Program files\Anope\Data directory can you tell me what is wrong ?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Make sure its not saved as services.conf.txt (the .txt will usually be hidden)
RBH
Posts: 26
Joined: Wed Feb 14, 2007 12:37 pm

Post by RBH »

yes its name is right, but it open a dialog windows? or it connects directly?
because on status window show me this--- No response from services.Libre-Net.net[localhost.net], closing link

sorry this is the first time i install services
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Post by [dx] »

Add in unrealircd.conf in link block

Code: Select all

link services.your.net
{
	username *;
	hostname 127.0.0.1;
	bind-ip *;
	port 7000;
	password-connect PASSWORD;
	password-receive PASSWORD;
	hub *;
	class 			servers;
};
and in services.conf

Code: Select all

RemoteServer 127.0.0.1 6667 "PASSWORD"
Do /rehash and start anope
RBH
Posts: 26
Joined: Wed Feb 14, 2007 12:37 pm

Post by RBH »

Friend [dx] thanks, its running now :)
Locked