Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created May 16, 2016 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrancesnyder/67ae7eb3aaffd4640188e42177b3330b to your computer and use it in GitHub Desktop.
Save terrancesnyder/67ae7eb3aaffd4640188e42177b3330b to your computer and use it in GitHub Desktop.
Reset Vagrant Networking
sudo ifdown --exclude=lo -a && sudo ifup --exclude=lo -a
@terrancesnyder
Copy link
Author

Will reset your network on vagrant and have it re-grab DNS/IP

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