Home VPN Setup Setup Tun/Tap For OpenVPN

Setup Tun/Tap For OpenVPN

Last updated on Jan 27, 2025

Please follow the steps below to fix the error: tun needs to be installed

  1. SSH into your vps!

  2. Run sudo apt-get update&&sudo apt-get upgrade -y

3. Run The Following Commands

mkdir /dev/net

mknod /dev/net/tun c 10 200

chmod 666 /dev/net/tun

After Running those commands install your OpenVPN as normal