Skip to content

yuasabe/dropcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropcheck

For Interop Tokyo 2022

Based on sirafantas/dropcheck

Requirements

  • macOS
  • iproute2mac
  • wget
  • screen
  • mtr
  • (new!) smug
    • Install by running brew install smug

Usage

cd ~/
git clone https://github.com/yuasabe/dropcheck.git
cd ~/dropcheck

# Check the target interface (e.g. en0, vlan1)
ip link | grep 'UP'

# Turn off interfaces except for the target interface
ip link set en1 down
ip link set en2 down
...

# If necessary, edit root directory of smug_config.yml file
# Change the line below to point to your directory:
root: ~/dropcheck

# Run tests (remember to specify interface)
sudo smug start -f smug_config.yml interface=en0

# When finished, exit tmux
Ctrl-B, :kill-window

Screenshots

IPv4 Only Results

About

Reachability check suite for Interop Tokyo 2022 ShowNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%