Un able to connect to my new IRCd server

These are old archives. They are kept for historic purposes only.
Post Reply
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Un able to connect to my new IRCd server

Post 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.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Un able to connect to my new IRCd server

Post by Casper »

Why would you set a password for localhost at the first place? Anyway, the password is CaSeSenSitiVe.

Good luck.
Ex Network-Administrator
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post 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?
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Un able to connect to my new IRCd server

Post by Casper »

In the allowblock
Ex Network-Administrator
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post by sahkahnah »

well i dont have a password set


allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Un able to connect to my new IRCd server

Post by Jobe »

Show us ALL the allow blocks (there is at least one with a password!)
Your IP: Image
Your Country: Image
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post by sahkahnah »

my other one is commented out so its not used i only have that 1 active allow block...... is the the problem?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Un able to connect to my new IRCd server

Post 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.
Your IP: Image
Your Country: Image
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post 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
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Un able to connect to my new IRCd server

Post by Casper »

Go to a pastebin and paste all the allowblocks (also the commented one) and the output of /modules there please.
Ex Network-Administrator
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post 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";
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post 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;
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Un able to connect to my new IRCd server

Post 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.
Your IP: Image
Your Country: Image
sahkahnah
Posts: 8
Joined: Wed May 21, 2008 10:23 am

Re: Un able to connect to my new IRCd server

Post by sahkahnah »

ive tryed that using the syntex "/server -m 127.0.0.1 kada"
Post Reply