Skip to content
Thomas Holterbach edited this page Apr 11, 2022 · 2 revisions

Delete the mini-Internet

The are two ways to delete the mini-Internet. First, you can delete all the virtual ethernet pairs, docker containers, OVS switches and OpenVPN processes used in the mini-Internet with the following command:

sudo ./cleanup/cleanup.sh .

However, this script uses the configuration files, thus if they have changed since the time the mini-Internet was built, or if the mini-Internet did not setup properly, it might be that not all the components get deleted. That could be problematic if you try to start a new mini-Internet. We thus also provide a script that simply deletes all the ethernet pairs, containers and switches.

⚠️ This also includes containers, switches and ethernet pairs which do not belong to the mini-Internet (e.g., your very important Docker container)!

sudo ./cleanup/hard_reset.sh