Correct ip detection logic, flip network to public1 (capacity issues)

This commit is contained in:
2021-04-20 22:20:44 +00:00
parent 46a691b876
commit 525de7450e
2 changed files with 15 additions and 12 deletions

View File

@ -66,7 +66,7 @@ virt-install \
--os-variant generic \
--virt-type kvm \
--graphics vnc,listen=127.0.0.1 \
--network network=public2,filterref=clean-traffic,model=virtio \
--network network=public1,filterref=clean-traffic,model=virtio \
--import \
--print-xml > "$xml"