i not sure either i compile my server using ipv6 or ipv4 ( becoz after 3 month i decide to run services )
my bind port
Code: Select all
listen *:5050
{
options
{
serversonly;
};
};
Code: Select all
link services.myserver.org
{
username *;
hostname 69.147.0.0;
bind-ip *;
port 5050;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
/* Note: You should not use autoconnect when linking services ( 2002:0:0:0:0:0:4593:ed4a )*/
autoconnect;
};
};
Code: Select all
Notice -- error: unrealircd.conf:246: link services.myserver.org has link::hostname set to '69.147.0.0' (IPv4) on a IPv6 compile, use the ::ffff:1.2.3.4 form insteadCode: Select all
Link denied for services.myserver.org([email protected]) (Server is in link block but IP/host didn't match) [@0:0:0:0:0:ffff:69.147.0.0.52255]how to solve this ???