Linkink Ipv6 to Ipv4
Posted: Sat Jul 17, 2004 8:56 am
I setup the LISTEN lines of ipv6 ircd on 5556 for ipv4 and 5555 for ipv6.
It starts.
I have done it only to start the ipv6 ircd and try.
Now i have to link it for test to my hub, that's an ircd IPV4 Compile.
This is my c\n line on ipv6 ircd:
If i use
And how it advice ive done but with that c\n lines that you can see above it returns another error:
I think to have done all in the right way.... but... it doesnt run...
Thanx
It starts.
listen [::ffff:127.0.0.1]:5556;
listen [2001:618:4db::1]:5555;
I have done it only to start the ipv6 ircd and try.
Now i have to link it for test to my hub, that's an ircd IPV4 Compile.
This is my c\n line on ipv6 ircd:
link myhub.myserver.net
{
username *;
hostname ::ffff:1.2.3.4;
bind-ip *;
port 5556;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
options {
autoconnect;
};
};
If i use
it returns an error:hostname 1.2.3.4;
*** Notice -- error: unrealircd.conf:358: link myhub.myserver.net has link::hostname set to '1.2.3.4' (IPv4) on a IPv6 compile, use the ::ffff:1.2.3.4 form instead
And how it advice ive done but with that c\n lines that you can see above it returns another error:
Any ideas?*** Couldn't connect to myhub.myserver.net.
I think to have done all in the right way.... but... it doesnt run...
Thanx