Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Arno on February 11, 2023, 06:09:43 PM

Title: Lost connection from uplink
Post by: Arno on February 11, 2023, 06:09:43 PM
Hi,

When trying to setup an IRC network the following error occurs:

Attempting to connect to uplink #1 192.168.s.s (192.168.s.s), port 7000
Successfully connected to uplink #1 192.168.s.s:7000
Lost connection from uplink #1 (192.168.s.s:7000): Connection reset by peer
Check that you have loaded m_spanningtree.so on InspIRCd, and are not connecting Anope to an SSL enabled port without configuring SSL in Anope (or vice versa)

In services.conf on 192.168.c.c (IRC server IRC clients connect to)

uplink
{
...
ssl = no
...
}

In services.conf on 192.168.s.s (Anope services server)
uplink
{
...
host = 192.168.s.s
ssl = no
...
}

All servers are on same local subnet.
loaded m_spanningtree.so on InspIRCd, Yes

How can this error be solved?