Page 1 of 1

password

Posted: Sun Mar 13, 2005 6:24 pm
by lynden
hey,how can i set up a pass on my irc server alltogether thanx

Posted: Sun Mar 13, 2005 6:59 pm
by Dukat
Add a password to your allow block.
http://www.vulnscan.org/UnrealIRCd/unre ... allowblock

Posted: Sun Mar 13, 2005 7:00 pm
by lynden
i dont get that is there an easier way just to set pass on the serveR?

Posted: Sun Mar 13, 2005 7:04 pm
by Dukat
Why not? You just have to add one line to your unrealircd.conf file and /rehash... Very easy... There is no easier way.

Posted: Sun Mar 13, 2005 7:31 pm
by lynden
allow {
ip <user@ip-connection-mask>;
hostname <[email protected]>;
class <connection-class>;
password <yoo> { <auth-type>; };
maxperip <1>;
redirect-server <server-to-forward-to>;
redirect-port <port-to-forward-to>;
options {
<option>;
<option>;
...
};
};


says there an error could some one fill it o make it simple for me to paste in my cfg ty

Posted: Sun Mar 13, 2005 7:47 pm
by Dukat
just modify your existing allow block...

Posted: Sun Mar 13, 2005 8:06 pm
by lynden
allow {
ip <*@*>;
hostname <*@*>;
class <connection-class>;
password <lol> { <auth-type>; };
maxperip <1>;

};
};

why doesnt this work? cant connec to the irc..

Unable to connect to server (Connection refused)

Posted: Sun Mar 13, 2005 8:26 pm
by Dukat
Did you configure your unrealircd yourself?
This is not how the configuration file works... Have a look at the example.conf in the doc/ dir... You have to place real values at the place of the <>'s...