Search results

  1. Richard

    Restore PBS backup directly from hard drive rather than network

    I would suggest to to so; moreover: you can install the complete (i.e. the system disk too) PBS as VM in the PVE host, just adapt network settings (since you have to use virtual NICs instead of real ones) afterwards. Then you use still network, but just the virtual one and your indpendent from...
  2. Richard

    How do I share one VM's VPN tunnel with another VM?

    AFAIU you use a VPN method which works in a desktop environment only but you want to use accessing it from a server without desktop environment too. Since I don't know your network topology in detail I cannot be sure if one of the following possibilities is convenient for you, however: - use the...
  3. Richard

    VMs do not seem to get IP from DHCP

    For analyzing the situation it would be necessary to know network topology (where DHCP server is located?) and both host and VM network configuration (/etc&network/interfaces in host and corresponding configuration in VMs).
  4. Richard

    ASMedia SATA Controller recognized but no disk found.

    No disk detected at the controller - maybe adding kernel module ahci_platform helps.
  5. Richard

    ASMedia SATA Controller recognized but no disk found.

    Da dies eine Unmenge von Daten sind, ist es etwas schwierig die auf Basis von Screenshots zu analysieren. Besser wäre die Asugaben als Textfile. Darüber hinaus: was meldet `lsblk --ascii -M -o +HOTPLUG,ROTA,PHY-SEC,FSTYPE,MODEL,TRAN` zurück? Weiters interessant: die Ausgabe von `dmesg` aus der...
  6. Richard

    2 IP konfigurieren

    Mit diesen Angaben alleine kann man nicht sagen, warum da etwas nicht läuft (ein IP2 kommt nicht vor, auch sieht man nicht wie die VMs konfiguriert waren). Bezgl. einer 2. IP haben die Provider ihre eigene policy; ohne jetzt deren im Detail zu kennen, vielleicht hilft...
  7. Richard

    Hetzner Proxmox configuration public and private network

    Console access should be always possible, I cannot imagine that any hoster does not offer it .....
  8. Richard

    Server looses connection on VM shut down

    AFAICS VM 201 is the respective Windows VM. It was started just a few minutes before the reboot, but I cannot see any shutdown of it. Maybe the shutdown was performed inside the VM. For clearer diagnosis it would be helpful to make the following steps in certain intervals (at least 2 minutes...
  9. Richard

    Hetzner Proxmox configuration public and private network

    I guess so (if still not working follow the packets via tcpdump in order to figure out where they get lost).
  10. Richard

    [SOLVED] Proxmox bootet nicht mehr

    Da bleibt IMO nur: neue (boot) Festplatte einbauen (geht aber ggf. auch mit einer externen Festplatte, kommt auf die verwendete Hardware an, ob man davon booten kann), auf dieser Proxmox installieren. Die alte zunächst drinnen lassen und von dieser Daten übernehemen (wenn das noch geht).
  11. Richard

    Server looses connection on VM shut down

    Post the syslog rather as .txt file - important for anylaysis would be to know exactly when the VM shutdown happened. Also useful would be to have a information about VM and other configuration - all this can be seen in a pvereport.
  12. Richard

    [SOLVED] Proxmox bootet nicht mehr

    Also irgendwas sollte man auf der Konsole schon sehen - oder es ist auf der Boot-Disk etwas im Eimer. Am besten mit einem alternative (live) Medium booten und die Disk untersuchen.
  13. Richard

    [SOLVED] Ändern der IP Frontend eines Clusters

    Ja, da kann man kein Problem erkennen. Passt so. Da stimmt tatsächlich etwas nicht. Doch, das ist eigentlich kein Problem. Gar nicht, die wird generiert. Man muss also die Ursache beheben und finden. Ein pvereport von allen 3 nodes sollte dabei helfen, insbesondere prüfen: *...
  14. Richard

    Hetzner Proxmox configuration public and private network

    Remove the above line, the my not disturb but not be necessary either. Remove address entry, the same address must not be specified twice. The question is what this IP is good for. Remove the above - at least for the moment (take care about firewalls later).
  15. Richard

    [SOLVED] Hetzner Proxmox routed config

    I don't think proxy_arp is useful here. The "up route" line is not necessary (all is routed to <Gateway> by the "gateway" entry) Looks ok, but you need to add NAT for outgoing connection from VMs as follows: iptables -t nat -A POSTROUTING -o enp9s0 -j MASQUERADE Incoming connections (from...
  16. Richard

    [SOLVED] PVE GUI unreachable via LAN

    AFAIU this is already possible. In principle both is possible but since currently there is neither a virtual nic nore an address defined for LAN10 it will work only with untagged LAN. If it's not working check via tcpdump if packets for 10.0.100.10:8006 arrive at vmbr2 If do not restrict...
  17. Richard

    552 Requested mail action aborted: exceeded storage allocation

    Looks like a problem with external firewall.
  18. Richard

    Proxmox VE 7.0 (beta) released!

    There were some errors in the wiki examples (corrected now): you have to set for bond slaves, bond, bridge and vlan "autostart" (respectively keyword "auto" in /etc/network/interfaces) - when configuring via GUI it is done automatically.
  19. Richard

    [SOLVED] SPICE unable to use more monitors

    I've verified the correct behavior with virt-viewer 7.0-2 from official Debian-repo. Recommend to use this version in order to verify whether it's a client or guest problem. A problem with the client you use combined with the OS cannot be excluded.
  20. Richard

    [SOLVED] SPICE unable to use more monitors

    This means all 4 Spice interfaces are there. In order to activate a monitor check in virt-viewer's "File" menu the respective monitor and it will occur in a separate window (then also xrandr will show it as "connected"). AFAICS in your screenshot you use a different client, but should work...