Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/765#issuecomment-136962555
tested this on Xen 6.5 advanced zone with isolated and VPC. verified that
the default policies are set to drop.
I am not sure if its related to this. But, I found the below issue
in case of vm launched in vpc, outgoing public traffic worked (I was able
to ping google.com)
But, in case of default isolated
network(DefaultIsolatedNetworkOfferingWithSourceNatService) vm, outgoing public
traffic was blocked even after adding egress rule.
It only worked after running the following on isolated VR
```
iptables -I FW_OUTBOUND -j FIREWALL_EGRESS_RULES
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---