Skip to content

Instantly share code, notes, and snippets.

@maciej
Created July 4, 2011 15:45
Show Gist options
  • Save maciej/1063510 to your computer and use it in GitHub Desktop.
Save maciej/1063510 to your computer and use it in GitHub Desktop.
Reloads tun and tap kernel extensions on OSX
#!/bin/bash
# Reloads tun and tap kernel extensions on OSX
# Sometimes helps with VPN not being able to connect
kextunload -b foo.tun
kextunload -b foo.tap
kextload /Library/Extensions/tun.kext
kextload /Library/Extensions/tap.kext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment