Well i have Unrealircd running with anope services too with no problem and have been asked to link two servers together so i thought it would be the same as services link, so before i try this could you please confirm that its right thanks
server one conf
link services.mydns.com
{
username *;
hostname 192.168.x.x;
bind-ip *;
port 6668;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
options {
autoconnect;
};
};
link 80.7.113.209 <--- or should that be there dns name?
{
username *;
hostname 80.7.113.209;
bind-ip *;
port 4000;
leaf *;
password-connect "connectpass";
password-receive "connectpass";
class servers;
options {
autoconnect;
zip;
ssl;
};
server 2 conf
link serverone.dns.com <------or should that be ip?
{
username *;
hostname 217.44.249.49;
bind-ip *;
port 4011;
hub *;
password-connect "samepassasserverone";
password-receive "samepassasserverone";
class servers;
options {
autoconnect;
zip;
ssl;
};
will server two also need the services link too?
Btw i did read the sticky on linking servers
but would like to confirm that ive not misunderstood it
Thanks for the help