Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: debug: Received: ERROR :Link denied (No matching link confi  (Read 11305 times)

0 Members and 1 Guest are viewing this topic.

guanaco

  • Guest

Apr 30 23:39:01.708478 2006] debug: Received: :Tusell.Networks NOTICE AUTH :*** Found yo
ur hostname (cached)
[Apr 30 23:39:01.709093 2006] debug: Received: ERROR :Link denied (No matching link confi
guration) [@127.0.0.1.36538]
[Apr 30 23:39:01.709178 2006] debug: Link denied (No matching link configuration) [@127.0
.0.1.36538]
[Apr 30 23:39:01.709815 2006] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link den
ied (No matching link configuration))
[Apr 30 23:39:01.709898 2006] debug: Closing Link: [127.0.0.1] (Link denied (No matching
link configuration))

How should I fix this?

/---------unrealircd.conf----------/
link services.tusell
        {
            username        *;
            hostname        localhost;
            bind-ip         *;
            port            6665;
            hub             *;
            password-connect "mypass";
            password-receive "mypass";
            class           servers;
        };
ulines {
   services.tusell;

/---------services.conf---------/
RemoteServer    localhost 6665 "mypass"
ServerName  "services.tusel"

PLEASE HELP ME
Logged

lonewolf

  • Guest
(No subject)
« Reply #1 on: May 01, 2006, 07:23:14 AM »

Try 127.0.0.1

i guess
ulines {
services.tusell;

/---------services.conf---------/

is a typo?

ulines {
services.tusell;
}; <-------------------------- ?

/---------services.conf---------/
Logged

guanaco

  • Guest
(No subject)
« Reply #2 on: May 01, 2006, 07:31:43 AM »

it did not work either... I guess that in the ulines you put the name of the server... but with the ip didnt work either... any other idea?

Thanks for your help in advance
Logged

guanaco

  • Guest
(No subject)
« Reply #3 on: May 01, 2006, 07:33:39 AM »

regarding }; YES, it was a typo... sorry for that

ulines {
services.tusell;
}; <-------this is what I have on my unrealircd.conf
Logged

lonewolf

  • Guest
(No subject)
« Reply #4 on: May 01, 2006, 07:35:21 AM »

link services.tusell
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6665;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
};

ulines {
services.tusell;
};

-------------------
services.conf

RemoteServer 127.0.0.1 6665 "mypass"
ServerName "services.tusel"
Logged

lonewolf

  • Guest
(No subject)
« Reply #5 on: May 01, 2006, 07:39:59 AM »

Damn, i must be sleeping :s its 8.13 in the morning here... hehe

RemoteServer 127.0.0.1 6665 "mypass"
ServerName "services.tusel" <------------ put 2 l's there :p

tusell

/me looking up bedroom
Logged

guanaco

  • Guest
(No subject)
« Reply #6 on: May 01, 2006, 07:55:14 AM »

done that way... same error message ='(

I am getting frustrated! I have almost 2 weeks trying already ='(

Thanks for your help lonewolf. Hope anybody can see the problem and let me know
Logged

guanaco

  • Guest
(No subject)
« Reply #7 on: May 01, 2006, 09:15:32 AM »

fixed it by with help from irc.anope.org... thanks Eddie
Logged

pipo

  • Guest
(No subject)
« Reply #8 on: May 23, 2006, 09:21:50 AM »

Quote
Originally posted by guanaco
fixed it by with help from irc.anope.org... thanks Eddie


I have the same problem, can you tell me how you fixed it please?

thanks
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #9 on: May 23, 2006, 09:28:29 AM »

http://www.anope.org/~heinz/ilm.php or join irc.anope.org #anope
Logged
Pages: [1]   Go Up