Recent content by kcrawford

  1. K

    LXC Container not acking traffic

    Redoing the curl test with netcat listening: root@gitea:~# systemctl stop docker.socket docker.service gitea.service root@gitea:~# !nc nc -l 3000 ^C root@nginx-proxy:~# curl -vk 192.168.10.122:3000 * Trying 192.168.10.122:3000... ^C root@gitea:~# !tcp tcpdump -enni eth0 port 3000 tcpdump...
  2. K

    LXC Container not acking traffic

    Hello all, I have an LXC running the Gitea binary. (I am planning on running act_runner and docker alongside it). I also have an nginx LXC on a separate VLAN (same Proxmox server) that acts as a proxy and ssl termination point. This setup has been working with no issue for a month. Last night...
  3. K

    Add kernel patch to resolve issue with GVT

    Thanks for the reply, the author of the patch stated that they are working with Intel to fix this on the driver side here: https://github.com/intel/gvt-linux/issues/153#issuecomment-1309030391 but efforts have been slow.
  4. K

    Add kernel patch to resolve issue with GVT

    Hi, I am facing an issue with PCI passthrough to a Windows VM that is resolved by building a custom kernel using the patch specified here: https://github.com/intel/gvt-linux/issues/153#issuecomment-1047603809 Rather than re-compile the kernel each time an update is made upstream, can this patch...
  5. K

    [SOLVED] Proper vlan setting in proxmox.

    Here is what I have set under "Network" And on a VM which I want to access vlan 20: On the switch side, the interface is setup as a trunk port to the VLAN's I have configured.
  6. K

    Add patch to 5.15 Kernel

    Hello fourm, I am looking to build a kernel containing the following patch file: https://github.com/intel/gvt-linux/files/8115454/0001-gvt-handle-buggy-guest-driver-ppgtt-access.patch.txt to resolve an issue I am having with a Windows 10 virtual machine causing a hypervisor lockup. I followed...
  7. K

    Networking issue on some VM's but not others?

    This is what I believe will need to be done. For future fourm-goers finding this post through Google, changing the grub menu to boot into single user mode and editing /etc/network/interfaces file to set dhcp is likely the easiest path forward.
  8. K

    Networking issue on some VM's but not others?

    Did you ever come up with a solution to this problem? I am facing the same issue when attempting to run ova files downloaded from vulnhub.
  9. K

    Proxmox LXC container with dead ssh service

    Awesome, thank you! I disabled and masked the ssh.socket service and enabled the ssh service and see that ssh is now listening on the expected port.
  10. K

    Proxmox LXC container with dead ssh service

    Hello, I am looking to change the ssh port of a Debian 11 LXC. I have updated the `/etc/ssh/sshd_config` file: # grep ^Port /etc/ssh/sshd_config Port 50022 however after a reboot of the container, the ssh port configuration is no longer respected. When checking the ssh service in the...
  11. K

    Proxmox LXC ssh port configuration

    Hello, I am looking to change the ssh port of a Debian 11 LXC. I have updated the `/etc/ssh/sshd_config` file: # grep ^Port /etc/ssh/sshd_config Port 50022 however after a reboot of the container, the ssh port configuration is no longer respected. When checking the ssh service in the...
  12. K

    GVT-g locks up virtual machine and Proxmox

    After changing from mediated to PCI device passthrough, VM is no longer crashing. Seems like there is an issue with using mediated devices? Any guidance on getting mediated devices working would be appreciated.
  13. K

    GVT-g locks up virtual machine and Proxmox

    Hello, I have a Windows 10 virtual machine that I am using mediated pci-e passthrough so that the virtual machine (Blue Iris NVR) can take advantage of the graphics card. The issue that I am facing is that the VM lock up after 20 minutes to an hour after adding the pci device. I have tried...
  14. K

    Mediated passthrough to LXC

    Hello, I have an Intel Xeon E-2246G CPU with mediated device working on a QEMU virtual machine running Windows 10 and Blue Iris NVR software working. I would like to pass through the second mediated device to an LXC container if possible. How would I go about adding the i915-GVTg_V5_8 to the...
  15. K

    ISOs: Is there a better way?

    Just tried, I can confirm that symlinks will work. Usage is as follows: ln -s /path/to/file /path/to/symlink