-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
After starting the microvm, the default network ip is 192.168.0.2/30
configuration:
{
"boot-source": {
"kernel_image_path": "vmlinux-6.1.141",
"boot_args": "console=ttyS0 reboot=k panic=1",
"initrd_path": null
},
"drives": [
{
"drive_id": "rootfs",
"partuuid": null,
"is_root_device": true,
"cache_type": "Unsafe",
"is_read_only": false,
"path_on_host": "bionic.rootfs.ext4",
"io_engine": "Sync",
"rate_limiter": null,
"socket": null
}
],
"machine-config": {
"vcpu_count": 2,
"mem_size_mib": 1024,
"smt": false,
"track_dirty_pages": false,
"huge_pages": "None"
},
"cpu-config": null,
"balloon": null,
"network-interfaces": [
{
"iface_id": "eth0",
"host_dev_name": "tap0",
"guest_mac": "06:00:c0:a8:00:02"
}
],
"vsock": null,
"logger": null,
"metrics": null,
"mmds-config":null,
"entropy": null
}
