Servers Not Linking

These are old archives. They are kept for historic purposes only.
Post Reply
cyptik
Posts: 6
Joined: Sun Jul 08, 2012 7:59 am

Servers Not Linking

Post 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
cyptik
Posts: 6
Joined: Sun Jul 08, 2012 7:59 am

Re: Servers Not Linking

Post by cyptik »

i noticed the ports are different but its still not connecting i changed the ports so there the same but still nothing
cyptik
Posts: 6
Joined: Sun Jul 08, 2012 7:59 am

Re: Servers Not Linking

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Servers Not Linking

Post 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.
Post Reply