rhtyd commented on issue #2514: [CLOUDSTACK-10346] Problem with NAT configuration and VMs not accessing each other via public IPs URL: https://github.com/apache/cloudstack/pull/2514#issuecomment-382445669 @rafaelweingartner I found some issues with mangle table, can you attempt this workaround/fix in your env and see if this works: - Deploy a VPC with two VMs, with SNATs public IPs. - Go to VR, and delete mangle table rules that have `MARK`, such as: (replace the ip with your VMs' ip) iptables -t nat -D PREROUTING -s 10.1.1.67/32 -m state --state NEW -j MARK --set-xmark 0x1/0xffffffff - See ssh from vm1 to vm2 using the snat public IP? Let me know if that fixes your issue of access via public IP? If it works I know what is causing the issue.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
