Linking problems

These are old archives. They are kept for historic purposes only.
Post Reply
eremini
Posts: 2
Joined: Sat Dec 11, 2004 6:06 pm

Linking problems

Post by eremini »

Hello I am trying to link a leaf to a hub, on the link i get the following error
[5:40pm] [Networkname] *** Notice -- No response from hub.unitedp2p.net[ip], closing link
On the hub:
ver : Global -- Closing link: Write error: Connection refused - p2private.unitedp2p.net[ip]

Can anyone help?
Thank you
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Are you connecting to the correct port?
Set up the firewall correctly?
Correct IP?
eremini
Posts: 2
Joined: Sat Dec 11, 2004 6:06 pm

Post by eremini »

Turns out the leaf has to listen on that port too
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

it does help
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

True, especially if you link the wrong way around.
Stridere
Posts: 3
Joined: Tue Nov 16, 2004 10:21 am

Another linking problem

Post by Stridere »

as i'm trying to prepare for a link to another server, it says that there is a fault around here:

link services.tannkrem.org
{
username *;
hostname [ip];
bind-ip *;
port 7979;
hub *;
password-connect "[pass]";
password-receive "[pass]";
class servers;

};


link Ox.shacknet.nu
{
username *;
hostname [ip];
bind-ip *;
port 4449;
hub *;
password-connect "[pass]";
password-receive "[pass]";
class servers;
options {
autoconnect;
};
};

the error messages are too much to be pasted, but in general it complains about there being extra data and extra semi colons in this area. However it also says that "class::pingqfreq missing", "class::maxclients missing" and "class::sendq missing"

but the server class looks as follows:

class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};


so any help in figuring what is wrong would be helpful :)
Ron2K

Post by Ron2K »

The "extra data" and "extra semicolon" messages could quite possibly indicate syntax errors in other parts of your unrealircd.conf - I suggest checking the whole thing out for such errors.
Post Reply