Hello,
I'm trying to configure some LXC containers with an ipv6 public address only (without fallback in ipv4, for some non-critical services). All works but it's really slow.
My sysctl custom file :
Some metrics :
* ping 11ms
* wget small file "hello world" 40 to 90 secondes.
* wget 100Mo file : Not a timeout, but ETA close to 20 days.
* apt-get update : Timeout
Same tests from proxmox host are normal. (110MB/s)
Any idea ?
Thanks,
I'm trying to configure some LXC containers with an ipv6 public address only (without fallback in ipv4, for some non-critical services). All works but it's really slow.
My sysctl custom file :
Code:
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.default.forwarding = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.default.forwarding = 1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.ip_forward = 1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.eth0.proxy_arp = 1
Some metrics :
* ping 11ms
* wget small file "hello world" 40 to 90 secondes.
* wget 100Mo file : Not a timeout, but ETA close to 20 days.
* apt-get update : Timeout
Same tests from proxmox host are normal. (110MB/s)
Any idea ?
Thanks,