Recent content by gechu

  1. G

    Windows VM optimized for remote desktop

    Hi, I use proxmox to run a bunch of containers which are not latency critical, however I also run a Windows server VM. What can I do to configure the Windows VM for optimal performance when I connect to it using RDP? Proxmox host hardware: CPU: 4 x Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz RAM...
  2. G

    Linux 5.12 - ID Maping for Unprivileged CTs!

    https://github.com/fabianishere/pve-edge-kernel I've not tried it
  3. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Thanks @pocok for sharing your experiences! In the past I've had issues using SQM in an openwrt 18.x container. I don't know the exact details, but DazzyWalkman mentions some "out-of-tree" kernel stuff which openwrt used in openwrt 18.x to enable sqm in this post is...
  4. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Hi! I've been running openwrt 19.x as a VPN gateway for quite some time and it works well. I'm actually about to try openwrt in a container as my primary router, again. I learnt that you probably want to match kernel version between proxmox host and container, especially if you want to use...
  5. G

    CIFS or NFS mount inside unprivleged container

    Thanks for the writeup! Are there any performance implications of bouncing via the host for each file access?
  6. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Hi! Here´s a link to OpenWrt 19.07 RC2 that I compiled a week ago. Note: I did run into some "tainted kernel" issues when I enabled SQM in OpenWrt. Not sure why, but I think it was related to the kernel modules mapping between the host and the container was somehow not fully aligned. Will file a...
  7. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Here´s a writeup https://forum.openwrt.org/t/guide-run-openwrt-as-a-container-in-proxmox/44683 I´d be updating it soon with 19.x instructions, ways to upgrade, LXC nic passthrough and more. Let me know if you still can´t build it
  8. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Excellent! Thanks for quick and helpful reply! Gotto try this out right away! :)
  9. G

    Installing OpenWRT as LXC. How convert LXC template to Proxmox Template?

    Hi @rkk2025, how have things been working out running OpenWRT in a container? Guys over at https://github.com/mikma/lxd-openwrt seems quite active, but i do much prefer to mange things a coherent way through the Proxmox UI. EDIT: The reason I´m looking into running OpenWRT closer to the host is...
  10. G

    [SOLVED] Plex port forwarding to LXC container?

    Checked my container network settings again - and the firewall box is not checked. I believe your network and internet facing router (the Asus TM-AC1900) all seems OK. Some ISP:s use some sort of carrier grade NAT which may prevent you from accessing your services externally. Can you expose...
  11. G

    [SOLVED] Plex port forwarding to LXC container?

    What does your firewall port-forwarding look like? And what does your home network look like (devices, networks etc..)? Here´s mine: IPv4-tcp, udp From any host in wan Via any router IP at port 32400
  12. G

    [SOLVED] Plex port forwarding to LXC container?

    Hi! I don´t think you need to do anything extra ordinary. I´ve successfully setup plex with external access in a Ubuntu container using default network configuration. In the "server settings part" of the Plex UI, have you specified manual port forwarding and your port of choice? I know from...