Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Lost connection from uplink  (Read 1469 times)

0 Members and 1 Guest are viewing this topic.

Arno

  • Anope User
  • Offline Offline
  • Posts: 5
Lost connection from uplink
« 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?
Logged
Pages: [1]   Go Up