Skip to main content
Version: 0.1.0

Basic VM Network Settings

An easy way to obtain VM network settings is to copy network settings from the VM host. This guide shows how to obtain VM network Settings from a basic setup.

  1. gateway IP used by the VM host. On VM host run:
    ip route show | grep default | head -1 | cut -d" " -f3
  2. Nameserver IP currently used by the VM host. On VM host run:
    resolvectl status | grep "Current DNS" | head -1 | cut -d " " -f4
  3. List storage pools on VM host and verify if any are for Ceph RDB. On VM host run:
    virsh pool-list --all