Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: subbor on December 20, 2006, 09:58:28 PM

Title: Connection reset by peer. Need some help plz!
Post by: subbor on December 20, 2006, 09:58:28 PM
hi everybody,
when i type ./services anope doesnt give a syntax error,
but the log file says;

[Dec 20 22:06:45 2006] Anope 1.6.5 (1197) (compiled for UnrealIRCd 3.1.1+) starting up
[Dec 20 22:06:45 2006] Attempting to load V3 HS Database
[Dec 20 22:06:45 2006] Databases loaded
[Dec 20 22:06:45 2006] Connected to Server 1 (10.0.0.202:7029)
[Dec 20 22:06:50 2006] FATAL: Remote server returned: ERROR :Link denied (No matching link configuration) [@10.0.0.202.34035]
[Dec 20 22:14:23 2006] Anope 1.6.5 (1197) (compiled for UnrealIRCd 3.1.1+) starting up
[Dec 20 22:14:23 2006] Attempting to load V3 HS Database
[Dec 20 22:14:23 2006] Databases loaded
[Dec 20 22:14:23 2006] Connected to Server 1 (10.0.0.202:7029)
[Dec 20 22:14:28 2006] Read error from server: Connection reset by peer


nothing else:/

does anybody has a solution?

thanks for you reaction;

Subbor
Title:
Post by: BigBen on December 20, 2006, 10:13:24 PM
u should have the right ip adderss on it, or u can use 127.0.0.0
Title:
Post by: katsklaw on December 20, 2006, 10:53:19 PM
Quote
Originally posted by BigBen
u should have the right ip adderss on it, or u can use 127.0.0.0


1> it would be 127.0.0.1 not .0
2> 10.0.0.202 is a perfectly valid IP
3> The error says "no link block", which means that services is named differently that the C/N line or link block.

Check the link block name to insure it looks exactly like ServerName in the services.conf file
Title:
Post by: BigBen on December 20, 2006, 11:04:22 PM
if u have Unreal, set:

link            services.yourservername.com
{
   username   *;
   hostname    ipnumber;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "LiNk";
   password-receive "LiNk";
   class           servers;
      options {
         /* Note: You should not use autoconnect when linking services */
            zip;
};
};
Title:
Post by: heinz on December 20, 2006, 11:38:49 PM
You shouldn't enable zip in a link block for Anope.
Title:
Post by: BigBen on December 20, 2006, 11:45:20 PM
well, i have it enabled, and it still works
Title:
Post by: heinz on December 21, 2006, 12:03:37 AM
It doesn't do anything, and it's not needed at all.
Title:
Post by: subbor on December 21, 2006, 06:28:03 PM
problem solved thanks a lot!!!
Title:
Post by: tempest on December 25, 2006, 11:22:15 PM
I'm having the same problem so I would really appreciate if you could tell me how you solved it.

Thank You.
Title:
Post by: BigBen on December 25, 2006, 11:34:25 PM
if u have Unreal, set: ( if u had the same problem  look under )

link services.yourservername.com
{
username *;
hostname ipnumber;
bind-ip *;
port 6667;
hub *;
password-connect "LiNk";
password-receive "LiNk";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
};
};

Plus it would help if u tell us what is causeing it.
Title:
Post by: subbor on December 28, 2006, 12:10:50 AM
oke, i just added hub *; to my block,
and setted username *;
i dont know which of the changes is the critical but i should change them both if i where u...

i hope you are getting a little bit further with this answer,
i did..

anope is working fine btwXD

bye
Title:
Post by: djGrrr on December 28, 2006, 02:24:18 PM
edit: nvm

[Edited on 28-12-2006 by djGrrr]