Search found 7 matches

by erfg1
Wed May 03, 2006 1:45 am
Forum: Services
Topic: services and IRCd
Replies: 6
Views: 5023

Anything awrong with these configs

SERVICES.CONF
-------------------

RemoteServer 127.0.0.1 6667 "fger1"

ServerName "irc.theroarclan.com"

NetworkName "68.201.4.157"


UNREALIRCD.CONF
----------------------

include "aliases/anope.conf"

me
{
name "irc.theroarclan.com";
info "blah";
numeric 1;
};

listen *:6667;

link irc ...
by erfg1
Tue May 02, 2006 3:28 am
Forum: Services
Topic: services and IRCd
Replies: 6
Views: 5023

Loading IRCD Protocol Module: [unreal32]
status: [0][Module, Okay - No Error]
Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
ms_rsend requested unload...
debug: trying to load core module [ms_rsend]
debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
by erfg1
Tue May 02, 2006 2:38 am
Forum: Services
Topic: services and IRCd
Replies: 6
Views: 5023

changed all 127.0.0.1's to 68.201.4.157's and it still wont work.
by erfg1
Mon May 01, 2006 4:57 pm
Forum: Services
Topic: services and IRCd
Replies: 6
Views: 5023

----------------------------------------------------------------
[unrealircd.conf]

link 68.201.4.157
{
username *;
hostname 127.0.0.1;
port *;
bind-ip 127.0.0.1;
password-connect "fger1";
password-receive "fger1";
class servers;
};

ulines {
68.201.4.157 ...
by erfg1
Mon May 01, 2006 9:18 am
Forum: Services
Topic: services and IRCd
Replies: 6
Views: 5023

services and IRCd

I configured Anope and unrealIRCd perfectly. UnrealIRCd works perfectly without a problem. I followed this setup http://www.vulnscan.org/UnrealIrcd/faq/#52 and typed in

set {
services-server "68.201.4.157";
};

Also, I did include "aliases/anope.conf";

I also followed this setup http://www ...
by erfg1
Mon May 01, 2006 7:29 am
Forum: Unreal 3.2 Support
Topic: Linux Newbie Question EZ 2 answer.
Replies: 1
Views: 1098

Oh ok, I figured it out.

me
{
name "MY IP HERE";
info "MY INFO HERE";
numeric 1;
};


Works like a dream now =) Thanks UNREALIRCD, I will donate money.
by erfg1
Mon May 01, 2006 7:26 am
Forum: Unreal 3.2 Support
Topic: Linux Newbie Question EZ 2 answer.
Replies: 1
Views: 1098

Linux Newbie Question EZ 2 answer.

I have read the FAQ, I installed it properly, I edited the unrealircd.conf. I run the program ./unreal start and I get no warnings or errors. I am on a Linksys router, but I typed in the local IP for DMZ and Port Range Forwarding.

The only thing is, I don't know how to connect to my IRC server ...