Skip to content

Instantly share code, notes, and snippets.

@tchap
Created January 4, 2013 16:54
Show Gist options
  • Save tchap/4454088 to your computer and use it in GitHub Desktop.
Save tchap/4454088 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 600 /dev/net/tun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment