diff --git a/cass_zk_rmq/Vagrantfile b/cass_zk_rmq/Vagrantfile
index 8e978629237e629ff1976140571e90b91686012d..37d17fc5d04bbe3f3e9ef38666c948de8b79e187 100644
--- a/cass_zk_rmq/Vagrantfile
+++ b/cass_zk_rmq/Vagrantfile
@@ -40,6 +40,8 @@ Vagrant.configure("2") do |config|
     apt-get clean
     dd if=/dev/zero of=/EMPTY bs=1M
     rm -f /EMPTY
+    rm -rf /tmp/*
+    rm /etc/udev/rules.d/70-persistent-net.rules
 
   SHELL
 end
diff --git a/cassandra/Vagrantfile b/cassandra/Vagrantfile
index 01e91ef0f6ec1f3a129ed9192abbeec6a993a64e..b7ae69f44788ecd0f7e8a609afd63f880d02dfa3 100644
--- a/cassandra/Vagrantfile
+++ b/cassandra/Vagrantfile
@@ -26,6 +26,8 @@ Vagrant.configure("2") do |config|
     apt-get clean
     dd if=/dev/zero of=/EMPTY bs=1M
     rm -f /EMPTY
+    rm -rf /tmp/*
+    rm /etc/udev/rules.d/70-persistent-net.rules
 
   SHELL
 end
diff --git a/czr_pythons/Vagrantfile b/czr_pythons/Vagrantfile
index 5d8730c88b3f3fe9922640647db14ac229fbcb1c..f2603af8a9e5d88c78aad833ae13d8d411ec9edd 100644
--- a/czr_pythons/Vagrantfile
+++ b/czr_pythons/Vagrantfile
@@ -44,6 +44,8 @@ Vagrant.configure("2") do |config|
     apt-get clean
     dd if=/dev/zero of=/EMPTY bs=1M
     rm -f /EMPTY
+    rm -rf /tmp/*
+    rm /etc/udev/rules.d/70-persistent-net.rules
 
   SHELL
 end
diff --git a/nodejs4/Vagrantfile b/nodejs4/Vagrantfile
index 063d4ee5e5b1dc42d4d0cd3c4282ea1c2b1a77f5..51e19fefd5e560b04a9635571ab92ee11bdf5eb0 100644
--- a/nodejs4/Vagrantfile
+++ b/nodejs4/Vagrantfile
@@ -15,6 +15,8 @@ Vagrant.configure("2") do |config|
     apt-get clean
     dd if=/dev/zero of=/EMPTY bs=1M
     rm -f /EMPTY
+    rm -rf /tmp/*
+    rm /etc/udev/rules.d/70-persistent-net.rules
 
   SHELL
 end