Un able to connect to my new IRCd server
Un able to connect to my new IRCd server
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.
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
Why would you set a password for localhost at the first place? Anyway, the password is CaSeSenSitiVe.
Good luck.
Good luck.
Ex Network-Administrator
Re: Un able to connect to my new IRCd server
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?
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
well i dont have a password set
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
Re: Un able to connect to my new IRCd server
Show us ALL the allow blocks (there is at least one with a password!)
Your IP: 
Your Country:

Your Country:

Re: Un able to connect to my new IRCd server
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
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.
Your IP: 
Your Country:

Your Country:

Re: Un able to connect to my new IRCd server
if you want i can supplys the entire confg file ....
i have already had 5 people look it over and say it should work
i have already had 5 people look it over and say it should work
Re: Un able to connect to my new IRCd server
Go to a pastebin and paste all the allowblocks (also the commented one) and the output of /modules there please.
Ex Network-Administrator
Re: Un able to connect to my new IRCd server
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";
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
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;
};
[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
The above allow block matches you by host name. Meaning you must supply the password "kada" to connect.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;
};
Your IP: 
Your Country:

Your Country:

Re: Un able to connect to my new IRCd server
ive tryed that using the syntex "/server -m 127.0.0.1 kada"