Recent content by proxnewb!e

  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

    101 not existed, this was new server. > I guess you need to modify that file inside the archive to be able to extract it. i spent some time trying to extract is and then update it back to archive, but repeatedly ending up with error: "archive contains no configuration file" gzip -d archive.tgz...
  4. P

    How to add IP subnet /27, setup bridge ?

    I replaced my /etc/network/interfaces by Richard's "/etc/network/interfaces in Proxmox Host" content one post up, only i added line: dns-nameservers 8.8.8.8 8.8.4.4 then "service networking restart" and i can create CTs (VPS's) which are connectable from/to internet. So it worked for me for...
  5. 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?
  6. P

    install without LVM

    No downtime or absolute minimum downtime backups and migration will still be available without LVM ? Or what would be the downtime for lets say 10GB data VPS please?
  7. P

    How to add IP subnet /27, setup bridge ?

    That is too general/theoretical. Please kindly write an example in which you mention interface/bridge names and IPs which i used in this case. So me and future noobs know how to exactly apply.
  8. 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
  9. 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...
  10. 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...