Page 1 of 1

Linking servers,get "connection activated" but it

Posted: Wed May 18, 2005 8:25 pm
by defusion
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:

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;
        };
};
and for the client-servers

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;
        };
};
Now i do get a notice on the client-server:
-22:20:54- -irc.armyofnexus.com- *** Notice -- Connection to df-net.nl[194.145.194.163] activated.
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.

Posted: Thu May 19, 2005 12:29 pm
by Dukat

Posted: Thu May 19, 2005 2:03 pm
by defusion
ok, so now i get this
-16:01:34- -home.defusion.nl- Exiting ssl client df-net.nl[@194.145.194.163.0]: SSL_connect(): Internal OpenSSL error or protocol error
error, but i know for sure that both servers are compiled with ssl support! also the ports are accepting ssl.
I will try to reinstall it, and if it works, ill post it. Else im just going without the ssl :(

Posted: Thu May 19, 2005 2:48 pm
by defusion
ok, so now i have it running without the ssl.
Im thinking of compiling unrealircd myself, first had it the way its in gentoo's portage tree. But i'll manage for now!
thanks for pointing me to that faq, didnt find that on my own.