Link denied (Authentication failed [Bad password?])

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Link denied (Authentication failed [Bad password?])

Post by Slotty »

Good evening,
now I'm sitting hours on one problem, everytime, I want to start my services (anope-1.6.4 / I tried anope-1.7.14, too), they aren't allowed to link with the following error:
[21:35] ••• (s) LocOps -- Link denied (Authentication failed [Bad password?]) [@217.79.182.xx.4267]
But my Passwords are the same and I wrote the config several times (from other sources, too), but everytime there is the error. Several other threads couldn't help, either.
I'll hope, somebody at this board can help me. :)

Here is my unrealircd.conf:
listen *:6667
{
options
{
ssl;
clientsonly;
};
};

listen *:1278 {
options {
serversonly;
};
};

link services.xyz.com {
username *;
hostname 217.79.182.xx; // Your service server IP
port 1278;
bind-ip *;
password-connect "services";
password-receive "services";
class servers;
};


ulines {
services.xyz.com;
};
[...]
set {
services-server "services.xyz.com";
};
And my services.conf:
RemoteServer services.xyz.com 1278 "services"

ServerName "services.xyz.com"
ServerDesc "Services for IRC Networks"
ServiceUser "[email protected]
Has anybody got an idea, what I've made wrong?

Thanks in advance,
Slotty
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Just a random suggestion. Have you made sure to rehash your IRC server before trying to connect the services?
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Post by Slotty »

Jobe1986 wrote:Just a random suggestion. Have you made sure to rehash your IRC server before trying to connect the services?
Yes, thousand times, without problems.
Last edited by Slotty on Fri May 19, 2006 1:57 pm, edited 1 time in total.
don_will
Posts: 7
Joined: Tue Feb 28, 2006 11:26 am
Location: Delhi
Contact:

Post by don_will »

[21:35] ••• (s) LocOps -- Link denied (Authentication failed [Bad password?]) [@217.79.182.xx.4267]
RemoteServer services.xyz.com 1278 "services"

Use another password and restart your IRCD.
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Post by Slotty »

don_will wrote:
[21:35] ••• (s) LocOps -- Link denied (Authentication failed [Bad password?]) [@217.79.182.xx.4267]
RemoteServer services.xyz.com 1278 "services"

Use another password and restart your IRCD.
Did not help. It's really weird. :(
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

1. Remove -

Code: Select all

        options {
                serversonly;
        }
2. Rehash server.

3. Re-link services.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Post by Slotty »

Again the same error. :(
don_will
Posts: 7
Joined: Tue Feb 28, 2006 11:26 am
Location: Delhi
Contact:

Post by don_will »

[21:35] ••• (s) LocOps -- Link denied (Authentication failed [Bad password?]) [@217.79.182.xx.4267]
RemoteServer services.xyz.com 1278 "services"
Slotty do it like this : Change your Services Link Password and check all the config like PORT , Services name , SERVER IP e.t.c
RemoteServer services.xyz.com 1278 "password"
And after u change ur services link password please restart your IRCD and tgry to up services.
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Post by Slotty »

I did it serveral times. I can also connect manually to the linked server with mIRC. Is there an encryption or something like that?
I can post my config-files or give you the adress, if you don't trust me.

Here is my log-file of anope:
[May 19 19:12:44 2006] Connected to Server 1 (anope.ath.cx:1278)
[May 19 19:12:44 2006] Read error from server: Connection reset by peer
[May 19 19:14:03 2006] Anope 1.6.4 (874) (compiled for UltimateIRCd 3.0.0.a26+) starting up
[May 19 19:14:03 2006] Attempting to load V3 HS Database
[May 19 19:14:03 2006] Databases loaded
[May 19 19:14:03 2006] Connected to Server 1 (anope.ath.cx:1278)
[May 19 19:14:03 2006] Read error from server: Broken pipe
[May 19 19:16:14 2006] Anope 1.6.4 (874) (compiled for UltimateIRCd 3.0.0.a26+) starting up
[May 19 19:16:14 2006] Attempting to load V3 HS Database
[May 19 19:16:14 2006] Databases loaded
[May 19 19:16:14 2006] Connected to Server 1 (anope.ath.cx:1278)
[May 19 19:16:14 2006] Read error from server: Broken pipe
[May 19 19:16:51 2006] Anope 1.6.4 (874) (compiled for UltimateIRCd 3.0.0.a26+) starting up
[May 19 19:16:51 2006] Attempting to load V3 HS Database
[May 19 19:16:51 2006] Databases loaded
[May 19 19:16:51 2006] Connected to Server 1 (anope.ath.cx:1278)
[May 19 19:16:52 2006] Read error from server: No such file or directory
It seems to me, that it gives out a random message. ;)

Thank you for your patience.
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

try an IP instead of hostname.
Slotty
Posts: 6
Joined: Thu May 18, 2006 7:40 pm

Post by Slotty »

tdw wrote:try an IP instead of hostname.
Same error again. :(
By-and-by I feel like an idiot.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: Link denied (Authentication failed [Bad password?])

Post by SpaceDoG »

listen *:6667 {
options {
ssl;
clientsonly;
};
};

listen *:1278 {
options {
serversonly;
};
};

link services.xyz.com {
username *;
hostname *; // Your service server IP
port 1278;
bind-ip *;
password-connect "services";
password-receive "services";
class servers;
};


ulines {
services.xyz.com;
};
RemoteServer localhost 1278 "services"

ServerName "services.xyz.com"
ServerDesc "Services for IRC Networks"
ServiceUser "[email protected]"
I'll check my config when I get the chance and post it for ya. Something else you can do is run your server through port 6667.
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Re: Link denied (Authentication failed [Bad password?])

Post by Grunt »

Slotty wrote:And my services.conf:
RemoteServer services.xyz.com 1278 "services"
CHANGE "services.xyz.com" TO THE HOSTNAME OR IP OF YOUR IRCD!!!
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Locked