P Proximate Member Feb 13, 2022 219 13 23 65 Mar 15, 2022 #1 What ports would need to be open between vmware and proxmox to import vms from ESX? I can't seem to find this anywhere.
What ports would need to be open between vmware and proxmox to import vms from ESX? I can't seem to find this anywhere.
gurubert Distinguished Member Mar 12, 2015 1,173 330 153 Berlin, Germany www.heinlein-consulting.de Mar 15, 2022 #2 You cannot import VMs via a simple TCP connection into Proxmox. You need to export the vrtual disk image, convert it and change some settings inside the VM. For more details see https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Virtual-to-Virtual_.28V2V.29 Last edited: Mar 15, 2022
You cannot import VMs via a simple TCP connection into Proxmox. You need to export the vrtual disk image, convert it and change some settings inside the VM. For more details see https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Virtual-to-Virtual_.28V2V.29
P Proximate Member Feb 13, 2022 219 13 23 65 Mar 15, 2022 #3 Well, it seemed pretty simple and to be just a TCP connection. Import to proxmox host; # ovftool vi://root@192.168.1.43:443/c7-test . Then imported it to Proxmox service as a vm; # qm importovf 103 c7-test/c7-test.ovf local-zfs The problem is, it's not clear if it only used port 443 or something else since I was on the LAN at the time. Last edited: Mar 16, 2022
Well, it seemed pretty simple and to be just a TCP connection. Import to proxmox host; # ovftool vi://root@192.168.1.43:443/c7-test . Then imported it to Proxmox service as a vm; # qm importovf 103 c7-test/c7-test.ovf local-zfs The problem is, it's not clear if it only used port 443 or something else since I was on the LAN at the time.
gurubert Distinguished Member Mar 12, 2015 1,173 330 153 Berlin, Germany www.heinlein-consulting.de Mar 16, 2022 #4 OK, with this tool it is obviously port 443 on the ESXi host that has to be accessible from the Proxmox node. Reactions: Proximate
OK, with this tool it is obviously port 443 on the ESXi host that has to be accessible from the Proxmox node.
P Proximate Member Feb 13, 2022 219 13 23 65 Mar 16, 2022 #5 Yes, for sure port 443 but since it was on the LAN when I first did imports, I wondered if maybe there were other ports being used that I just didn't see. I'll give it a try and if that's all it takes, I'll update this too. Thanks .
Yes, for sure port 443 but since it was on the LAN when I first did imports, I wondered if maybe there were other ports being used that I just didn't see. I'll give it a try and if that's all it takes, I'll update this too. Thanks .