Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Problème de Link Anope 2.0.7 et unreal 5.0.4  (Read 5560 times)

0 Members and 1 Guest are viewing this topic.

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Problème de Link Anope 2.0.7 et unreal 5.0.4
« on: May 17, 2020, 06:01:00 PM »

Bonjour j'utilisais les anciens services anopes avec un ancien unreal. j'ai voulu changer pour passer à du plus récent (j'ai galérer un peu j'avoue)
Le serveur fonctionne nickel mais j'ai ce souci la avec les services anope :


ERROR: Link denied (No link block found named 'services.Nomdemonservice.fr' or link::incoming::mask did not match your IP 00.000.000.00) [@00.000.000.00.56590]
ERROR: Closing Link: [00.000.000.00] (Link denied (No link block found with your server name or link::incoming::mask did not match))

Si quelqu'un a une solution je suis preneur.

Merci à tous :)
Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #1 on: May 26, 2020, 11:37:02 PM »

Bon j'avance un peu finalement... voici mon nouveau problème :

[May 26 18:31:54 2020] Attempting to connect to uplink #1 **.***.***.** (**.***.***.**), port 7000
[May 26 18:31:54 2020] Unable to connect to uplink #1 (**.***.***.**:7000): Connection refused
[May 26 18:31:54 2020] Unable to connect to any uplink
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #2 on: May 26, 2020, 11:57:42 PM »

check if the port is open.
you can use either
$ netstat -anp | grep 7000
or check what /stats P says to you on irc.

probably you bind to a diff ip than what you are trying to connect to.

---- google translate too french .. -----
vérifiez si le port est ouvert.
vous pouvez utiliser soit
$ netstat -anp | grep 7000
ou vérifiez ce que /stats P vous dit sur irc.

vous vous connectez probablement à une adresse IP différente de celle à laquelle vous essayez de vous connecter.
Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #3 on: May 30, 2020, 09:32:04 PM »

This is what Stats P return to me

*** Listener on *:6900 (IPv6): has 0 client(s), options: serversonly tls
*** Listener on *:6900 (IPv4): has 0 client(s), options: serversonly tls
*** Listener on *:6697 (IPv6): has 0 client(s), options: tls
*** Listener on *:6697 (IPv4): has 1 client(s), options: tls
*** Listener on *:6667 (IPv6): has 0 client(s), options: plaintext
*** Listener on *:6667 (IPv4): has 3 client(s), options: plaintext

My services will be connect on port 7000

I had test on 6667 but it say me :

"Check that you are not connecting Anope to an SSL enabled port without configuring SSL in Anope (or vice versa)"  :o :o :o
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #4 on: May 30, 2020, 09:42:54 PM »

hoi.
so.. if you want to link your services to ircd via port 7000, you need to have a listen block for it.

according to your /stats P, you dont have only port 6900 ready for server connection, but with ssl.
(ssl == tls)

so..  two things which you can do:
1, remove tls from the port 6900 and try to link on localhost (127.0.0.1)
2, add a listen block with port 7000 (of course dont use tls option, just serversonly)

Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #5 on: May 30, 2020, 10:10:18 PM »

Hum ok i will test that tomorrow. After sleeping its better lol.

I will come here to say you if there are problem again.

Just now, server say me that : ERROR: Closing Link: services.ChatLesAmiZ.fr[127.0.0.1] (Server using old unsupported protocol from UnrealIRCd 3.2.x or earlier. See https://www.unrealircd.org/docs/FAQ#old-server-protocol)


But i use the last Unreal and the last anope service... I check tomorrow for the error.

Thanks for your help ! (and sorry for my bad english ;) )

Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #6 on: May 30, 2020, 10:18:25 PM »

no worries for english, you are in a french topic.. i just cant speak it, so eng fits me more. ( or i could just google translate.. but.. :) )

about the protocol:
for unreal5 you need to use unreal4 in anope.

Quote
UnrealIRCd 5 is compatible with the following services:
anope (version 2.0.7 or higher) - with the "unreal4" protocol module

:)
Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #7 on: May 31, 2020, 10:05:02 AM »

Hi.

So i need to install unreal 4, check for the module and put it on unreal 5 ?

That's it ?

Thx for your help ;)
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #8 on: May 31, 2020, 11:19:54 AM »

no.
who said that?:D
i told you to set the module in anope to unreal4.

look: https://github.com/anope/anope/blob/c327d1aeefb372cff4dce26e482a8f087f871b71/data/example.conf#L247-L285
and:
Quote
UnrealIRCd 5 is compatible with the following services:
anope (version 2.0.7 or higher) - with the "unreal4" protocol module

Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #9 on: June 02, 2020, 01:41:06 PM »

The meaning of the quote part of documentation is: "if you use unreal4 or higher, you must choose unreal4 as protocol".
This means that protocol "unreal" is for unreal versions up to 3.x

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #10 on: June 02, 2020, 02:30:36 PM »

the above quote from the unrealircd page
Quote
UnrealIRCd 5 is compatible with the following services:
anope (version 2.0.7 or higher) - with the "unreal4" protocol module
means, that unrealircd v5.* needs at least v2.0.7 anope, with protocol module unreal4.

the github part means:
Quote
*  - unreal (for 3.2.x)
*  - unreal4
unreal module is for unrealircd v3.2.*
(and probably unreal4 is for unrealircd v4.* and v5.*) (and not probably, just the hints are a little bit missleading)

since you have unrealircd v5.0.4, idk why we are still talking about this. :)
Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #11 on: June 05, 2020, 06:05:29 PM »

ok sorry for the time of my request (baby boy come the 1st oh june :p )

I try it this Week End Lord255

merci Crazycat, je vais regarder tout ça si je trouve du temps avec l'arrivée de Bébé lol.

Après tant que mes eggdrop fonctionne (grace à votre aide sur eggdrop.fr) ça me va :p
Logged

mcsaturn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Problème de Link Anope 2.0.7 et unreal 5.0.4
« Reply #12 on: June 05, 2020, 06:11:52 PM »

Alleluiaaaaaa merci à vous

Thanksss a lot !

I put unreal and not unreal4 so the services doesn't work.

You're my hero lol

Now i need to found other problem

[19:09:59]Snoticeirc.ChatLesAmiZ.fr WHO request 'WHO +Mm o' changed to match new WHOX syntax: 'WHO o Mm'
Logged
Pages: [1]   Go Up