Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: InspIRCd + Anope 1.7.17  (Read 2986 times)

0 Members and 1 Guest are viewing this topic.

TargetCreationLtd

  • Guest
InspIRCd + Anope 1.7.17
« on: November 06, 2006, 08:47:26 PM »

I'm having problems with InspIRCd with Anope... I get this everytime I run services and /connect:

Code: [Select]
* *** CONNECT: Connecting to server: services.lc.targetcreation.com (72.20.46.202:7050)
* *** LINK: CONNECT: Connection to services.lc.targetcreation.com timed out.
* *** LINK: Connection to 'services.lc.targetcreation.com' failed.


The confs are as follows:

InspIRCd conf:
Code: [Select]
<bind address="72.20.46.202" port="7000" type="clients">
<bind address="72.20.46.202" port="7050" type="servers">
<bind address="72.20.46.202" port="7051" type="servers">

<link name="services.lc.targetcreation.com"
        ipaddr="72.20.46.202"
        port="7050"
        sendpass="p3nguins37"
        recvpass="p3nguins37">

<uline server="services.lc.targetcreation.com">


Anope conf:
Code: [Select]
RemoteServer    72.20.46.202 7050 "p3nguins37"

IRCDModule set to inspircd

What could be the prob? Any help will be greatly appreciated.
Logged

heinz

  • Guest
(No subject)
« Reply #1 on: November 06, 2006, 08:52:15 PM »

You shouldn't be using the IRCd's /connect command for Anope.

Run ./services from the prompt like it says in the documentation :)
Logged
Pages: [1]   Go Up