Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Link error?  (Read 8208 times)

0 Members and 1 Guest are viewing this topic.

drizz

  • Anope User
  • Offline Offline
  • Posts: 1
Link error?
« on: July 22, 2008, 04:15:52 PM »

mjello.. actually, i go straight to the point..

wheres the error? i don't get it, im new to this..

Code: [Select]
http://pastebin.com/m2cbb9831 (to big, so had to move it to pastebin)
thats the debug log...

services.conf:
Code: [Select]
RemoteServer    127.0.0.1 6667 "pass"
ServerName  "services.localhost.net"

unrealircd.conf:
Code: [Select]
link services.localhost.net
{
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 8067;
password-connect "pass";
password-receive "pass";
class servers;
};

ulines {
services.localhost.net;
};
Logged

ysfm

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • irc.org.tr
Re: Link error?
« Reply #1 on: July 22, 2008, 09:01:47 PM »

check port number

services connection port 6667 but unreal allowed port 8067
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Link error?
« Reply #2 on: July 22, 2008, 09:05:57 PM »

The port in the link block is ignored for incoming connections, it's only used to connect TO another server. Same applies for bind-ip.

Either way, the log file disagrees with the config. So chances are you're editing the wrong files?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/
Pages: [1]   Go Up