Skip to content

Instantly share code, notes, and snippets.

@hfcorriez
Last active December 16, 2015 02:39
Show Gist options
  • Save hfcorriez/5363953 to your computer and use it in GitHub Desktop.
Save hfcorriez/5363953 to your computer and use it in GitHub Desktop.
重启网络,解决到公司不能访问内网的问题
ifconfig en0 down
ifconfig en1 down
route -n flush
ifconfig en0 up
ifconfig en1 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment