Page 1 of 1
Linking problems
Posted: Sat Dec 11, 2004 6:08 pm
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
Posted: Sun Dec 12, 2004 11:43 am
by Dukat
Are you connecting to the correct port?
Set up the firewall correctly?
Correct IP?
Posted: Mon Dec 13, 2004 2:36 pm
by eremini
Turns out the leaf has to listen on that port too
Posted: Mon Dec 13, 2004 11:17 pm
by jewles
it does help
Posted: Mon Dec 13, 2004 11:51 pm
by Syzop
True, especially if you link the wrong way around.
Another linking problem
Posted: Sat Dec 25, 2004 9:19 pm
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

Posted: Sun Dec 26, 2004 6:54 pm
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.