possible to 2 link 2 hubs in 1 network ??
Posted: Thu Apr 01, 2004 7:44 pm
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 ??
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
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;
};
double check that the servers link on the same port, have simular listen lines, have simular set blocks...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;
};