Page 1 of 1

possible to 2 link 2 hubs in 1 network ??

Posted: Thu Apr 01, 2004 7:44 pm
by Hagbard^C
I´m trying to link 2 hubs in the same network. Is it possible to link 2 hubs. Please tell me how to set the linkblock. leaf or hub ??

Linking

Posted: Thu Apr 01, 2004 11:26 pm
by jewles
Yes you can link two hubs together... I have an example link blook network configuration below with two hubs...
link hub1.test.com
{
username *;
hostname 127.0.0.1; /* Change this */
bind-ip *;
port 7090;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
};
link hub2.test.com
{
username *;
hostname 127.0.0.1; /* Change this */
bind-ip *;
port 7090;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
};
double check that the servers link on the same port, have simular listen lines, have simular set blocks...

Posted: Fri Apr 02, 2004 8:12 pm
by Hagbard^C
thanks for your fast answer
its working fine now :))