Search results

  1. R

    Physical to Virtual Machine

    Try booting from a https://www.supergrubdisk.org/ ISO and let SuperGrub identify your drive and boot. If you get this working reinstall the boot loader based on your new findings.
  2. R

    openvpn & containers for beginners

    Hi Lordcroci, Did you manage to get OpenVpn going inside LXC? It could be possible that you will need to create a VM running linux and have OpenVPN run in there. Have fun! Rares
  3. R

    Proxmox VE 5.1: HA, replication and migration...problem on ZFS Local storage ?

    Yes, this happened to me too. It was after migrating the containers. Rares
  4. R

    Redirect IP port for a container via Proxmox firewall?

    You don't have to install nothing on the affected containers, just make an extra VM to act as a gateway beside them and install iptables there.
  5. R

    Redirect IP port for a container via Proxmox firewall?

    I had the same setup/"problem". In the end I created a KVM running linux as a gateway. On it I have setup Apache to run as proxy for the internal web servers. Also this machine is offering SSL for all the servers using Lets encrypts. Is is very easy to have only one certbot to manage for...
  6. R

    Port forwarding through iptables

    So far I used 2 methods: - put all the IP Tables rules in /etc/rc.local and every time reload the rc.local file. - lately I use CSF firewall so I can block failed login attempts etc. too. In the end I created small KVM machine that runs a minimal linux and acts as a gateway router + nginx proxy...