HOW to Linking 2 Servers Whit IPV6

These are old archives. They are kept for historic purposes only.
Post Reply
X-Trancer
Posts: 34
Joined: Mon Mar 08, 2004 5:24 am

HOW to Linking 2 Servers Whit IPV6

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You have to add a Listen Block for Servers, on Port 7610.
X-Trancer
Posts: 34
Joined: Mon Mar 08, 2004 5:24 am

Post 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;
};
};
ShArDiCk
Posts: 39
Joined: Tue Jun 01, 2004 7:10 pm
Location: Italy
Contact:

Post by ShArDiCk »

I have the same problem... but... from now without reply...
Post Reply