Re: [one-users] More ipv6 network questions

2014-03-31 Thread Ruben S. Montero
Hi Steven, This is a limitation of the current model. We use the MAC address to generate the host id using the EUI64. With the 64 bits from the host plus the prefixes we derive the IPv6 addresses. That's the reason for not storing the link local address, it is just derived from the MAC as in

Re: [one-users] More ipv6 network questions

2014-03-27 Thread Steven Timm
Thanks for the help Javier. I am familiar with the advanced context rpm package, we use it a lot but had never used it for IPV6 before. It might be helpful to have a link to this page in the Networking section of the docs. On Thu, 27 Mar 2014, Javier Fontan wrote: I fear that the OpenNebula

[one-users] More ipv6 network questions

2014-03-26 Thread Steven Timm
Below is the network template that I used to successfully create the IPV4 side of a dual stack ipv4/ipv6 network in one4.4. -bash-4.1$ cat static-ipv6-net NAME = Static_IPV6_Public TYPE = FIXED #Now we'll use the cluster private network (physical) BRIDGE = br0 DNS = 131.225.0.254 GATEWAY =

Re: [one-users] More ipv6 network questions

2014-03-26 Thread Steven Timm
A followup--I did find an example in the documentation but it is only for RANGED IPv6 network. I need a FIXED IPv6 network. I saw that when I set an IP6_GLOBAL PREFIX in the network file it would then append the ipv6-ified mac address of the machine and construct an IP6_GLOBAL for me. But