Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

the below FS for more information on this.

https://cwiki.apache.org/CLOUDSTACK/support-acl-deny-rules.htmlImage Removed

Default Network ACL policy:

...

  1. create private gateway
  2. By default private gateway associated with default networkACL
  3. Add network ACL items into networkACL. These networkACL items (ACL rules) get applied to the private gateway.

DB Chagnes:

A new column 'gatewayId' is added to the firewall_rules table.

itpables rules chagnes:

When ever private gateway interface get created on the router. we also add the following iptables chains.

...

ACL_OUTBOUND_eth3 - This chain contains the all the EGRESS rules

UI changes:

Network-> Network-VPC -><vpcName> ->ConfigureVPC:<vpcname>PrivateGateway-><GatewayIp>

When we click on the private gateway we have currently two tabs, 1. Details 2.Static Routes. Add NetworkACL tab after the static routes.

Upgrade:

On upgrade the for existing private gateways all the Ingress/Egress traffic is allowed which is to pertain the pre upgrade behavior.

References:

https://cwiki.apache.org/CLOUDSTACK/support-acl-deny-rules.htmlImage Removed