OpenVZ Forum


Home » Mailing lists » Users » IPv6 with venet
Re: IPv6 with venet [message #14770 is a reply to message #14769] Tue, 10 July 2007 10:13 Go to previous message
Thorsten Schifferdeck is currently offline  Thorsten Schifferdeck
Messages: 38
Registered: February 2006
Member
Hi Jan,

Jan Tomasek schrieb:
> Vitaliy Gusev wrote:
>> Please check /proc/sys/net/ipv6/conf/all/forwarding
> [...]
> Problem is that when I do:
>
> echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
>
> HW node stops responding on IPv6 ping, reason probably is that setting
> that removes default GW:

"Router Advertisements" (=autoconfiguration) are ignored on setting
forward to 1 to IPv6 proc settings and your (automatic) default route (
::0 ), is set to a RA IPv6 (link-local) address, is gone.

for Debian you can set IPv6 (addy and route) on your VE0 (hardware node):

--8<--( /etc/network/interfaces )--
[...]
iface <DEVICE>
[...]
iface <DEVICE> inet6 static
address <IPv6_ADDRESS>
netmask <NETMASK>
gateway <IPv6_ADDRESS_of_your_GATEWAY>
# set IPv6 forwarding here or in /etc/sysctl.conf
# read man page of interfaces (5)
[...]
-->8--

Regards,
Thorsten Schifferdecker
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Failed to compile with enabled Checkpointing & restoring Virtual Environments
Next Topic: Announce: vzdump 1.0 released
Goto Forum:
  


Current Time: Fri Jun 27 16:23:49 GMT 2025

Total time taken to generate the page: 0.02387 seconds