You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Sangeetha Hariharan (JIRA)" <ji...@apache.org> on 2013/02/16 02:45:15 UTC

[jira] [Closed] (CLOUDSTACK-1095) Ipv6 - dhclient command needs to be run manually on the Vms to get the Ipv6 address.

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sangeetha Hariharan closed CLOUDSTACK-1095.
-------------------------------------------


Had the following settings in the guest OS:

cat /etc/dhcp/dhclient.conf
send dhcp6.client-id = concat(00:03:00, hardware);

cat /etc/network/interfaces:

iface eth0 inet6 dhcp
autoconf 0
accept_ra 1

Added the following to /etc/sysctl.conf
net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.default.autoconf = 0
net.ipv6.conf.eth0.autoconf = 0
net.ipv6.conf.lo.autoconf = 1



Once all the above setting are done , Unbuntu 1210 client is able to get an Ipv6 address automatically on start.

                
> Ipv6 - dhclient command needs to be run manually on the Vms to get the Ipv6 address. 
> -------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1095
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1095
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0
>         Environment: Build from Ipv6 branch
>            Reporter: Sangeetha Hariharan
>            Assignee: Sheng Yang
>             Fix For: 4.1.0
>
>
> Ipv6 - dhclient command needs to be run manually on the Vms to get the Ipv6 address. 
> Steps to reproduce the problem:
> Set up - Advanced Zone.
> Create a shared network using Ipv6 parameters.
> Deploy Vm in this network.
> Once the Vm is deployed successfully , notice that ipv6 address is not assigned to it.
> ifconfig command does not show an ipaddress assigned to it.
> dhclient command needs to be run manually on the Vms to get the Ipv6 address. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira