Search results

  1. G

    client connection: 127.0.0.1:60994

    I'm not an expert to solve things in depth. What I did was move the PVE9 to the 192.168.1.0/24 network. I changed the IP address for the PVE9 and now everything works from the WAN client as well. Maybe WG has a problem with going through another NAT, that's why it works on 192.168.1.0/24 and...
  2. G

    client connection: 127.0.0.1:60994

    So it's still not solved, but I can describe it better. See the following picture. I have 2x proxmox (PVE 8 and PVE 9) in my homelab. If I am in LAN 192.168.1.0/24, there is no problem and PVE8 (192.168.1.0/24) and PVE9 (192.168.0.0/24) work without problems. If I connect from WAN using WG...
  3. G

    How to solve the installation and future reinstallation of PVE

    Since I have a mini Aoostar GEM 10, where I have 3 NVMe slots, my goal is this. Use one disk only for Proxmox boot (root). I want to have everything else, VM, CT, backups, data separately on the other two disks (ZFS Mirror). I really don't like updating the OS, for example, from Debian 12 to...
  4. G

    How to solve the installation and future reinstallation of PVE

    Thank you I usually google to read various articles, instructions, but I also ask a lot on internet forums. AI is an improved google and it helped me a lot in the past. It even helped me now, but I misunderstood it. When I created the VM via the GUI, I wanted the disk where the OS would be...
  5. G

    How to solve the installation and future reinstallation of PVE

    Please is there any instructions on how I can install VM/CT on ZFS mirror in proxmox 9. I try it via CLI, but also via Web GUI, but when installing VM/CT I can only select local storage
  6. G

    How to solve the installation and future reinstallation of PVE

    I'm not an expert and I often use AI, but sometimes I get lost in AI too. My situation is as follows. I have 3 NVMe disks 1x 1TB and 2x 512GB. I install proxmox (ext4) on the 1TB disk. Proxmox automatically divides the disk into root 100GB (swap 8GB) and lvm 850GB. What is my goal? I want only...
  7. G

    client connection: 127.0.0.1:60994

    It seems that the problem has been solved. It is unbelievable, but the problem was the UTP cable between the Proxmox server and the router. The original 1.5m patch cable was used between the server and the router. I crimped the RJ45 connectors on the new cable and everything works perfectly. ;)
  8. G

    client connection: 127.0.0.1:60994

    The PC where proxmox 9 is installed is Aoostar Gem 10 (AMD 6800), RAM 32GB LPDDR5. 1x NVMe supplied by the seller (gen 3) smart === START OF INFORMATION SECTION === Model Number: CT1000P3PSSD8 Serial Number: 250xxxxxxxx Firmware Version...
  9. G

    client connection: 127.0.0.1:60994

    I recently installed Proxmox 9 and today I want to configure NVMe ZFS disks. I typed a few commands and the webshell stopped responding. e.g. zpool create -f datapool mirror /dev/nvme2n1 /dev/nvme1n1 zfs create datapool/nextcloud zfs set quota=200G datapool/nextcloud I connected via SHH and the...
  10. G

    Purchased an AOOSTAR R7 2 Sata bays and 2 nvme bays w/ an AMD Ryzen 7 5825U (8C/16T) - looking to for recommended configurations

    I want to ask if you actually use this mini PC with Proxmox. I'm planning to buy AOOSTAR R7 2-Bays NAS AMD R7 5825U Mini PC-Black, but I want to know if aoostar is reliable. What RAM do you have there. If it works well then my plan would be Install PVE on 2x NVMe 256GB ZFS Mirror Data disks 2x...
  11. G

    Proxmox VE installation and 3 disks

    So, 1x would be the system disk. There is no data on the system disk, but the system. If the system disk fails, I can reinstall PVE at any time The other two disks would have data (ZFS RAID1). I have several independent PVE installations on different branches. Somewhere I have 4 disks (which is...
  12. G

    Proxmox VE installation and 3 disks

    In such a case, how would you proceed to reinstall PVE so as not to lose your data? Is it even possible?
  13. G

    Proxmox VE installation and 3 disks

    I don't have data on proxmox VE. If something happens to the NVMe disk where PVE will be, I will replace it and install a new one. If the disk where the data will be fails, I will lose all the data. If there are 2 disks in ZFS, then there is a small probability that both disks will fail...
  14. G

    Proxmox VE installation and 3 disks

    I want to buy a mini PC (ALLIWAWA, Ninkear, GMKtec, Blitzwolf, AOOSTAR ...). Some mini PCs have 3x NVMe slots. I will install proxmox on an NVMe disk (EXT4). The other 2 NVMe disks will serve as data storage for LXC/KVM, e.g. nextcloud data, plex data, etc ... These 2 disks will be a ZFS Raid1...
  15. G

    Only 2 disks, proxmox + data in RAID1 (ZFS)

    Is it possible to install Proxmox VE in RAID1 (ZFS) and use the other part of the disk for RAID1 (ZFS) data. I want to buy a mini PC and it usually has 2 NVMe slots. I am considering buying 2 NVMe disks 1TB. Divide them into 250GB (LXC, KVM, IMG ...) and use the remaining 750GB for data e.g...
  16. G

    Wireguard in LXC

    Try this [Peer] PublicKey = *************************************** AllowedIPs = 0.0.0.0/0 Endpoint = ip_wg_server_or_domain_name:port PersistentKeepalive = 25
  17. G

    Wireguard in LXC

    If no one knows the above configuration, no one can help. You can find the relevant blog articles at Pro Custodibus.
  18. G

    Wireguard in LXC

    See to post #8
  19. G

    Wireguard in LXC

    Show your configuration file wgx.conf on wg servers and also on iphone (sensitive data in conf *******). I would consider installing wireguard_webadmin. It works fine in docker (in LXC)