File: IPv6

package info (click to toggle)
fex 20160919-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,944 kB
  • sloc: perl: 17,699; sh: 346; makefile: 67
file content (17 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
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