ipv6 + ssl

These are old archives. They are kept for historic purposes only.
Post Reply
DJFrog
Posts: 4
Joined: Sat Oct 20, 2012 5:27 pm

ipv6 + ssl

Post by DJFrog »

Morning,

I've installed an configurated unrealircd version 3.2.10.4 with SSL and IPV6 enabled.
Inside my configuration i've got the current allow block:

allow {
ip "*@*";
hostname "*@*";
class clients;
maxperip 15;
ipv6-clone-mask 128;
};

On the other hand i've added the following listen block:

listen [2a02:1b8:10::XX:XX]:55200
{
options
{
ssl;
clientsonly;
};
};

Once i've launced the ircd with ./unreal start no error occour, altho with netstat i have also the listener online:
- tcp6 0 0 2a02:1b8:10::XX::55200 :::* LISTEN 26269/ircd

I'm able to do an connection attempt to the ipv6 address with an ipv6 client, i see the connection attempt on irc:

[11:43:13] -irc.test.net- *** Looking up your hostname...
-
[11:43:13] -irc.test.net- *** Checking ident...
-
[11:43:13] -irc.test.net- *** Found your hostname
-
[11:43:13] -irc.test.net- *** Received identd response
-

Then it seems to hang and closes the connection, nothing of the attempt is saved to the ircd.log and it just timeout with:
- Closing Link: [2001:610:600:XX:XX:XX] (Ping timeout: 39 seconds)

Anyone got an clue what i'm been missing??

Thx and greets,

Sven
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: ipv6 + ssl

Post by Syzop »

I've no idea.. haven't heard this issue before and I know quite some networks use IPv6, including our own.
Does it work without SSL? (non-SSL IPv6 port).

You could also try 3.4-beta, if you dare. Chances are high it works on that version. But.. it should work fine on 3.2.x as well (for many).
Post Reply