ravening commented on pull request #5397: URL: https://github.com/apache/cloudstack/pull/5397#issuecomment-924798253
> > > > we tested the same scenario in our test setup and the ping/ssh worked fine after applying this code change. without this change, it didnt work > > > > > > > > > @ravening > > > is private gateway IP same as gateway ? > > > if yes, the iptables rules should be same (with this PR and without this PR). I suspect it might be caused by the order of iptables rules. > > > > > > @weizhouapache no, the gateway and public IP are different. > > @ravening > (1) I think the rules can only be added if Ip is same as gateway (which means VPC VR is gateway of dedicated servers). yes these rules are applied only when public ip and gateway are same.... but in our case they are different. Should they be same or different? > (2) Please add an inbound rule in the Network ACL of private gateway: > source IP = NAT IP of the vm we have added all ingress and egress but still no ping @weizhouapache -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
