Linking servers problem

These are old archives. They are kept for historic purposes only.
Post Reply
ShadowMage
Posts: 2
Joined: Sun Feb 15, 2009 8:04 pm

Linking servers problem

Post 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?
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: Linking servers problem

Post 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
ShadowMage
Posts: 2
Joined: Sun Feb 15, 2009 8:04 pm

Re: Linking servers problem

Post 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*
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: Linking servers problem

Post 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
Post Reply