Recent content by bobw2

  1. B

    ACME certs with DNS plugin

    I had originally used quotes in the file used for --data, expecting it to be evaluated by the shell. But instead it is read and split on "=" without any further processing. Check the output of pvenode acme plugin config ... to make sure the data values are as you expect. Using acmedns, my...
  2. B

    Routed Configuration Port Forwarding

    The problem was that your DNAT rules were matching traffic coming in the bridge: -i vmbr0 where you should have matched on the WAN-facing interface: eno1 post-up iptables -t nat -A PREROUTING -i eno1 -p tcp --dport 1194 -j DNAT --to 10.10.10.20:1194 etc.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!