Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: HELP How I fix this ERROR: Closing link: (unknown@server.sfla.fortatrust.com)  (Read 3614 times)

0 Members and 1 Guest are viewing this topic.

kenji

  • Anope User
  • Offline Offline
  • Posts: 1

http://prntscr.com/9nm8np <- printscreen

I don't now how I can possible to fix this.

I'm using anope 2.0.2 + inspircd 2.0.20

this my inspircd.conf https://pastebin.anope.org/index.php?page=viewpaste&id=5c951fe4c3
this my links.conf https://pastebin.anope.org/index.php?page=viewpaste&id=4c70dc8204
this my services.conf https://pastebin.anope.org/index.php?page=viewpaste&id=3723c3f88a

I don't now where is error... :'( :'( :'( :'( :'(
Logged

Nazcar

  • Anope User
  • Offline Offline
  • Posts: 1

You use the same port for users than for servers

 
160
# When linking servers, the OpenSSL and GnuTLS implementations are completely
161
# link-compatible and can be used alongside each other
162
# on each end of the link without any significant issues.
163
# Supported SSL types are: "openssl" and "gnutls".
164
# You must load m_ssl_openssl for OpenSSL or m_ssl_gnutls for GnuTLS.
165
 
166
<bind address="myip" port="6667" type="servers">
167
<bind address="myip" port="6667" type="servers" ssl="openssl">
168
 

change ports to server in inspircd.conf
Logged
Pages: [1]   Go Up