You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Sheng Yang (JIRA)" <ji...@apache.org> on 2013/03/01 03:59:12 UTC

[jira] [Resolved] (CLOUDSTACK-1463) IPV6 - Ubuntu 12.10 - Multiple Nic - IPV6 address is assigned automatically for 1 nic only. Need to do a manual dhclient request to get the ipv6 for other nic.

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

Sheng Yang resolved CLOUDSTACK-1463.
------------------------------------

    Resolution: Won't Fix

Guest configuration issue, not controlled by CloudStack.
                
> IPV6 - Ubuntu 12.10 - Multiple Nic - IPV6 address is assigned automatically for 1 nic only. Need to do a manual dhclient request to get the ipv6 for other nic. 
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1463
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1463
>             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: Latest build from networkrefactor branch
>            Reporter: Sangeetha Hariharan
>            Assignee: Sheng Yang
>             Fix For: 4.1.0
>
>
> IPV6 - Ubuntu 12.10 - Multiple Nic - IPV6 address is assigned automatically for 1 nic only. Need to do a manual dhclient request to get the ipv6 for other nic
> Steps to reproduce the problem:
> Create a dual stack network ,N1
> Create a dual stack network, N2.
> Deploy a VM - vm1 in N1 and N2.
> After Vm is started , we get the IPV6 address only for 1 NIC.
> To get the IPV6 address form the other NIC, we need to execute the dhclient command for this nic.
> I have the following configuration set in /etc/network/interfaces:
> auto eth0
> iface eth0 inet dhcp
> iface eth0 inet6 dhcp
> autoconf 0
> accept_ra 1
> auto eth1
> iface eth1 inet dhcp
> iface eth1 inet6 dhcp
> autoconf 0
> accept_ra 0

--
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