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

   normally kvm host uses private IP
   When open a vm console, ACS adds a route in the CPVM for kvm host
   
   ```
   2024-05-06 10:42:13,131 DEBUG [resource.consoleproxy.ConsoleProxyResource] 
(Thread-14:null) Successfully executed process [53393] for command [/bin/bash 
-c ip route add 38.xx.221.14 via 192.168.1.1 ].
   2024-05-06 10:42:13,133 DEBUG [resource.consoleproxy.ConsoleProxyResource] 
(Thread-14:null) addRouteToInternalIp: added route to internal ip=38.xx.221.14 
via 192.168.1.1
   ```
   
   unfortunately it causes your issue with vm console, as your kvm host uses a 
public IP.


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