Page 1 of 1

HOW to Linking 2 Servers Whit IPV6

Posted: Fri Jul 16, 2004 5:14 pm
by X-Trancer
hi

i have a problem whit linking 2 servers. I will an IPV6 Server link to an IPV4 Server (Hub)

In the IPV4 Server

Listen Conf

listen <ipv4>:6661 {
options {
clientsonly;
};
};
listen <ipv4>:6662 {
options {
clientsonly;
};
};

e.t.c

Server Link Block

link IPV6.mynet.net {
username *;
hostname <ipv6>;
bind-ip *;
port 7610;
hub *;
password-connect "xx";
password-receive "xx";
class servers;
options {
zip;
};
};

In the IPV6 Server

Listern block

listen [<ipv6>]:6660 {
options {
clientsonly;
};
};
listen [<ipv6>]:6661 {
options {
clientsonly;
};
};

Link Block

link Hub.mynet.net {
username *;
hostname ::ffff:<ipv4>;
bind-ip *;
port 7610;
hub *;
password-connect "xx";
password-receive "xx";
class servers;
options {
zip;
autoconnect;
};
};

This 2 Server Linked not what is the problem?

Error in the IPV6 Server

-IPV6.mynet.net- *** Notice -- Connection to Hub.mynet.net[::ffff:<ipv4>] activated.
-
-IPV6.mynet.net- *** Notice -- No response from Hub.mynet.net[::ffff:<ipv4>], closing link

Posted: Fri Jul 16, 2004 5:54 pm
by Dukat
You have to add a Listen Block for Servers, on Port 7610.

Posted: Fri Jul 16, 2004 6:06 pm
by X-Trancer
yes

on the ipv6 server whit the ipv6 and on the ipv4 server whit the ipv4

on the IPV6 Server

listen [<ipv6>]:7610 {
options {
serversonly;
};
};

on the IPV4 Server

listen <ipv4>:7610 {
options {
serversonly;
};
};

Posted: Fri Jul 16, 2004 11:14 pm
by ShArDiCk
I have the same problem... but... from now without reply...