You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/08/03 18:41:06 UTC

[GitHub] syed opened a new pull request #2221: [CLOUDSTACK-10030] - Make publicips reachable inside VPC

syed opened a new pull request #2221: [CLOUDSTACK-10030] - Make publicips reachable inside VPC
URL: https://github.com/apache/cloudstack/pull/2221
 
 
   If a public IP is assigned to a VPC, a VM running inside that VPC cannot ping that public IP. This is due to the IPtables Nat rules set in such a way that drop any requests to the public IP from internal interfaces. I am fixing this so that internal hosts can also reach the public IP.
   
   Reproduction:
   
   Create a VPC
   Create a network inside the VPC
   Allocate a public IP
   Create a VM in the network
   Create a port forwarding rule enabling ICMP
   ping the public IP inside the VM (this will fail)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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