Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: GRMrGecko on June 10, 2008, 08:17:51 AM

Title: Anope problem with InspIRCd
Post by: GRMrGecko on June 10, 2008, 08:17:51 AM
I am having a problem with Anope IRC and InspIRCd.
For some reason it connects and than disconnects.
I attached the log/configure files for InspIRCd and Anope.
Title:
Post by: Jan Milants on June 10, 2008, 10:27:54 AM
you are trying to connect services to a port which is not set as to accept servers...
and to add to that, you do not have the spanningtree module loaded which inspircd requires to link to other servers.

http://inspircd.org/wiki/Linking_To_Other_Servers

[Edited on 10-6-2008 by Viper]
Title:
Post by: GRMrGecko on June 10, 2008, 11:44:36 PM
I am still receiving the same error.
I set LocalAddress to LocalAddress   localhost 7774
and remoteserver to RemoteServer    example.com 7775 "mypass"

I added <module name="m_spanningtree.so">
and
<type name="servers" classes="All" host="*@*">
<link name="example.com"
      ipaddr="127.0.0.1"
      port="7775"
      autoconnect="60"
      failover="localhost"
      sendpass="mypass"
      recvpass="mypass">
<bind address="" port="7775" type="servers">
<uline server="example.com">