Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Connection reset by peer. Need some help plz!  (Read 14360 times)

0 Members and 1 Guest are viewing this topic.

subbor

  • Guest
Connection reset by peer. Need some help plz!
« 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
Logged

BigBen

  • Anope User
  • Offline Offline
  • Posts: 79
(No subject)
« Reply #1 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
Logged

katsklaw

  • Guest
(No subject)
« Reply #2 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
Logged

BigBen

  • Anope User
  • Offline Offline
  • Posts: 79
(No subject)
« Reply #3 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;
};
};
Logged

heinz

  • Guest
(No subject)
« Reply #4 on: December 20, 2006, 11:38:49 PM »

You shouldn't enable zip in a link block for Anope.
Logged

BigBen

  • Anope User
  • Offline Offline
  • Posts: 79
(No subject)
« Reply #5 on: December 20, 2006, 11:45:20 PM »

well, i have it enabled, and it still works
Logged

heinz

  • Guest
(No subject)
« Reply #6 on: December 21, 2006, 12:03:37 AM »

It doesn't do anything, and it's not needed at all.
Logged

subbor

  • Guest
(No subject)
« Reply #7 on: December 21, 2006, 06:28:03 PM »

problem solved thanks a lot!!!
Logged

tempest

  • Guest
(No subject)
« Reply #8 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.
Logged

BigBen

  • Anope User
  • Offline Offline
  • Posts: 79
(No subject)
« Reply #9 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.
Logged

subbor

  • Guest
(No subject)
« Reply #10 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
Logged

djGrrr

  • Anope User
  • Offline Offline
  • Posts: 51
    • http://www.p2p-network.net/
(No subject)
« Reply #11 on: December 28, 2006, 02:24:18 PM »

edit: nvm

[Edited on 28-12-2006 by djGrrr]
Logged
P2P-NET Network Staff
Pages: [1]   Go Up