Search found 8 matches

by Dyluster
Sat Apr 12, 2025 9:11 am
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

Thank you very much for all. I'll look into those options :)

The server works perfectly for me with bots. The only thing that seems odd is that, for example, when I tried connect on IRCCloud, the other servers connected immediately, but on my SSL server, it connected on the fourth attempt ...
by Dyluster
Fri Apr 11, 2025 2:34 pm
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

Thank you very much.

I have it like this, except that it doesn't usually connect to me on many occasions, and suddenly, for example, through IRSSI, it connects to 6697, but not normally on other clients or web clients adding the port 6697.

So, I don't need to install certbot for SSL?

Another ...
by Dyluster
Fri Apr 11, 2025 11:00 am
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

I've read that for SSL connections to work, you need to install an SSH certificate. I imagine that's why I'm not connecting even though I have the listen block written with 6697, although it still seems strange to me that I can't even connect with 6667 having written on unrealircd.conf

I've read ...
by Dyluster
Fri Apr 11, 2025 12:59 am
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

The problem now is the SSL. It won't connect, with this error message:
Failed to connect - Connection refused


And I have this blocks set:

listen {
ip 127.0.0.1;
port 6667;

}


listen {
ip 127.0.0.1;
port 6697;
options { tls; }
}


I had connected before but now I can't connect either ...
by Dyluster
Fri Apr 11, 2025 12:15 am
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

The error has now been corrected, thank you.
by Dyluster
Thu Apr 10, 2025 11:56 pm
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

This message now appears to me with this change in unrealircd.conf

Attempting to connect to uplink #1 201.46.113.40 (201.46.113.40/6667) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 201.46.113.40:6667
ERROR: Closing Link: services.chatcomunidades.es[ip-201-46-113-40.ipinversa.es ...
by Dyluster
Thu Apr 10, 2025 11:34 pm
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Re: Error linking anope with unrealircd.

Where should I add it? In the incoming block? Is it added the same way as the other listen blocks?
by Dyluster
Thu Apr 10, 2025 9:33 pm
Forum: Generic support
Topic: Error linking anope with unrealircd.
Replies: 11
Views: 29354

Error linking anope with unrealircd.

Hi, after trying various methods for a while, I can't get the anope to link with unrealircd.
The error message is: Attempting to connect to uplink #1 201.46.113.40 (201.46.113.40/6667) with protocol UnrealIRCd 4+
Unable to connect to uplink #1 (201.46.113.40:6667): Connection refused


My unrealircd ...