Recent content by stappers

  1. S

    Is there any simple solution to add port forwarding configuration to web console?

    reverse webproxy (apology for being terse, it is getting way too late in my timezone )
  2. S

    Is there any simple solution to add port forwarding configuration to web console?

    With guest VMs having their own IP address, there is no need for port forwarding ...
  3. S

    In VirtualBox, LXC containers do not receive DHCP IP OFFER when using bridged connection

    Mmm, strange. My first thought was "the ethernet broadcasts get through" Checking some PCAP files I have kept from some completely unrelated DHCP sessions, show that the DHCP REQUEST is also transmitted as an ethernet broadcast. Thing to try: Give the proxmox guest a realtek NIC instead of...
  4. S

    In VirtualBox, LXC containers do not receive DHCP IP OFFER when using bridged connection

    I think it is actual router being DHCP server <-> physical host <-> VirtualBox <-> VBox guest running Proxmox VE <-> Proxmox bridge <-> LXC That is based upon @midix : start with getting a DHCP offer for VBox guestsss Or even better remove VirtualBox from the chain and enjoy Proxmox ...
  5. S

    Virtio network driver checksum offload udhcpc

    Marked as "watch thread" and hoping to get URL an possible bugzilla report URL ...
  6. S

    Fully automated service deployment on Proxmox VE

    @morph thanks There is now https://gitlab.com/morph027/pve-infra-poc/issues/6
  7. S

    PROXMOX VE 5 install without cd with zfs (grub boot iso or zfs custom part ?!)

    I don't know if original poster has seen https..//git.proxmox.com/?p=pve-installer.git;a=summary That git repository comes with proxinstall as programm. Inside are traces / signes of ZFS. I don't know how it fits the need of O.P. Thing that triggered me to respond in this thread is the...
  8. S

    Linux Container wrong hostname in /etc/hosts

    With some luck will the (requested) bugzilla report number posted here ...
  9. S

    privileged versus unprivileged LXC

    Thanks. Now makes the `uid` stuff at the wiki page more sense.
  10. S

    qemu-kvm-extras / qemu-system-arm / raspberry pi under ProxMox2.x

    That is chroot. It is the full machine virtualization that qemu-system-arm provides that I'm looking for.
  11. S

    privileged versus unprivileged LXC

    Hi, Where to see if a linux container is privileged or not? Rephrased: How to check if a CT is unprivileged? At https..//pve.proxmox.com/wiki/Unprivileged_LXC_containers is only stated it must be set during create. Nothing the check the result. I did create through rest API and can't see...
  12. S

    Autoassignment of IPs to VMs with OVH

    I don't understand the question. Does the question say ?? Please elaborate what OVHs Failover-IPs are.
  13. S

    Network configuration for VM

    In this thread not yet stated if proxmox host and the proxmox guest use the same physical network interface card port. Let's say they are on the physical NIC port. What allows the corresponding switch port? Is it happy with seeing more that 1 MAC address from the NIC?? See also...
  14. S

    Emulating non-x86 Machine Types

    Got a clean build of package pve-qemu-kvm by git clone git://git.proxmox.com/git/pve-qemu cd pve-qemu # satisfy build depends make Now looking for where the non-x86 architectures were disabled. I couldn't it in debian/patches, the subgitrepostory mirror_qemu looks complete to me. Clues...