Anope IRC Services

Anope.org => General Chat => Topic started by: sarma on December 01, 2008, 09:00:25 AM

Title: UnrealIRCD Problem!
Post by: sarma on December 01, 2008, 09:00:25 AM
Hi to all
I have small problem with IRC Server "Unreal3.2.7" and "anope-1.8.0-rc1" (local network on RedHat5)
I can start Unreal, but can't started anope.
Here is my conf and log file:
http://www.edzteam.com/d20n3/unreal/ (http://www.edzteam.com/d20n3/unreal/)
What is Wrong?
Title: Re: UnrealIRCD Problem!
Post by: Jobe on December 01, 2008, 12:44:03 PM
You need a listen block for port 33530
Title: Re: UnrealIRCD Problem!
Post by: sarma on December 01, 2008, 02:05:43 PM
sry where is that?
Title: Re: UnrealIRCD Problem!
Post by: deiks on December 01, 2008, 02:35:28 PM
add this block to unrealircd.conf

listen *:33530 { options { serversonly; }; };
Title: Re: UnrealIRCD Problem!
Post by: sarma on December 01, 2008, 03:00:44 PM
hmmm....
i do this in unrealircd.conf

Code: [Select]
listen         *:33530
{
options
{
serversonly;
};
};

listen         *:8067;
listen         *:6667;

and again when i try to start ./services -debug -nofork
FATAL: Can't connect to server: Connection refused

 :(
Title: Re: UnrealIRCD Problem!
Post by: deiks on December 01, 2008, 07:57:17 PM
Then try

listen         SERVERS_IP:33530
{
   options
   {
      serversonly;
   };
};
Title: Re: UnrealIRCD Problem!
Post by: Jobe on December 01, 2008, 09:23:07 PM
Are you remembering to rehash UnrealIRCd?