Search results

  1. O

    Reset Web Password

    Be sure to choose Realm - Linux PAM standard authentication not Proxmox VE authentication server
  2. O

    openVPN in the LXC

    I was getting ERROR: Cannot open TUN/TAP dev /dev/net/tun Until I added these lines to /etc/pve/lxc/<container-id>.conf lxc.cgroup.devices.allow = c 10:200 rwm lxc.hook.autodev = sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"