File: IPv6

package info (click to toggle)
fex 20200429-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 3,532 kB
  • sloc: perl: 32,103; sh: 410; javascript: 53; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
To enable IPv6 on the server you need:

  - The Perl module Socket6
    You can install it on Debian or Ubuntu with:
    apt-get install libsocket6-perl

  - Add to /etc/xinetd.d/fex the line:
  	flags = IPv6
    and remove the "bind" option line.
    Restart xinetd.


To enable IPv6 for fexsend, fexget and sexsend you need:

  - The Perl module Net::INET6Glue::INET_is_INET6
    You can install it on Debian or Ubuntu with:
    apt-get install libnet-inet6glue-perl