LINKING PROBS!!!

These are old archives. They are kept for historic purposes only.
Post Reply
pmpn4lfe
Posts: 2
Joined: Sat Jun 26, 2004 8:29 am

LINKING PROBS!!!

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
pmpn4lfe
Posts: 2
Joined: Sat Jun 26, 2004 8:29 am

Post by pmpn4lfe »

this is on my windows pc both r runin windows is there a certain port u need 2 use or somthin?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

No. why?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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).
Darvocet
Posts: 105
Joined: Sun Jun 27, 2004 6:40 am
Location: Houston, TX
Contact:

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