Skip to content

hwang381/entro.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

entro.py

Easily create network chaos among your Vagrant VMs

Installation

Clone the code

mkdir -p ~/.entro.py
git clone https://github.com/hwang381/entro.py.git ~/.entro.py

Add the repo to your $PATH

For example, in your .bashrc or .zshrc, add this line

export PATH=$PATH:$HOME/.entro.py

Usage

Try to run entro.py under a Vagrant root dir

Caveats

This tool currently assumes

  • You are using a set of Vagrant VMs that
    • are interconnected
    • are VirtualBox VMs
    • use Linux
    • have iptables installed
    • have hostnames that are route-able from the your Vagrant host machine, e.g. using Vagrant plugin such as vagrant-hostmanager

About

Easily create network chaos among your Vagrant VMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages