Hi Jaejong, If the SSVM can connect the management server the SSVM agent should get connected, any errors you can see in the cloud.log in SSVM?
-Jithin From: jaejong <cb...@naver.com> Date: Tuesday, 3 October 2023 at 11:28 AM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Re: Management server not connected from SSVM Thank tou Jithin! The management server IP is currect. I can ping to management server from SSVM, but can not to public IP of system VMs from management server. There is no route on the SSVM. Thanks again!! -----Original Message----- From: "Jithin Raju"<jithin.r...@shapeblue.com> To: "users@cloudstack.apache.org"<users@cloudstack.apache.org>; Cc: Sent: 2023-10-03 (화) 14:04:53 (GMT+09:00) Subject: Re: Management server not connected from SSVM Hi Jaejong, Could you verify whether the management server IP is correct in the global configuration parameter ‘host’? Is there a route on the SSVM to route the management server IP via eth1? Can you ping the management server IP from SSVM? -Jithin From: jaejong <cb...@naver.com> Date: Tuesday, 3 October 2023 at 9:35 AM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Management server not connected from SSVM I try tried install acs on rocky9.2, but I can't config network by nmcli for acs manuals. I have experience acs 4.17.2 on rocky 8.7 successsfully. So I try install acs 4.18.1 on rocky8.8. But I can ping system VMs. public ip status for system VMs are : * ip is allocated status. * stactic and source NAT is disabled. * virtual route is not exist. At management server, netstat -tulpn | grep LISTEN report 8080,8250,9090 port are listening, But 8443 not. I checked SSVM by sh ssvm-check.sh; First DNS server is 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: icmp_seq=0 ttl=115 time=27.206 ms 64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=26.872 ms --- 8.8.8.8 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 26.872/27.039/27.206/0.167 ms Good: Can ping DNS server ================================================ Good: DNS resolves cloudstack.apache.org ================================================ nfs is currently mounted Mount point is /mnt/SecStorage/7d99d8d2-539f-3850-8a7c-7ec93eec7ea7 Good: Can write to mount point ================================================ Management server is 10.0.*. Checking connectivity. ssvm-check.sh: 143: Syntax error: redirection unexpected I want to add kubernetes ISO. How can i fix this? Thanks.