Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikaelElkiaer/70759fd970dd2dd9eea808b0e379f94b to your computer and use it in GitHub Desktop.
Save MikaelElkiaer/70759fd970dd2dd9eea808b0e379f94b to your computer and use it in GitHub Desktop.
Fix openvpn tun
cd /dev
mkdir net
cd net
mknod tun c 10 200
chmod 666 tun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment