Sangeetha Hariharan created CLOUDSTACK-1463:
-----------------------------------------------

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

Reply via email to