Description
Describe the bug
It´s not possible to set up IPv6 capable IP virtual servers (IPVS).
An Ubuntu related issue can be found here
To reproduce
Install ipvsadm and try to add a trivial IPv6-IPVS:
ipvsadm -A -t [fc00::1]:80
ipvsadm -a -t [fc00::1]:80 -r [fc00::3]:80 -g
Resource temporarily unavailable
AFAIK the kernel config attribute CONFIG_IP_VS_IPV6 must be enabled, but it´s not. To get the current kernel config run this:
modprobe configs
zgrep CONFIG_IP_VS_IPV6 /proc/config.gz
# CONFIG_IP_VS_IPV6 is not set
Expected behaviour
Setup of IPv6 based IPVS is possible ;)
Actual behaviour
Setup of IPv6 based IPVS is not possible ;)
System
Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:
-
Which model of Raspberry Pi? e.g. Pi3B+, PiZeroW
Pi1, Pi3, Pi3B+ -
Which OS and version (
cat /etc/rpi-issue
)?
Raspberry Pi reference 2017-03-02
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, f563e32202fad7180c9058dc3ad70bfb7c09f0fb, stage2 -
Which firmware version (
vcgencmd version
)?
Nov 4 2018 16:32:03
Copyright (c) 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release) -
Which kernel version (
uname -a
)?
4.14.79-v7+ USB-Harddrive gets fully powered down #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
4.14.94-v7+ [4.2] fix cyclic dma setup and i2s parameters #1193 SMP Tue Jan 22 15:34:30 GMT 2019 armv7l GNU/Linux
Logs
Not needed from my point of view
Additional context
Relevant for IPv6 load balancing with Docker/LXD
Thank you very much in advance for your attantion and help.
Dominik