Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: anope error: link denied  (Read 5742 times)

0 Members and 1 Guest are viewing this topic.

loek hendriks

  • Anope User
  • Offline Offline
  • Posts: 1
anope error: link denied
« on: June 16, 2012, 06:16:36 PM »

I get this error
(Anope 1.9.6 <1>, build #2, compiled 15:52:02 Feb 3 2012
Using configuration file C:\Program Files <x89>\Anope\data\services.conf
Attempting to connect to 127.0.0.1 <127.0.0.1>, port 6667
Successfully connected to 127.0.0.1:6667
Error: Link denied <no matching link configuration> [@127.0.0.1.23333]
Error Closing Lick: [127.0.0.1] <Link denied <No matching link configuration>> )

Unrealircd 3.2.9
anope 1.9.6 build 2
windows 7

Unreal.conf
Code: [Select]
listen 127.0.0.1:6667;

link services.dutchepic.no-ip.org
{
      username *;
      hostname 127.0.0.1;
      bind-ip *;
      hub *;
      port 6667;
      password-connect "LinK";
      password-receive "LinK";
      class servers;
};

anope.conf

Code: [Select]
uplink
{
/*
* The IP or hostname of the IRC server you wish to connect Services to.
* Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
*
* NOTE: On some shell providers, this will not be an option.
*/
host = "127.0.0.1"

/*
* Enable if Services should connect using IPv6.
*/
ipv6 = no

/*
* Enable if Services should connect using SSL.
* You must have m_ssl loaded for this to work.
*/
ssl = no

/*
* The port to connect to.
* The IRCd *MUST* be configured to listen on this port, and to accept
* server connections.
*
* Refer to your IRCd documentation for how this is to be done.
*/
port = 6667

/*
* The password to send to the IRC server for authentication.
* This must match the link block on your IRCd.
*
* Refer to your IRCd documentation for more information on link blocks.
*/
password = "LinK"
}

can someone help my?
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: anope error: link denied
« Reply #1 on: June 16, 2012, 06:25:40 PM »

does "name" in services.conf serverinfo block match services.dutchepic.no-ip.org ?
Logged
Pages: [1]   Go Up