Skip to content

Instantly share code, notes, and snippets.

@ackuser
Forked from jckw/flushroute.sh
Created February 16, 2021 09:23
Show Gist options
  • Save ackuser/6397bf06fa598bf5e9e5e44866090155 to your computer and use it in GitHub Desktop.
Save ackuser/6397bf06fa598bf5e9e5e44866090155 to your computer and use it in GitHub Desktop.
Fix for OpenVPN/ Tunnelblick: `Can't assign requested address`
# en1 for WLAN
# en0 for Ethernet
sudo ifconfig en1 down
sudo route flush
sudo ifconfig en1 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment