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.