You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/17 14:26:27 UTC

[GitHub] [cloudstack] nvazquez opened a new issue #3334: Cannot enable static NAT on VM with NICs on multiple VPC tiers

nvazquez opened a new issue #3334: Cannot enable static NAT on VM with NICs on multiple VPC tiers
URL: https://github.com/apache/cloudstack/issues/3334
 
 
   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   ~~~
   Network, VPC
   ~~~
   
   ##### CLOUDSTACK VERSION
   
   ~~~
   4.11.2
   ~~~
   
   ##### CONFIGURATION
   Advanced networking, VPC with multiple tier networks
   
   ##### OS / ENVIRONMENT
   N/A
   
   ##### SUMMARY
   When trying to enable static NAT on VM with NICs on multiple VPC tier networks, it fails with error: `VM ip <IP> address not belongs to the vm` where <IP> is the IP of the NIC tried to map for static NAT.
   
   Note: The same process works under the tier network static NATs section, acquiring a new IP, but not from the VPC router section.
   
   ##### STEPS TO REPRODUCE
   
   ~~~
   - Create VPC
   - Add at least 2 tier networks
   - Deploy VM on at least 2 of the VPC tier networks
   - Network -> VPC -> Router -> Public IP addresses
   - Acquire new IP
   - Enable static NAT:
      - Select one of the tier networks
      - Select VM
      - Apply
   ~~~
   
   ##### EXPECTED RESULTS
   
   ~~~
   Static NAT mapped correctly
   ~~~
   
   ##### ACTUAL RESULTS
   
   ~~~
   VM ip <IP> address not belongs to the vm
   ~~~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services