possible to 2 link 2 hubs in 1 network ??

These are old archives. They are kept for historic purposes only.
Post Reply
Hagbard^C
Posts: 2
Joined: Thu Apr 01, 2004 7:40 pm
Contact:

possible to 2 link 2 hubs in 1 network ??

Post 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 ??
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Linking

Post 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...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Hagbard^C
Posts: 2
Joined: Thu Apr 01, 2004 7:40 pm
Contact:

Post by Hagbard^C »

thanks for your fast answer
its working fine now :))
Post Reply