Page 1 of 1

Linking servers problem

Posted: Sun Feb 15, 2009 8:15 pm
by ShadowMage
I have two links set up and they are the following:

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;
};
Then I Have the two me blocks setup for both servers.

Code: Select all

me
{
    name "remedy-designs.zapto.org";
    info "Remedy Designs";
    numeric 1;
};
me
{
    name "nevux.zapto.org";
    info "Nevux";
    numeric 2;
};
But, when I go to /links or /map only the services and that one comes up.

Any help with this?

Re: Linking servers problem

Posted: Sun Feb 15, 2009 9:32 pm
by digi198816
Try /oper in one of the servers and then /connect servername* (replace servername with the first word of your server, eg: /connect remedy*). Also make sure both of the links are up and running, and if you get errors, please paste what you get on both of the servers (one being linked and one linking).
Thanks

Re: Linking servers problem

Posted: Sun Feb 15, 2009 9:40 pm
by ShadowMage

Code: Select all

-remedy-designs.zapto.org- *** Connecting to nevux.zapto.org[nevux.zapto.org].
-
-remedy-designs.zapto.org- *** Notice -- No response from nevux.zapto.org, closing link
I used /connect nevux* 6668 and got that. Along with just /connect nevux*

Re: Linking servers problem

Posted: Mon Feb 16, 2009 1:40 am
by digi198816
It seems like nevux.zapto.org is not working. Make sure UnrealIRCD is working on nevux.zapto.org before you try to link it.
Also if this is being hosted on local network (another computer in network), make sure you use local ip in hostname *;
Hope that helps