Linking servers problem
Posted: Sun Feb 15, 2009 8:15 pm
I have two links set up and they are the following:
Then I Have the two me blocks setup for both servers.
But, when I go to /links or /map only the services and that one comes up.
Any help with this?
Code: Select all
link remedy-designs.zapto.org {
username *;
hostname remedy-designs.zapto.org;
bind-ip *;
port 6667;
hub *.zapto.org;
password-connect "LiNk";
password-receive "LiNk";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
ssl;
zip;
};
};
link nevux.zapto.org {
username *;
hostname nevux.zapto.org;
bind-ip *;
port 6668;
leaf *;
password-connect "LiNk";
password-receive "LiNk";
class servers;
};Code: Select all
me
{
name "remedy-designs.zapto.org";
info "Remedy Designs";
numeric 1;
};
me
{
name "nevux.zapto.org";
info "Nevux";
numeric 2;
};Any help with this?