Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 268 Bytes

commands.md

File metadata and controls

17 lines (11 loc) · 268 Bytes

Commands

Subset of commands used during the training:

IP Tables

iptables -I INPUT -p tcp -m tcp --dport 9126 -j ACCEPT

Mininet

sudo mn --topo single,3 --test pingall

sudo mn --topo single,3 --mac --switch ovsk --controller remote