Search results

  1. Richard

    Clarifications on firewall rules

    Firewall rules at cluster level are inherited by the nodes, but not by VMs - for VMs rules have to set individually. Also necessary to have "firewall" option for each interface (which is set by default).
  2. Richard

    tap interface interaction with Bridge vmbr0

    tap devices are assigned to the bridge as configured in the VM settings in the moment when the respective VM starts. You can manipulate the assignments by running the linux bridge commands but it is not the approach of Proxmox, the supported way is to use the respective `qm set` command, for...
  3. Richard

    No response from service running in a VM

    If not checked already whether it works without active firewall do it since also other wrong network configuration can be the cause. Then have a look at generated iptables in the host by running iptables-save in order to see if the rules had been generated as expected.
  4. Richard

    Three VMs in three separate Volume groups i.e of three physical disks(i.e actually single one disk).

    AFAIU you want to have the virtual disks hosted by 3 different physical disks. In this case you have to configure 3 different storages - expandig a LVM group across 3 disks is not a solution for this. For considering the situation comprehensively more information is necessary, running a...
  5. Richard

    Mounting /var/log to a different drive breaks GUI for that server

    It's caused by missing access rights in the mounted filesystem, the following resolves the problem (at your own risk, running from an SD and/or changing /var/log is not recommended indeed): chmod 777 /var/log/pveproxy chmod 777 /var/log/pveproxy/*
  6. Richard

    USB 3.0 not working on windows

    In V7.3 attaching an USB device is improved and it's not necessary any more to specify USB version explicitly. On the other hand due to compatibility the USB3 check box still exits. You are right, a check box which cannot be used is useless - thank you for the hint, we will think how to improve...
  7. Richard

    [SOLVED] how to set bridge MAC HW address?

    The difference is caused by ifupdown vs. ifupdown2: Debian 11 default is ifupdown which needs "bridge_hw" as keyword where Proxmox uses per default ifupdown2 which needs "hwaddress" as keyword. You can change this also in Proxmox by apt install ifupdown which removes implicitly ifupdown2...
  8. Richard

    ifupdown2 installation without proxmox update

    Run simply apt install ifupdown2 at your "old" (probably PVE6) version.
  9. Richard

    Not getting "Trust This Computer?" on iOS devices

    Just about USB in general (the particularly mentioned devices I don't know): Vendor/Device ID may change when activating certain functions, therefore the safer and more stable way is to specify an USB device by Port. Note that also in this case you may have different port addresses at the same...
  10. Richard

    Black Screen during Installation

    Probably your video does not support the geaphic mode of installation media. How to workaround: - Put the planned system disk into a different machine, install Proxmox there and put the disk back (network configuration has probably to be adapted afterwards) - since throughout the versions some...
  11. Richard

    [SOLVED] How do you map or pass through a USB HASP security key dongle to a Windows Server guest vm?

    Go in WEB GUI to Datacenter -> <node> -> <vm-id> -> Hardware -> Add -> USB Device and select in the popping up form the requested device (by Vendor/Device ID or Port; recommended to use Port since Vender/Device may not be unique).
  12. Richard

    VM access from outside

    As soon as a NIC is defined as bridge port (in the current case enp2s0@vmbr0) it must not have configured an IP any more. Moreover, since you have just one network ip_forward is not necessary, VMs are contacted directly by layer 2 (i.e. via MAC address) from the router. Port forwarding to VMs...
  13. Richard

    Linux Bridge - VM Kommunikation nicht möglich

    Sollte ohne weitere Maßnahmen seitens Proxmox Host funktionieren, daher vermute ich, dass irgend eine Windows Eistellung nicht passt. Würde folgendes machen: - NIC Zustand in Windows prüfen, möglicherweise nicht aktiv (bzw. ob Link erkannt); wenn nicht dann passt mit dem Netzwerktreiber in...
  14. Richard

    IP/CIDR instead of ip address

    Data which are occurring during the installation process are proposals based on DHCP responses. You can adapt them according to your needs. Not quite clear what you address here that is not working correctly (giving an example may help) - anyway, after installation you can adapt the setting...
  15. Richard

    How do I keep the subscription server ID the same after reinstalling PVE on a machine?

    Server ID is generated randomly as also ssh keys are in order to have a distinct identification whenever a system is installed.
  16. Richard

    Grub not loading

    GRUB maybe not correctly installed (respectively does not find file /boot/grub/grub.cfg). Try the following: - Boot with a Linux live Media (perferrably Debian or Ubuntu) - investigate the Proxmox boot disk - check if /boot/grub/grub.cfg is ok (probably yes; if no you should better reinstall...
  17. Richard

    usb passthrough address changes after reboot

    Since the Device # is created "randomly" you have to adapt the .conf file before each container start by grep-ing the current device ID from `lsusb` output.
  18. Richard

    How do I keep the subscription server ID the same after reinstalling PVE on a machine?

    No - reissue the key(s) following https://shop.proxmox.com/index.php?rp=/knowledgebase/6/Server-change---How-can-I-move-my-current-subscription-key-to-the-new-server.html
  19. Richard

    lxc tun vpn device on more container?

    Works for more containers simultaneously too.
  20. Richard

    Change configurations file for influDB

    https://forum.proxmox.com/threads/proxmox-metric-server-influxdb-grafana.116276/