Page 1 of 1

Servers Not Linking

Posted: Sun Jul 08, 2012 9:17 pm
by cyptik
I've setup 2 servers im trying to link them together and im having issues it says

** Couldn't connect to IPv6.RAGEnet.org.

*** Couldn't connect to irc.RAGEnet.org.

This is whats in my conf's

link IPv6.RAGEnet.org {
username *;
hostname 62.109.27.57;
bind-ip *;
port 8097;
hub *;
password-connect "LiNk";
password-receive "LiNk";
class servers;
};

This is on my irc. conf

------------------

and this is in my ipv6 conf



link irc.RAGEnet.org {
username *;
hostname 82.118.17.14;
bind-ip *;
port 8067;
hub *;
password-connect "LiNk";
password-receive "LiNk";
class servers;
};



Anybody know why this is happening??? Thanks

Re: Servers Not Linking

Posted: Sun Jul 08, 2012 9:29 pm
by cyptik
i noticed the ports are different but its still not connecting i changed the ports so there the same but still nothing

Re: Servers Not Linking

Posted: Sun Jul 08, 2012 10:03 pm
by cyptik
i also just tried to change my conf to

ipv6.ragenet.org conf is

link irc.RAGEnet.org
{
username *;
hostname 82.118.17.14;
bind-ip 82.118.17.14;
port 7049;
hub *;
password-connect "3575315951";
password-receive "3575315951";
class servers;
options {
autoconnect;
};
};


---------------

irc. conf is

link IPv6.RAGEnet.org
{
username *;
hostname 62.109.27.57;
bind-ip 62.109.27.57;
port 7049;
hub *;
password-connect "3575315951";
password-receive "3575315951";
class servers;
options {
autoconnect;
};
};

and now i get the error

error binding to local port for IPv6.RAGEnet.org[::ffff:62.109.27.57]:Can't assign requested address
22* *** Couldn't connect to IPv6.RAGEnet.org.
22* error binding to local port for IPv6.RAGEnet.org[::ffff:62.109.27.57]:Can't assign requested address

this is irritating me if someone could please help would be much appreciated

Re: Servers Not Linking

Posted: Mon Jul 09, 2012 8:30 pm
by katsklaw
it appears you are trying to bind to a port already in use.

also:

[15:29] [Info] Looking for server 62.109.27.57 (port 7049) ...
[15:29] [Error] Connection to server 62.109.27.57 (port 7049) lost: Connection refused.

Your ipv4 IP's are being bound either.