Page 1 of 1

Link --> not work :(

Posted: Fri Sep 10, 2004 5:14 pm
by xdcc
SERVER 1


link [removed by moderator]
{
username *;
hostname XXX.XXX.XXX.XX1;
bind-ip *;
port 7029;
leaf *;
password-connect "xestra";
password-receive "xestra";
class servers;
options {
/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
ssl;
zip;

};
};



Server 2

link [removed by moderator]
{
username *;
hostname XXX.XXX.XXX.XX2;
bind-ip *;
port 7029;
leaf *;
password-connect "xestra";
password-receive "xestra";
class servers;
options {
/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
ssl;
zip;

};
};


PORT is OPEN ...


promblem is ....

[20:13] -xdcc2.afraid.org- *** Notice -- Loading IRCd configuration ..
-
[20:13] -xdcc2.afraid.org- *** Notice -- Configuration loaded without any problems ..
-
[20:13] -xdcc2.afraid.org- *** Notice -- Connection to [removed by moderator][207.234.185.179] activated.
-
PING PONG?
[20:13] -xdcc2.afraid.org- *** Notice -- Connection to [removed by moderator][207.234.185.179] activated.


ANd nothink :( .. link not work ..
No error messager ..

ping XXX1
ping XXX2
work Fine ...
No Fierwall ..

moderator: xdcc, if you ever post such horrible, insulting, racist text like that here again, you will be permanently banned from these forums. The Unreal forums are NOT a place for you to spread racism, and we will NOT tolerate it.

Posted: Fri Sep 10, 2004 7:08 pm
by Jason
port 7029;

Do both servers have a listen block for that port?

yaa

Posted: Fri Sep 10, 2004 7:36 pm
by xdcc
Yes ..

Posted: Fri Sep 10, 2004 8:40 pm
by xdcc
HELP man HELPPPPPP
I need HELP ..

Posted: Fri Sep 10, 2004 9:09 pm
by AngryWolf
xdcc, your attitude (desperation, impatience, use of bad words) makes me not want to help you at all. People usually can't think better and make less mistakes while being nervous.

..

Posted: Fri Sep 10, 2004 9:10 pm
by xdcc
....... :(

Posted: Sat Sep 11, 2004 12:30 am
by jewles
first off it looks like your hostnames are backwords...
second, unless you know what you are doing (which we know you aren't) do not try linking leafs. you should first try linking two hubs. making your life more simple.
and last, remove all options until you have a full understanding what they mean, chances are you have a standard listen block for a non-standard link... which means you are trying to establish a secure connection with ssl without a ssl enabled port.

and by the way, this is pretty much explained within the documentation.

Posted: Sat Sep 11, 2004 4:00 am
by AngryWolf
Apparently there are no error messages between the two "connection activated" notices (or perhaps your client hides them), but I hope you'll see one on the remote server (the other side of the link). That should help you to find out what's wrong. Good luck.