1 To enable IPv6 on the server you need:
3 - The Perl module Socket6
4 You can install it on Debian or Ubuntu with:
5 apt-get install libsocket6-perl
7 - Add to /etc/xinetd.d/fex the line:
9 and remove the "bind" option line.
13 To enable IPv6 for fexsend, fexget and sexsend you need:
15 - The Perl module Net::INET6Glue::INET_is_INET6
16 You can install it on Debian or Ubuntu with:
17 apt-get install libnet-inet6glue-perl