These are old archives. They are kept for historic purposes only.
gEry
Posts: 5 Joined: Sat May 20, 2006 3:39 pm
Post
by gEry » Sat May 20, 2006 3:42 pm
HI
i get this error:
./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.4
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7e 25 Oct 2004
* Loading IRCd configuration ..
[error] unrealircd.conf:726: set::kline-address must be an e-mail or an URL
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
Its just one value, which is wrong - iguess but i can't find "kline". any idea?
Stealth
Head of Support
Posts: 2085 Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:
Post
by Stealth » Sat May 20, 2006 3:48 pm
Try looking on line 726 of your unrealircd.conf
gEry
Posts: 5 Joined: Sat May 20, 2006 3:39 pm
Post
by gEry » Sat May 20, 2006 4:29 pm
hi!
thx, first problem fixed...
second one:
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
What is a cloaking module? And what do i need to do to fix this problem?
gEry
Posts: 5 Joined: Sat May 20, 2006 3:39 pm
Post
by gEry » Sat May 20, 2006 6:27 pm
okay, well in thought *NIX is not equal to linux. So i didn't uncomment
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
So, also this is done now, changed the keys and started the ircd.
Works now. Thx.
gEry
Posts: 5 Joined: Sat May 20, 2006 3:39 pm
Post
by gEry » Sat May 20, 2006 6:52 pm
how can i block unsecured connections? i just want ssl. is that possible?
just blocking the standart port for that`??
Stealth
Head of Support
Posts: 2085 Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:
Post
by Stealth » Sat May 20, 2006 7:33 pm
okay, well in thought *NIX is not equal to linux. So i didn't uncomment
*NIX includes just about every operating system not called Windows
how can i block unsecured connections? i just want ssl. is that possible?
Just open a SSL port. Clients cannot connect to a SSL port without SSL
gEry
Posts: 5 Joined: Sat May 20, 2006 3:39 pm
Post
by gEry » Sun May 21, 2006 8:56 am
Yep, i made it as like that:
listen *:6697
{
options
{
ssl;
clientsonly;
};
};
#listen *:8067;
#listen *:6667;
Works great. Thx.
Stealth
Head of Support
Posts: 2085 Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:
Post
by Stealth » Sun May 21, 2006 6:03 pm
No poblem