Skip to content

Instantly share code, notes, and snippets.

View markb-huma's full-sized avatar

markb-huma

  • Medopad
  • London, UK
View GitHub Profile
@jckw
jckw / flushroute.sh
Created April 7, 2017 09:03
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