Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.46 KB

File metadata and controls

50 lines (25 loc) · 1.46 KB

Computer-Networks

Course No: 5299

Mininet Installation, Setup and Usage.

  1. Installation on WSL

    Install Mininet

  2. Running Web Server and Clients

  3. Regression Test

  4. Changing Topology Size and Type

  5. Link Variations

  6. Adjust Verbosity

References

Mininet Installation References

  1. Install Open vSwitch on WSL2 (kernel rebuild)
  2. How to Install Mininet in WSL2
  3. WSL2 + Mininet
  4. Install mininet in wsl

Intro to Mininet

  1. Introduction to Mininet

WireShark

  1. Use Filters in WireShark: [https://stackoverflow.com/questions/65359167/how-to-use-filters-in-the-wireshark]

  2. Errors:

    • Error: Network Interface not showing in WireShark

      FIX: Run sudo tcpdum -D and restart wireshark.

Others

  1. Bridge Network Interfaces: [https://chrisjhart.com/Bridge-Network-Interfaces-on-Ubuntu-22.04/]