Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Your IRCD's link block may not setup correctly  (Read 5916 times)

0 Members and 1 Guest are viewing this topic.

Richie

  • Guest
Your IRCD's link block may not setup correctly
« on: September 04, 2007, 07:02:45 PM »

Hi, i'm trying to get the services working with unreal but when starting the services im getting this error in the log file:

Code: [Select]
[Sep 04 18:56:41 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Sep 04 18:56:41 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Sep 04 18:56:41 2007] Read error from server: Success (error num: 0)
[Sep 04 18:56:41 2007] [cs_appendtopic] Unloaded successfully
[Sep 04 18:56:41 2007] hs_request un-loaded


My link block is here:

Code: [Select]
link            services.localhost.net
{
username *;
hostname 212.159.113.88;
bind-ip *;
port 7000;
hub *;
password-connect "PASSWORD";
password-receive "PASSWORD";
class servers;
};


Can anyone help me solve the problem? Thanks
Logged

Armadillo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 72
    • http://www.penguinfriends.org
(No subject)
« Reply #1 on: September 04, 2007, 07:06:30 PM »

hostname and bind-ip have to be "127.0.0.1" when you're running services and the unrealircd on the same server!

[Bearbeitet am 4-9-2007 von Armadillo]
Logged
IRC-Network: irc.PenguinFriends.org | Website: www.PenguinFriends.org
Anope: 1.9.9 | InspIRCd: 2.0

Richie

  • Guest
(No subject)
« Reply #2 on: September 04, 2007, 07:15:52 PM »

Thank you. Worked a treat ^^
Logged
Pages: [1]   Go Up