I'm trying to get these two playing nicely. I've got inspircd bound to localhost port 6000:
/stat p: 127.0.0.1:6000 (servers, plaintext)
My link config in inspircd looks like:
<link name="services.myirc.net"
ipaddr="127.0.0.1"
port="6000"
sid="3AX"
allowmask="127.0.0.0/8"
sendpass="pass"
recvpass="pass">
as well as a uline:
<uline server="services.myirc.net" silent="yes">
Now anope is configured with remote server:
RemoteServer 127.0.0.1 6000 "pass"
ServerName "services.myirc.net"
Numeric "3AX"
UseTS6
inspircd runs fine. However anope gives this when I try to launch:
-snip-
[May 27 17:04:03.845541 2012] debug: Received: ÿ
[May 27 17:04:03.845689 2012] debug: unknown message from server (ÿ)
-snip-
[May 27 17:04:03.867728 2012] Read error from server: Broken pipe (error num: 32)
[May 27 17:04:03.867826 2012] debug: Sent: :3AX SQUIT services.myirc.net :Read error from server: Broken pipe (error num: 32)
The interesting thing is that strange character being sent. Not sure what that's all about but it's probably the most helpful info I've got to go on.
Also, with snomask +Cc I don't see any connect notices given by inspircd when services say they connect. Maybe that's just because that's what silent="yes" does in the Uline block.
Thank you for any advice you might have!