Page 1 of 1

LINKING PROBS!!!

Posted: Sun Jun 27, 2004 7:14 am
by pmpn4lfe
i dunno wat to do ive spent hours trying to figure this out and cant

remote server

Code: Select all

link 24.7.203.* {
    username *;
    hostname 24.7.203.*;
    bind-ip *;
    port 8096;
    password-connect "****";
    password-receive "****";
    hub *;
    class servers;
    options {
    };
};
me

Code: Select all

link 68.35.131.* {
    username *;
    hostname 68.35.131.*;
    bind-ip *;
    port 6667;
    password-connect "****";
    password-receive "****";
    leaf *;
    class servers;
    options {
    };
};
PLEASE HELP

Posted: Sun Jun 27, 2004 8:13 am
by Dukat
Please don't scream...

Just follow Ron2K's Howto on linking servers:
http://forums.unrealircd.com/viewtopic.php?t=329
But follow it EXACTLY!


About your config:
1. Use the Servername of the server you are linking to as your linkblock "title".
2. Use the correct hostname.

Posted: Sun Jun 27, 2004 8:52 am
by pmpn4lfe
this is on my windows pc both r runin windows is there a certain port u need 2 use or somthin?

Posted: Sun Jun 27, 2004 9:12 am
by Dukat
No. why?

Posted: Sun Jun 27, 2004 9:48 am
by AngryWolf
Only if you have a setting in UnrealIRCd that allows servers to connect only to specific ports (what I mean here is the listen::options::clientsonly option).

Posted: Sun Jun 27, 2004 2:02 pm
by Darvocet
From my experience links are better like this:

link server.ca.us.network.com { <--- common irc server name
username *;
hostname 255.255.255.255; <--- server IP address
bind-ip *;
port 6660; <--- port servers link on
hub *;
password-connect "***********"; <--- server link password
password-receive "**************" { crypt; }; <--- server link pw
class servers;
compression-level 9; <-- ziplinks
options {
autoconnect;
zip; <--- enable ziplinks
ssl; <--- enable ssl
};
};