Proxmox - network nat

  • Category: 電腦相關
  • Last Updated: Friday, 10 February 2017 09:26
  • Published: Friday, 10 February 2017 09:16
  • Written by sam

Set Proxmox - network nat function

From 172.24.1.249 icmp_seq=3424 Destination Host Unreachable
From 172.24.1.249 icmp_seq=3425 Destination Host Unreachable
From 172.24.1.249 icmp_seq=3426 Destination Host Unreachable
64 bytes from 172.24.1.248: icmp_seq=3427 ttl=64 time=2010 ms
64 bytes from 172.24.1.248: icmp_seq=3428 ttl=64 time=1005 ms
64 bytes from 172.24.1.248: icmp_seq=3429 ttl=64 time=2.10 ms
Read more: Proxmox - network nat

azure to vmware

  • Category: 電腦相關
  • Last Updated: Tuesday, 18 July 2017 11:12
  • Published: Tuesday, 07 February 2017 11:46
  • Written by sam

Try to azure to vmware

I download Azure vm, format is VHD.

And convert it to vmdk

qemu-img convert wantgooS-os-1946.vhd -O vmdk wantgooS-os-1946.vmdk

Than mount to my vmware workstation

If I boot up it , always hangs at "nonblocking pool is initialized"

nonblocking pool is initialized

I've try again and again to test

Finally.

Read more: azure to vmware

Proxmox - vhd to qcow2

  • Category: 電腦相關
  • Last Updated: Tuesday, 07 February 2017 15:53
  • Published: Friday, 03 February 2017 17:12
  • Written by sam

Default Azure disk format is VHD

First download it and convert

qemu-img convert wantgooS-os-1946.vhd -O qcow2 wantgooS-os-1946.qcow2

or conver to vmdk

root@wantgoo:/sharelocal# qemu-img convert wantgooS-os-1946.vhd -O vmdk wantgooS-os-1946.vmdk

And goto Proxmox portal create vm, and don't start it.

vi /etc/pve/qemu-server/100.conf --> repleace to yours environment
Read more: Proxmox - vhd to qcow2