Recent content by bert64

  1. B

    IPV6 on PVE

    If your configuration is identical, how about the physical connection? Some switches can drop multicast etc... Also what type of network cards? Does your non working host have a link-local address? Hosts should ALWAYS have a link-local address even on a legacy network, so this would usually be...
  2. B

    WSL2 Broken Down

    Precisely this, instead of running a windows vm and then a linux vm inside of the windows vm (which is what WSL2 is), just run a linux vm directly on proxmox and use that for your docker containers. If you need access to windows hosted files from the vm, then you can export file shares from...
  3. B

    Custom DNS challenge plugin

    The ACME support has a large number of plugins for DNS challenges, but there does not seem to be an option to run a custom script, or make a customer HTTP(S) request. I run my own DNS servers, and already wrote a script which certbot is able to call. Something similar for proxmox would be very...
  4. B

    TLS configuration

    With PVE i'm able to configure TLS settings in pveproxy, is there an equivalent for PBS? Specifically i want to restrict it to only support TLSv1.3, as it makes no sense to have support for legacy versions which are not being used.
  5. B

    Custom qemu/kvm invocation

    Would it be possible to have proxmox manage custom invocations of kvm/qemu, that is proxmox lists the system in the ui and can start/stop it and add the network bridges etc as required, but the majority of the command line is entered by hand by the user (basically an extension of the args...
  6. B

    Antivirus for Proxmox Virtualization

    What you could do is mount the virtual filesystems readonly on the host through qemu-img or kpartx and scan them... As this scanning would take place at the hypervisor level rather than on the potentially infected host, it should be more effective.
  7. B

    Poor virtio network performance, pfSense guest. Proxmox 3.4

    I have seen similar performance, i put it down to the freebsd virtio drivers being quite new and not as fast as the linux/windows drivers yet...
  8. B

    VirtIO SCSI with Windows guests

    I've had no luck using the new virtio scsi support with windows guests... The driver loads, and shows up as "RedHat Virtio SCSI Pass-through driver", but various problems occur when i try to use it. If i use LVM backed storage, the disk shows up inside the guest with the full capacity of my raw...
  9. B

    BOUNTY: Custom kernel config for PVE KVM's

    I have a heavily customised kernel which i use inside of KVM, based on the gentoo hardened-sources (includes a number of additional security features).. The config is available at http://www.firenzee.com/config-4.0.5-hardened and if applied to a generic kernel source tree will just ignore the...
  10. B

    Second Hard Disk Cannot Be Migrated To?

    I guess the issue is that when migrating between nodes without shared storage (ie you have to migrate both the config and the data storage), where the target node has multiple storage added you cannot choose which storage to migrate the disks onto, i assume it just chooses the first available...
  11. B

    New 3.10.0 Kernel

    The 3.10.0 kernel seems to be missing the cciss driver (for older hp raid controllers, p400 and earlier)... It has the new driver (hpsa) but not the older one, the new driver doesn't support anything below the p410 card. Can this driver be added? It's still supported by the kernel, but is disabled.
  12. B

    IPv6 howto?

    err, how is your gateway configured? both devices must be configured with the same network size
  13. B

    IPv6 howto?

    yes that configuration will never work because the assigned address and gateway are in different /64 block address is 2a02:238:f019:412::/64 gateway is 2a02:238:f019:401::/64 you either need to use a larger network size, or addresses in the same /64 range