Recent content by Alexander Pytlev

  1. A

    Hetzner servers with Proxmox are unsable

    Maybe your server sleeping ? What in logs ? Why you dont use Proxmox ISO to install ?
  2. A

    Installing PVE 6.2 from PXE, both initrd and loopback methods are broken

    PXE HTTP boot Config: label Proxmox621 menu label Install Proxmox 6.2.1 linux /proxmox/linux26621 initrd /proxmox/initrd621.iso.img splash=verbose append vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw splash=verbose label Proxmox621D menu label...
  3. A

    Installing PVE 6.2 from PXE, both initrd and loopback methods are broken

    I use kernel and modified (by script from url in message #14) initrd from original proxmox iso. You have all needed information, try using it.
  4. A

    Installing PVE 6.2 from PXE, both initrd and loopback methods are broken

    Use this script: https://github.com/morph027/pve-iso-2-pxe this method work for PXE and USB boot If You want boot "pure" proxmox iso, use servers with iLO, DRAC or something like this. Or, You can prepare own "rescue" image with proxmox.iso and qemu inside, boot from these "rescue" image and...
  5. A

    Winpower (UPS app) can't close the Proxmox

    Try this (from https://networkupstools.org/docs/man/blazer_ser.html): "cablepower = string By default the driver will set DTR and clear RTS (normal). If you find that your UPS isn’t detected or the communication with the UPS is unreliable, you may try if clear DTR and set RTS (reverse), set DTR...
  6. A

    moving bootloader and partitions from 2 big vdevs to 1 new smaller vdev?

    You VM has two vdevs: root and var, and you want to merge it. 1. Grow size of root vdev as you need (in Proxpox VE gui) 2.1. Boot VM from live cd, expand filesystem on root vdev, and check them. 2.2. Mount both vdevs and copy var from second vdev to first 2.3. In fstab comment out mount record...
  7. A

    Migrate proxmox os to annother hard with dfferent size and raid configuration

    Simply way: Boot from live CD/USB, dd from "Hp SSD 800GB raid 0" to "Nvme 1TB raid 4", shutdown server. Disconnect or remove "Hp SSD 800GB raid 0", power on, goto BIOS setup and set boot from "Nvme 1TB raid 4" Try to boot Proxmox from "Nvme 1TB raid 4" If all ok, reboot from live CD/USB and grow...
  8. A

    Winpower (UPS app) can't close the Proxmox

    Try to use nut (Network UPS Tools) https://networkupstools.org/documentation.html Nut has package in Debian.
  9. A

    Multiple virtual NICs for VLANs

    From point of view of you windows server, both NICs in one network. You must use different NETs for NICs, like 192.168.10.2, 192.168.20.2. I think, in your situation better use different NETs for separate you devices. Because in both configurations - vlans or different NETs, you need router...
  10. A

    Adding Public IP on Proxmox Windows VM, how?

    Read this: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_choosing_a_network_configuration and sample: https://dominicpratt.de/hetzner-proxmox-network-configuration/
  11. A

    Host Samba share options?

    Mount samba share as you need and replace 'cifs' storage to 'directory', pointed to samba share mount.
  12. A

    Sending emails from proxmox

    Look here: http://www.postfix.org/BASIC_CONFIGURATION_README.html http://www.postfix.org/STANDARD_CONFIGURATION_README.html
  13. A

    Proxmox 6 hetzner subnet lcx problem

    You have two network, 144.76.197.160/27 and 144.76.161.128/29 Gateway on Proxmox host - 144.76.197.161 For VMs available only second network. In you config vmbr0 has IP 144.76.161.129 (for /29 mask: 144.76.161.128 - network, 144.76.161.135 - broadcast) For VMs available IP: 144.76.161.130...