I try to get my guest working as an IPv6 router.
(running proxmox 1.0), Linux gw601 2.6.24-1-pve #1 SMP PREEMPT Fri Oct 24 11:34:13 CEST 2008 i686 GNU/Linux
IPv6 works perfectly in the Guest:
# ping6 imset.org
PING imset.org(2001:41d0:1:2ed1::1) 56 data bytes
64 bytes from 2001:41d0:1:2ed1::1: icmp_seq=1 ttl=49 time=51.4 ms
But I cannot get ipv6 forwarding enabled.
root@gw601:~# echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
-bash: /proc/sys/net/ipv6/conf/all/forwarding: Permission denied
It is possible to activate ipv4 forwarding:
root@gw601:~# cat /proc/sys/net/ipv4/conf/all/forwarding
1
(the changes are also in the sysctl.conf file, but ipv6 doesn't work).
I checked the configuration of the openVZ host.
I found the /etc/vz/vz.conf file that contained
## Enable IPv6
IPV6="no"
I changed the value to IPV6="yes". Even after a full reboot of the host I can't activate ipv6 forwarding in the guest.
Does someone has any idea how to solve this?
thanks
(running proxmox 1.0), Linux gw601 2.6.24-1-pve #1 SMP PREEMPT Fri Oct 24 11:34:13 CEST 2008 i686 GNU/Linux
IPv6 works perfectly in the Guest:
# ping6 imset.org
PING imset.org(2001:41d0:1:2ed1::1) 56 data bytes
64 bytes from 2001:41d0:1:2ed1::1: icmp_seq=1 ttl=49 time=51.4 ms
But I cannot get ipv6 forwarding enabled.
root@gw601:~# echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
-bash: /proc/sys/net/ipv6/conf/all/forwarding: Permission denied
It is possible to activate ipv4 forwarding:
root@gw601:~# cat /proc/sys/net/ipv4/conf/all/forwarding
1
(the changes are also in the sysctl.conf file, but ipv6 doesn't work).
I checked the configuration of the openVZ host.
I found the /etc/vz/vz.conf file that contained
## Enable IPv6
IPV6="no"
I changed the value to IPV6="yes". Even after a full reboot of the host I can't activate ipv6 forwarding in the guest.
Does someone has any idea how to solve this?
thanks