Search results

  1. W

    Attacks from a vps

    Depending on the host some have there own firewall settings. (Proxmox has its own built in firewall for VMs)
  2. W

    Attacks from a vps

    That is the main issue becouse SSH server is open to anyone and is protected with only username and password. That means that if the password was not rotated yearly or every 6 months and it was not a secure password. My guess is that the guest SSH credentials was hacked. this needs to be...
  3. W

    Attacks from a vps

    Hello now we are getting some more information. and this SSH access is it locked down with only SSH keys or do the SSH server also accepts username and password? is the SSH locked down to only allow the customers IPs? and is SSH to the proxmox server locked down and do it allow only SSH Keys...
  4. W

    [suggestion] Folders for VMS

    we use tags ie if its a clients vm or our own what OS it is, etc.
  5. W

    force proxmox to use integrated graphics instead of dedicated card

    Hello Depening on the hardware you can force the hardware to use the integrated gpu but most of the hardware are like this: See GPU use GPU, with no option to turn it off. that is becouse most Hardware will think oh i will use it for myself as VMs etc are software.
  6. W

    VM Disk Performance Issue After Moving from Local RAID SSD to NFS Storage

    it might be that its overhead issues.. i would try a ZFS and put the disks in as RAW format. it has better preformance. and remember backup backup and backup ;)
  7. W

    2 warnings in pve8to9 check

    i would keep it no harm :)
  8. W

    Proxmox Host Screen Resolution

    Hello you dont want to uninstall proxmox stuff.. i feel like the Xorg stuff is not standard install have you added it your self? Better to wait for a proxmox staff to help
  9. W

    Proxmox Host Screen Resolution

    Hello The Radeon 890M GPU should support 2560×1440, but since only simple-framebuffer is active, the kernel is not yet loading a proper AMD GPU driver for the console. check if the AMD Gpu is loaded in proxmox lsmod | grep amdgpu dmesg | grep amdgpu if it is then it should support higher...
  10. W

    How to restore raw disk

    Great happy it helped :D and dont forget Backup, Backup and Backup :D
  11. W

    Proxmox Host Screen Resolution

    Hello First we need to get to "know" your system better. Here are some questions: Are you booting your Proxmox host in Legacy BIOS/GRUB mode or UEFI mode? (Tip: You can check with ls /sys/firmware/efi — if the folder exists, you’re on UEFI.) What is the output of: grep -E "GRUB_GFX|CMDLINE"...
  12. W

    How to restore raw disk

    Hello You’re getting non-existent or non-regular file because qm importdisk only works with regular files (raw/qcow2). If your vm-107-disk-1 is an LVM volume, you need to re-add it as storage instead. Quick steps: Check if it’s a file or LV: ls -l vm-107-disk-1 || true file vm-107-disk-1...
  13. W

    2 warnings in pve8to9 check

    for me who have moved to the modern sources mode i had to do sed -i 's/main contrib$/main contrib non-free-firmware/' /etc/apt/sources.list.d/debian.sources apt update apt install intel-microcode -y in order to install intel-microcode and get rid of the error WARN: The matching CPU microcode...
  14. W

    Attacks from a vps

    if someone gained unauth access to your proxmox host then you need to secure it. Like only allow access from trusted IPs or locked down with MFA etc. i dont have proxmox on the public internet. i have it behind a firewall locked down tight. we use WHMCS but its just a management interface for...
  15. W

    Attacks from a vps

    We selfhost our Proxmox Cluster. but i would go with Hetzner if you can create a account we use it for some of our clients and it works great. dont know what you needs are but Hetzner is just a VPS hosting provider and it lets you adda virtual firewall to lock down ports etc. what was hosted...
  16. W

    Attacks from a vps

    My guess is that someone gained access via SSH if it was exposed to the internet and not locked down. do you have access to a virtual firewall that the host has? i know Proxmox has a virtual firewall we use it to lock down ssh etc.
  17. W

    Proxmox Mail Gateway version 8.0.3

    Hello you can try and set the public ip so that PMG uses it. Use smtp_bind_address if you want to show external IP If your PMG has an internally routed public IP, you can force outgoing traffic to bind to this IP: smtp_bind_address = <your public IP> in the main.cf file.
  18. W

    Attacks from a vps

    so one of your customers VMs is attacking other servers is that correct?
  19. W

    Proxmox Mail Gateway version 8.0.3

    try and update to the latest version. and you should have a public ip PMG should use that but first we need to know abit about the setup you have is the server on a public dedicated ip or is it behind a firewall or someting else?