Recent content by sambuka

  1. S

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    Thanks but compiling is not the issue. I'd rather have this issue fixed upstream so I don't have compile every new version after 6.14 from now on but for that it'd need to be reported or you just upstream your patch?
  2. S

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    I'm also running Podman in LXC and ran into this issue and can't use 6.17 therefore. It's good that there's a fix but you didn't report this anywhere but here yet @jaminmc?
  3. S

    Port Fowarding Iptables

    Found the answer myself.
  4. S

    Port Fowarding Iptables

    Hello, I'm using NAT'd LXC containers and have forwarded some ports from the host. That works as expected. What doesn't work is when the container wants to connect to the forwarded host port. iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 123-j DNAT --to 10.10.10.2:456 Is there any way...