]> git.treefish.org Git - fex.git/blob - doc/IPv6
Original release 20150120
[fex.git] / doc / IPv6
1 To enable IPv6 on the server you need:
2
3   - The Perl module Socket6
4     You can install it on Debian or Ubuntu with: 
5     apt-get install libsocket6-perl
6
7   - Add to /etc/xinetd.d/fex the line:
8         flags = IPv6
9     and remove the "bind" option line.
10     Restart xinetd.
11
12
13 To enable IPv6 for fexsend, fexget and sexsend you need:
14
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