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-382496686 @rafaelweingartner On further investigation and hints from Jayapal's reply on dev@ I found the issue was caused in 4.11/master due to a missing ip route rule which @ustcweizhou has advised. My hack worked because packets were no longer marked which was tied to routing rules. On adding this, instead of MARK rules worked for me at last: ip route add throw 10.1.1.0/24 table Table_eth1 proto static
---------------------------------------------------------------- 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
