GitHub user RyanP-Testing added a comment to the discussion: Cloudstack 4.22 - Configuration Wizard failing - Fix Error
Hi Mike, Based on your DB query results, the issue is clear. You have 6 physical network records (IDs 200-205) from repeated wizard attempts. The wizard is confused because: Your guest traffic is on "Physical Network 2" (ID 205) But the isServiceProviderEnabled check may be resolving against an older "Physical Network 1" (ID 204 or earlier) Several old networks are in Disabled state but still present Recommended Fix: Since this is a test installation with no production data, do a clean database recreate: bash sudo cloudstack-setup-databases cloud:password@<DB_IP> --deploy-as=root:<rootpass> --force-recreate Then run the wizard once without interruption. Important for Guest CIDR: Do not use 172.16.0.0/16 for guest. It overlaps with your infrastructure network. Use a completely separate range like: 10.10.10.0/24 192.168.100.0/24 Why this matters: Overlapping guest and infrastructure CIDRs breaks routing and Virtual Router deployment. After fresh install: Run wizard once — don't retry if it fails Use separate guest CIDR Check management-server.log if any errors Verify only ONE physical network exists after wizard This will resolve the wizard error and the VM console/ISO issues. Regards, Ryan P. Cloud & DevOps Engineer AccuWeb.Cloud GitHub link: https://github.com/apache/cloudstack/discussions/13956#discussioncomment-18346420 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
