Recent content by zoltanb

  1. Z

    Move Linode VM to ProxMox

    I am checking now if I have another bootable device. I understand now, it's Proxmox. :)
  2. Z

    Move Linode VM to ProxMox

    OK, ProxMox VE. I have a cluster and I've seen that hosts are called nodes, this is why I used ProxMox node. :) It's an image file I created via dd. ssh root@myip "dd if=/dev/sda " | dd of=/home/vps.img Then I created a VM and after that I imported the disk using "qm importdisk 101...
  3. Z

    Move Linode VM to ProxMox

    What is the best way to completely move a Linode VM to a ProxMox node? I have downloaded via SSH the linode .img file, what is the best way to create a VM that will boot from this .img file?
  4. Z

    Public and Private IPs

    I got a vlan tag from my hosting provider, supposedly my 2 nodes are added to vlan tag 2001. Server1: /etc/network/interfaces: auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 100.101.102.159/24 address...
  5. Z

    Routed configuration question

    If I have one public IP for the host and 4 more public IPs for the guest, by using routed configuration (as presented here: https://pve.proxmox.com/wiki/Network_Configuration), the guests will use their public IPs while accessing the internet or host's public IP? How do I need to setup vmbr0 if...
  6. Z

    Public and Private IPs

    What is the best way to let the VMs on different nodes to communicate to each other either via their private IPs or via their public IPs? How to achieve this with a 3 node cluster? All the 3 nodes have 1 public IP each + public IPs to be used on VMs. Let's suppose I will have 5-10 VMs on each...
  7. Z

    Update: unauthorized

    I am new to ProxMox and I was trying to update a ProxMox node with apt-get update. I get a similar response from ProxMox servers: Err:4 https://enterprise.proxmox.com/debian/pve bullseye InRelease 401 Unauthorized [IP: 144.217.225.162 443] Reading package lists...
  8. Z

    TASK ERROR: unable to create VM 104 - no such volume group 'drive2'

    Thanks Fabian. I thought so, but it was strange that I could select the drive of another node on the web GUI.
  9. Z

    TASK ERROR: unable to create VM 104 - no such volume group 'drive2'

    I checked under storage and this is what I see under "i3": Enabled Yes Active Yes Content Disk image, Container Type LVM Usage 0.00% (0 B of 3.00 TB) Under "smhome", I see it as Active No and usage NA. Enabled Yes Active No Content Disk image, Container Type LVM Usage NA
  10. Z

    TASK ERROR: unable to create VM 104 - no such volume group 'drive2'

    Hello, I am new to ProxMox and currently testing it in my local environment with 3 nodes: i3, msi and smhome. Under Datacenter / Storage I added a new LVM (drive2) which is physically attached to "i3" node but it is also shared with my 2 other nodes: "msi" and "smhome". When I want to create a...