Search results

  1. P

    2 server cluster with HA? Layman tutorial?

    Hello, I seek your help/suggestion. I am willing to double my web hosting (LEMP stack + some custom Linux software) cost by running two Linux virtual servers (in case each of the server needs to have same full CPU/RAM/disk specs). Otherwise in case the resources sharing/load balancing would be...
  2. P

    HA and different datacenter + IPs, how that works?

    Hello, There are several articles presenting HA functions which moves VPS from node to node if source node becomes offline (if i understand properly)... but i do not understand how networking works in this HA scenario. i have: - server from company A in USA datacenter with one IPv4 subnet -...
  3. P

    pct restore: unable to parse config line

    # pct restore 101 /vzdump-3810.tgz unable to parse config line: ▒▒▒▒= i know this config line is unimportant, how can i proceed pct the restore even there is that bad config line please? Also in which file this config line is inside that openvz .tgz?
  4. P

    [SOLVED] How can i access VM/CT if i forgot login credentials?

    Hello, when i create a Linux VM or CT in Proxmox and forgot its SSH login credentials, how can i access files inside this VM/CT or even get access to the Linux so i can work on it? Thank You
  5. P

    How to add IP subnet /27, setup bridge ?

    Hello, i would like to ask for help on how to add IPv4 subnet/vLAN to the Proxmox so it can be used by virtual servers and how to setup bridge (if it is needed). today i installed Proxmox VE 5.0.x on Debian 9 stretch My server was assigned /29 and /27 public IPv4 subnets which i want to add to...
  6. P

    Network: "Pending changes (Please reboot to activate changes)" Can i do without reboot?

    Hello, in Proxmox i edit host server's network bridge or add new one and it says: Can i apply these changes anyhow without restarting host server and all virtual servers? --- FJFB606 says: "You have tried renaming /etc/network/interfaces.new by /etc/network/interfaces, then doing...
  7. P

    How to repartition Debian install for Proxmox LVM?

    Hello, Debian stretch (9) 64bit was installed for me and i would like to install Proxmox VE on it according to this tutorial: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch First issue i have as a a Linux partitioning, LVM and Proxmox newbie following that tutorial is: i do...
  8. P

    How to assign internal IPv4 to a VM?

    Hello, i followed this tutorial in aim to NAT port forward IPv4 requests from host server to the KVM guest server. I do not understand how i assign internal IPv4 (example: 192.168.0.3) to a KVM VM which i create in Proxmox VE. I used Virtio as a network model, vmbr0 bridge, but how i define...
  9. P

    How to route VPS traffic via host server interface?

    Hello, i have host server and KVM guest Linux CentOS 5.11 VPS. ...... host server has one IP assigned + gateway IP ...... I bought additional one IP (/32), this IP dont have gateway and it is on very different subnet than my host server ...... When i asked server provider how to use that IP...
  10. P

    "Error 404048" in Proxmox console

    I got "Error 404048" in Proxmox console during installation from .ISO What should i do please? // edit, i hit Reload button and it worked.
  11. P

    How to assign an IP to new KVM Linux machine?

    Hello, i installed Proxmox and created new KVM virtual machine with Linux on it. Please how to achieve that VPS has its own dedicated IP i just bought from datacenter? I found there is "Network" tab in Proxmox, do i need to setup anything there? Thank you
  12. P

    Proxmox is only .iso install?

    Hello, isnt there any tutorial on how to install KVM and Proxmox via SSH Linux command line only, if its possible? I mean im renting server and have just SSH access atm.
  13. P

    Hot to do installation while i have two .iso images ?

    Hello, i have two .iso images. disk2 should be inserted when suggested by installer Please how i can use Proxmox to install with two disks? Is there any image tutorial or text tutorial which can guide thru the process please?
  14. P

    Backup of larger VM, second sync takes too long time

    Hello,i have one VM which vzdump-X.tgz file is around 100GB large, when creating dump file using "vzdump", the second sync (while VPS is suspended (i use --live mode)) takes more than 20 minutes which is becoming not acceptable.VM do not contains large files, but rather more small files.Im...
  15. P

    vzdump exclude file types?

    Hello, vzdump manual shows one can use regex to exclude directories/files. But how the command should look like when i want to exclude lets say .tar.gz and .zip files in all directories of VMs? (I want to do frequent backups without these files and less often backups including everything)