|
|
| Author |
Message |
webcoder Lurker

Joined: 28 Feb 2008 Posts: 162 Location: Florida
|
Posted: Jul 30, 2009 12:16pm Post subject: InspIRCd linking problem |
|
|
Hello,
I'm having an issue getting 2 Inspircd servers to link together, I'm not getting any error message, and the ports are open, heres the link lines
Server A
| Code: | <link name="montreal.ca.xalaris.net"
ipaddr="67.43.238.228"
port="7024"
sendpass="password1"
recvpass="password2">
|
Server B
| Code: |
<link name="primary.hub.xalaris.net"
ipaddr="72.14.179.171"
port="7024"
autoconnect="60"
sendpass="password1"
recvpass="password2">
|
Any suggestions?
Thanks,
webcoder |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1604 Location: Somewhere you're not.
|
Posted: Jul 30, 2009 1:22pm Post subject: |
|
|
| it's your passwords. The recv password for 1 should be the send password for the other and vice versa. |
|
| Back to top |
|
 |
Ed_Gein none

Joined: 14 Sep 2005 Posts: 15 Location: Hempville USA
|
Posted: Jul 30, 2009 2:46pm Post subject: |
|
|
| katsklaw wrote: | | it's your passwords. The recv password for 1 should be the send password for the other and vice versa. |
yuh what he said |
|
| Back to top |
|
 |
webcoder Lurker

Joined: 28 Feb 2008 Posts: 162 Location: Florida
|
Posted: Jul 30, 2009 4:59pm Post subject: |
|
|
| Ed_Gein wrote: | | katsklaw wrote: | | it's your passwords. The recv password for 1 should be the send password for the other and vice versa. |
yuh what he said |
yah i figured that out lol...
by chance, anyone use IRCDefender? I got it installed, but when I try to run it, I get this
| Quote: | Creating socket...
Bound to ip address: 72.14.179.171
Connecting to primary.hub.xalaris.net:7024...
Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/Socket.pm line 373.
|
any ideas? |
|
| Back to top |
|
 |
|