GitHub user dylan62370 added a comment to the discussion: There is no secondary storage VM for downloading template to image store
@DaanHoogland I currently have 1 active network card on the VM. This VM contains KVM, NFS and cloudstack-management. (this is a test before moving on to a real network) So I made a cloudb0 bridge which is bridged on the ens33 network card. And I see that I have two routes to eth1 and eth2. Should I delete one of the routes? ``` root@s-2-VM:~# ip route default via 10.0.0.1 dev eth2 10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.66 10.0.0.0/24 dev eth2 proto kernel scope link src 10.0.0.181 10.1.0.9 via 10.0.0.1 dev eth1 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.26.185 ``` Or should I add a route from my gateway (10.0.0.1) to my DNS, for example (10.0.0.15)? GitHub link: https://github.com/apache/cloudstack/discussions/9535#discussioncomment-10398197 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
