Skip to content

Instantly share code, notes, and snippets.

@jckw
Created April 7, 2017 09:03
Show Gist options
  • Save jckw/ccdf0037370f6c6b99060518a5c9f6f2 to your computer and use it in GitHub Desktop.
Save jckw/ccdf0037370f6c6b99060518a5c9f6f2 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
@ctrlaltdylan
Copy link

Has Mac fixed this bug yet?

@andrewostroumov
Copy link

No yet

@markb-huma
Copy link

Workaround saved me a reboot, thanks @jckw.

@PragyaJaiswal
Copy link

PragyaJaiswal commented May 13, 2020

This worked for me, even though the reboot didn't work! 🎉 Thanks! :D

@MilinkoDragovic
Copy link

I have tried with this, but it's not working as @markb-huma said only with a reboot works.

@qinghuannn
Copy link

I have tried with this, but it's not working as @markb-huma said only with a reboot works.

same to me. only reboot works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment