Page 1 of 1
Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 10:39 am
by sahkahnah
Un able to connect to my new IRCd server, i have read all the documentation i can find, fully configured my server to the best of my abbilitys have it running anope 1.7 and have no errors in anope or with unreal.
it will not let my connect to my server and tells me password mismatched.
the following message is ecactly what it gives me.
*Connecting to 127.0.0.1 (6667)
-
-irc-kada-alliance.hopto.org- *** Locking up your Hostname...
-
-irc-kada-alliance.hopto.org- *** Found your Hostname...
-
Closing Link: sahkahnah[localhost] (password mismatch)
-
*Disconnedted
-
*Connecting retry #1 127.0.0.1 (6667)
-
-irc-kada-alliance.hopto.org- *** Locking up your Hostname...
-
-irc-kada-alliance.hopto.org- *** Found your Hostname...
-
Closing Link: sahkahnah[localhost] (password mismatch)
-
*Disconnedted
-
it will consectutivly do that and i don't know why. I have consulted some support sites and IRC server support channels and they can help me.
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:03 am
by Casper
Why would you set a password for localhost at the first place? Anyway, the password is CaSeSenSitiVe.
Good luck.
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:29 am
by sahkahnah
the thing is i havent set a password for the localhost .......
and if i did by accident whats the syntax for it in the confg file?
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:43 am
by Casper
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:52 am
by sahkahnah
well i dont have a password set
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 4:30 pm
by Jobe
Show us ALL the allow blocks (there is at least one with a password!)
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 7:36 pm
by sahkahnah
my other one is commented out so its not used i only have that 1 active allow block...... is the the problem?
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 7:47 pm
by Jobe
Whate ever you say "Closing Link: sahkahnah[localhost] (password mismatch)" means there is either A) a module or B) an allow block that REQUIRES a password that you either A) didnt provide or B) didnt get right.
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 7:49 pm
by sahkahnah
if you want i can supplys the entire confg file ....
i have already had 5 people look it over and say it should work
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 8:18 pm
by Casper
Go to a pastebin and paste all the allowblocks (also the commented one) and the output of /modules there please.
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 8:50 pm
by sahkahnah
i dont know where and or how to get to the pastbin so here it is here but much
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
/* Passworded allow line */
allow {
ip *@255.255.255.255;
hostname *@*;
class clients;
password "kada";
maxperip 1;
};
also im not sure of what you mean by the modules out but here are the modules im using.
*
* UnrealIRCd supports modules, loading some of them is required.
* You need at least the commands module and a cloaking module.
*/
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";
/* FOR Windows, uncomment the following 2 lines: */
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 9:25 pm
by sahkahnah
i have just started getting a new random error message in the error log and i havent changed any thing.....
[error] unrealircd.conf:318: link: bogus server name
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
line 318 is right here
link localhost
{
username *;
hostname localhost;
bind-ip *;
port 8067;
hub *;
password-connect "2422421783";
password-receive "2422421783";
class servers;
};
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:07 pm
by Jobe
sahkahnah wrote:i dont know where and or how to get to the pastbin so here it is here but much
/* Passworded allow line */
allow {
ip *@255.255.255.255;
hostname *@*;
class clients;
password "kada";
maxperip 1;
};
The above allow block matches you by host name. Meaning you must supply the password "kada" to connect.
Re: Un able to connect to my new IRCd server
Posted: Wed May 21, 2008 11:42 pm
by sahkahnah
ive tryed that using the syntex "/server -m 127.0.0.1 kada"