tetra12 commented on issue #5370: URL: https://github.com/apache/cloudstack/issues/5370#issuecomment-905810926
UPD: Inside the SSVM, I found the following: ``` 2021-08-25 19:20:57,397 INFO [utils.nio.NioClient] (main:null) Connecting to 185.185.x.y:8250 2021-08-25 19:21:00,457 ERROR [utils.nio.NioConnection] (main:null) Unable to initialize the threads. java.net.NoRouteToHostException: No route to host ``` Here's what I have: ``` root@s-8-VM:~# curl -vv telnet://185.185.x.y:8250 * Trying 185.185.x.y:8250... * connect to 185.185.x.y port 8250 failed: No route to host * Failed to connect to 185.185.x.y port 8250: No route to host * Closing connection 0 curl: (7) Failed to connect to 185.185.x.y port 8250: No route to host root@s-8-VM:~# root@s-8-VM:~# curl -vv telnet://192.168.100.2:8250 * Trying 192.168.100.2:8250... * Connected to 192.168.100.2 (192.168.100.2) port 8250 (#0) ``` 185.185.x.y is node addr on `cloudbr0` and `192.168.100.2` is the host addr on `cloudbr1`. How to setup correct bridges for SSVM? -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org