Recent content by Stuart Blair

  1. S

    NAT needed as only 1 Public IP, but not fully working

    how ?, I've looked around and cannot find that option
  2. S

    NAT needed as only 1 Public IP, but not fully working

    found it !! when i changed vmbr0 to enp2s0 on the two port forwarding rules it worked. so the 2 new port forwarding rules became: iptables -t nat -A PREROUTING -p tcp -d 144.76.xx.xx --dport 53389 -i enp2s0 -j DNAT --to-destination 10.10.10.10:3389 iptables -t nat -A PREROUTING -p tcp -d...
  3. S

    NAT needed as only 1 Public IP, but not fully working

    Ok, I have only just started with Proxmox (so please go gentle) and I am trying to set it up on a Hertzner Dedicated sever which just comes with 1 IP (144.76.xx.xx). I am looking to host all my VMs on a NAT network , the idea being that they will be able to access the internet and via limited...