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