Linking servers,get "connection activated" but it
Posted: Wed May 18, 2005 8:25 pm
Ok, i have been running unrealircd for a while as a single server, but now im trying to add another by linking, and want to expand to 3 servers, 1 hub, the others connecting to it.
now for the hub i got the following config:
and for the client-servers
Now i do get a notice on the client-server:
now for the hub i got the following config:
Code: Select all
link df-net.nl {
username *;
hostname 194.145.194.163;
bind-ip 194.145.194.163;
hub *;
port 8067;
password-connect "***";
password-receive "***";
class servers;
options {
ssl;
};
};
Code: Select all
link df-net.nl {
username *;
hostname 194.145.194.163;
bind-ip *;
port 8067;
hub *;
password-connect "***";
password-receive "***";
class servers;
options {
ssl;
autoconnect;
};
};
but it simply doesnt work, after connecting to the client-server i cant see the contents of the other server, channels dont exists, etc. It just doesnt seem linked. so maybe someone here can point be in the right direction.-22:20:54- -irc.armyofnexus.com- *** Notice -- Connection to df-net.nl[194.145.194.163] activated.