Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Linking fails. Any idea ?  (Read 3880 times)

0 Members and 1 Guest are viewing this topic.

rastamanx

  • Anope User
  • Offline Offline
  • Posts: 3
Linking fails. Any idea ?
« on: April 12, 2012, 05:12:02 PM »

OS: Linux debian 2.6.32-5-686 #1 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
ircd: Unreal-3.2.9
svcs: anope-1.9.6

Here are my link/ulines blocks from unreal config:
Code: [Select]

link   s3rvices.localdomain.lol
{
   username   user;
   hostname   127.0.0.1;
   port      8910;
   bind-ip      127.0.0.1;
   password-connect   "passwd";
   password-receive   "passwd";
   class      servers;
};

ulines {
   s3rvices.localdomain.lol;
};


/stats C returns:
C user@127.0.0.1 * s3rvices.localdomain.lol 8910 servers

/stats U returns:
U s3rvices.localdomain.lol

So, link and uline are correctly defined.
Here are my uplink/serverinfo blocks from anope config:

Code: [Select]
uplink
{
   host = "127.0.0.1"
   ipv6 = no
   ssl = no
   port = 8910
   password = "passwd"
}

serverinfo
{
   name = "s3rvices.localdomain.lol"
   description = "Services for LOCAL Networks"
   pid = "services.pid"
   motd = "services.motd"
}


Still, when i start ./services, i get this:


Code: [Select]

Anope 1.9.6 (1), build #4, compiled 19:51:08 Apr 11 2012
Using configuration file /home/user/anope/data/services.conf
Attempting to connect to 127.0.0.1 (127.0.0.1), port 8910
Successfully connected to 127.0.0.1:8910
Error: Link denied (No matching link configuration) [user@127.0.0.1.47491]
Error: Closing Link: [127.0.0.1] (Link denied (No matching link configuration))



I can't see what can't be matching my link configuration.
Any ideas ?
« Last Edit: April 12, 2012, 05:16:05 PM by rastamanx »
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Linking fails. Any idea ?
« Reply #1 on: April 13, 2012, 01:42:59 AM »

in your unreal link block, remove the bind-ip and set the username to "*" without the quotes. /rehash your ircd and try again.
Logged

rastamanx

  • Anope User
  • Offline Offline
  • Posts: 3
Re: Linking fails. Any idea ?
« Reply #2 on: April 13, 2012, 03:50:06 AM »

/stats C returns:
C *@127.0.0.1 * s3rvices.localdomain.lol 8910 servers

Still closing link with the same error msg.
I've also tried not removing bind-ip, but using bind-ip *, same result.
Logged
Pages: [1]   Go Up