Linking servers,get "connection activated" but it

These are old archives. They are kept for historic purposes only.
Post Reply
defusion
Posts: 4
Joined: Wed May 18, 2005 8:11 pm

Linking servers,get "connection activated" but it

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
defusion
Posts: 4
Joined: Wed May 18, 2005 8:11 pm

Post 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 :(
defusion
Posts: 4
Joined: Wed May 18, 2005 8:11 pm

Post 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.
Post Reply