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-382510000
 
 
   @rafaelweingartner yes I've updated 
https://github.com/apache/cloudstack/pull/2579, do review that. Meanwhile, in 
your env can you post the following:
   ```
   ip route show table Table_eth1
   ```
   
   Mine looks like this:
   ```
   # ip route show table Table_eth1
   default via 192.168.1.1 dev eth1 proto static 
   throw 10.1.1.0/24 proto static 
   throw 10.1.2.0/24 proto static 
   throw 192.168.1.0/24 proto static
   ```
   
   You can add routing rule like this: (replace cidr with your VPC tiers cidrs, 
this assumes that eth1 is public nic for VPC VR which usually is)
   ```
   ip route add throw 10.1.1.0/24 table Table_eth1 proto static
   ip route add throw 10.1.2.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

Reply via email to