Re: VPC ACL Issue

2023-04-30 Thread Lokeswaran T
Issue has been raised in github https://github.com/apache/cloudstack/issues/7483 On Sun, Apr 30, 2023 at 6:31 PM Lokeswaran T wrote: > Hi Wei ZHOU, > > Thanks for the update. Let me log it as an issue in GitHub. > > Regards, > Loges > > On Sat, Apr 29, 2023 at 2:40 AM Wei ZHOU wrote: > >> Hi,

Re: VPC ACL Issue

2023-04-30 Thread Lokeswaran T
Hi Wei ZHOU, Thanks for the update. Let me log it as an issue in GitHub. Regards, Loges On Sat, Apr 29, 2023 at 2:40 AM Wei ZHOU wrote: > Hi, > > It seems not supported for now. Each ACL rule can have only 1 cidr, which > is the source cidr for Ingress rules, and destination cidr for Egress >

Re: VPC ACL Issue

2023-04-28 Thread Wei ZHOU
Hi, It seems not supported for now. Each ACL rule can have only 1 cidr, which is the source cidr for Ingress rules, and destination cidr for Egress rules. Can you log an issue or a feature request on github ? -Wei On Fri, 28 Apr 2023 at 09:24, Lokeswaran T wrote: > Hi All, > > Here is my scen

Re: VPC ACL Issue

2023-04-28 Thread Daan Hoogland
hey Loges, Why would you create a port forwarding rule to then disallow it? I am not sure but I think the rule makes the iptables rules be set as well. On Fri, Apr 28, 2023 at 9:24 AM Lokeswaran T wrote: > Hi All, > > Here is my scenario. > > I have created a VPC then create a new ACL list name

VPC ACL Issue

2023-04-28 Thread Lokeswaran T
Hi All, Here is my scenario. I have created a VPC then create a new ACL list name my-ACL and added the below rules. *For Egress:* ALL Egress allow *For Ingress:* CIDR: 0.0.0.0/0 Protocol: TCP >From Port: 3389 To Port: 3389 Then I created two Windows VMs under this new network. Then I acquire