weizhouapache commented on issue #7185:
URL: https://github.com/apache/cloudstack/issues/7185#issuecomment-1435760838

   > @weizhouapache I have adjusted the netmask to /20, now everything is in 
the same subnet and I can reach my host from inside the vm. Still, i cannot 
ping any external server from inside the vm, neither via eth1 or eth2. What I 
do not understand is, that the host is also using cloudbr0 and can connect to 
any server. Is there maybe a problem hidden in my iptables, and the bridge 
config itself is fine?
   > 
   > I'll append the current status: 
[iptables.txt](https://github.com/apache/cloudstack/files/10774004/iptables.txt)
 [vm.txt](https://github.com/apache/cloudstack/files/10774006/vm.txt) 
[host.txt](https://github.com/apache/cloudstack/files/10774007/host.txt)
   
   @MilanHofmann 
   the vm has default route (via public interface eth2)
   ```
   default via 172.31.49.0 dev eth2 
   ```
   and host
   ```
   default via 172.31.48.1 dev cloudbr0 proto dhcp src 172.31.59.115 metric 100 
   ```
   
   please check if 172.31.49.0 is valid gateway.


-- 
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]

Reply via email to