password

These are old archives. They are kept for historic purposes only.
Post Reply
lynden
Posts: 16
Joined: Fri Mar 04, 2005 6:45 am

password

Post by lynden »

hey,how can i set up a pass on my irc server alltogether thanx
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Add a password to your allow block.
http://www.vulnscan.org/UnrealIRCd/unre ... allowblock
lynden
Posts: 16
Joined: Fri Mar 04, 2005 6:45 am

Post by lynden »

i dont get that is there an easier way just to set pass on the serveR?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
lynden
Posts: 16
Joined: Fri Mar 04, 2005 6:45 am

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

just modify your existing allow block...
lynden
Posts: 16
Joined: Fri Mar 04, 2005 6:45 am

Post 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)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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...
Post Reply