Skip to content

Instantly share code, notes, and snippets.

@devhero
Last active August 29, 2015 14:23
Show Gist options
  • Save devhero/eb93cc4d4b3603c0023f to your computer and use it in GitHub Desktop.
Save devhero/eb93cc4d4b3603c0023f to your computer and use it in GitHub Desktop.
Vagrant: Broken Networking When Packaging Ubuntu Boxes
http://able.cd/b/2012/04/09/vagrant-broken-networking-when-packaging-ubuntu-boxes/
(https://github.com/jedi4ever/veewee/issues/970)
# SSH into running VM and remove the persistant network udev rules file:
sudo rm /etc/udev/rules.d/70-persistent-net.rules
# Shutdown the VM and package it:
vagrant halt && vagrant package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment