`pip3 install mininet` `sudo dnf install bridge-utils`
- Download the source code, and compile `gcc mn-exec.c -o mn-exec` to get the mn-exec binary. Move it to somewhere in $PATH.
Run: `sudo mn –switch lxbr`.
Then, try to connect the hosts: `h1 ping h2`.
Run: `sudo mn -c`