Page 1 of 1

Problem with starting unrealircd

Posted: Sat Nov 25, 2006 12:08 am
by Juje007
Hi,

Wen i start unrealircd on my pc ( windows 2000 ) he opening the irc server but not a window with all buttons like shutdown etc. so i cant stop or restart. I have looked in service log he says:

Code: Select all

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
So my question is how to fix this.

Posted: Sat Nov 25, 2006 8:30 am
by Grunt
I'm guessing you installed UnrealIRCd as a service. Go to the Unreal directory with a command prompt, and type "unreal stop", then "wircd.exe", and that window should appear.

Posted: Sat Nov 25, 2006 2:24 pm
by Juje007
Grunt wrote:I'm guessing you installed UnrealIRCd as a service. Go to the Unreal directory with a command prompt, and type "unreal stop", then "wircd.exe", and that window should appear.
Thank you very much man :D :D.
Thats helps alot.

But now is the question how do i make myself admin what need i to type in my config file?

Posted: Sat Nov 25, 2006 4:49 pm
by Jobe
I suggest you start by reading the example.conf file completly AND by having a look at http://www.vulnscan.org/UnrealIRCd/unre ... #operblock

Posted: Sun Nov 26, 2006 2:16 pm
by Juje007
Jobe1986 wrote:I suggest you start by reading the example.conf file completly AND by having a look at http://www.vulnscan.org/UnrealIRCd/unre ... #operblock
I know that but i dont understand it and wen i typ /oper myname password he say "No O-lines for your host" but i have o line's in my config file so i dont understand it and what need i type here

Code: Select all

oper bobsmith {
	class clients;
	from {
		userhost [email protected];
		userhost [email protected];
	};
	password "f00";
	flags {
		netadmin;
		can_gkline;
		can_gzline;
		can_zline;
		can_restart;
		can_die;
		global;
	};
	swhois "Voorbeeld van een whois mask";
	snomask frebWqFv;
};
On the section userhost? my ip from mIRC or what else.

Posted: Sun Nov 26, 2006 3:15 pm
by Jobe
For the userhost value i would reccomend somthing like *@yourip Where yourip is the IP your IRCd sees you as connectint from. So for example to find that out you can connect to your IRCd and type /userip YOURNICK and that should tell you your IP.