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