Search results

  1. Richard

    Proxmox DHCP Default Route

    Die "routers" Option in host-spezifisch festzulegen ist etwas ungewöhnlich. Würde es mal mit einer einfacheren Konfiguration versuchen und dann ggf. schrittweise anpassen, weiters ist nicht ganz klar wofür die Option subnet-mask /32 dient, das würde ja bedeuten, dass keine Andere IP Adresse über...
  2. Richard

    [SOLVED] NFS connection drops suddennly

    * Check the IP connection (i.e. try pinging the NFS Server) from Proxmox host * If it's working: try to add a "manual" share in addition to storage definition, i.e. run e.g. mount.nfs ftpback-rbx4-118.ovh.net:/sharename /mnt/tempshare If this works but the Proxmoxstorage still not there is a...
  3. Richard

    Persisting DHCP hostname across Debian Core container reboot

    No - "turnkey-core" is only one kind of Debian template. You can create your own one easily by running "Convert to template" on an existing container which has installed all packages you need.
  4. Richard

    Persisting DHCP hostname across Debian Core container reboot

    Run apt install isc-dhcp-client and the problem will not occur any more during the next reboot.
  5. Richard

    Persisting DHCP hostname across Debian Core container reboot

    Does this mean the hostname is correct but there is no hostname at all in the DHCP request? If so it's a problem of the container (and not any of Proxmox as such). Which template exactly did you use for creating the container?
  6. Richard

    Second interface on Container with external IP?

    Quite clear - in a normal case you can have only one default route. If you want to have routing depending on source address (as you want to do it by specifying "-I") it is necessary to configure different routing tables (in the container). How to do so is explained here...
  7. Richard

    Proxmox start with an error and all vm cannot start

    The filesystem where /var/lib/vz is located (probably root, but depends on you configuration) is probably corrupt and therefore mounted read-only. Assuming it's the root-filesystem: boot the estem with a live-media and verify/repair the respective file-system.
  8. Richard

    about update source too slow

    Create at a server with sufficient free disk space ( ~ 10GB) a mirror of proxmox repo. For this install there apt install apt-mirror adapt the configuration files accordingly - see man page man apt-mirror
  9. Richard

    Second interface on Container with external IP?

    Assuming you man "ping -I" (instead of "ping -S") : I sets the source address to that value, but does not necessarily mean that the assigned interface is uses. The interface is always selected by the routing table based on destination IP. That means: always the same interface is used in the...
  10. Richard

    Persisting DHCP hostname across Debian Core container reboot

    The hostname has to be configured in WEB GUI by Container Configuration -> 'DNS' -> 'Hostname'
  11. Richard

    Need help with Proxmox 6.2-12 boot grub rescue mode error

    In such a case investigate the current boot device (whether boot directory can be read), this can be done in grub rescue mode itself (see https://www.gnu.org/software/grub/manual/grub/html_node/Command_002dline-and-menu-entry-commands.html ) or by booting with a (preferably Linux) live media.
  12. Richard

    upgrade debian to pve enterprise

    Yes, it is as you have observed - active key and server-id will be available only after installation. Usually there no big difference between pve-no-.subscription and enterprise packages.
  13. Richard

    IPv6 Zwickmühle

    Nicht unbedingt - siehe https://www.ipsidixit.net/2010/03/24/239/
  14. Richard

    Promox 6.1 crash: storage 'SYN4017XS-1_PVE' is not online (500)

    Check via iscsiadm -m session if a connection to the server exists.
  15. Richard

    RAID1 lässt sich nicht assemblen nach Reboot

    Softraid via mdadm möglichst nicht verwenden in Proxmox. Dafür wird ZFS empfohlen.
  16. Richard

    IP Range Correction

    It is strongly recommended to have a network used exclusively for corosync cluster (and another one for ceph).
  17. Richard

    Storage hinzufügen

    Da ist /etc/lvm/lvm.conf anzupassen (definiert welche Disks als PV zulässig sind) die Syntax ist in dieser Datei erklärt, einfach nach "global_filter" suchen.
  18. Richard

    IPv6 Zwickmühle

    Die beiden Netzwerke (d.h. das vom Provider und das virtuelle mit den VMs) müssten über eine Bridge verbunden sein. Geht aber nur, wenn der Provider die MAC-Adressen der virtuellen NICs in den VMs zulässt (AFAIK ist das eher nicht er Fall, aber mit dem Provider klären). Um ein lokas ipv6 Netz zu...
  19. Richard

    PVE - Local VM host and remote NAS

    NAS connected with just 1Gb/s network I would use in a productive environment only as backup-server. To have local disks would be always faster and more reliable; for home-usage it may also work fine with 1Gb/s network, depending on the amount of data, at least Promox supports it. However, if...