GitHub user verendrakalsi edited a comment on the discussion: SVVM agent is down and unable to upload the ISO
Here is the network config from a hos. Public IP CIDR is default what gets configured during the installation ``` #network: # version: 2 # renderer: networkd # ethernets: # ens192: # dhcp4: no # dhcp6: no # addresses: # - 192.168.100.100/24 # routes: # - to: default # via: 192.168.100.1 # nameservers: # addresses: # - 8.8.8.8 # - 8.8.4.4 network: version: 2 renderer: networkd ethernets: ens192: dhcp4: no dhcp6: no optional: true bridges: cloudbr0: interfaces: [ens192] addresses: [192.168.100.100/24] routes: - to: default via: 192.168.100.1 nameservers: addresses: [8.8.8.88, 8.8.4.4] macaddress: 00:50:56:a9:93:c8 link-local: [ ] parameters: stp: true forward-delay: 4 root@Cloudnode-a1:/etc/netplan# Here is the network config from the cloudstack management server # Generated by VMWare customization engine. network: version: 2 renderer: networkd ethernets: ens192: dhcp4: no dhcp6: no addresses: - 192.168.100.110/24 routes: - to: default via: 192.168.100.1 nameservers: addresses: - 8.8.8.8 - 8.8.4.4 root@Cloudmgtnode1:/home/admin# ``` GitHub link: https://github.com/apache/cloudstack/discussions/9918#discussioncomment-11226999 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org