Questions tagged [mininet]

Mininet is a network emulator.

Mininet can be used to deploy a full network topology on your system. It runs a collection of end-hosts, switches, routers, and links on a single Linux kernel. It uses lightweight virtualization to make a single system look like a complete network, running the same kernel, system, and user code.

Resources:

636 questions
-3
votes
1 answer

Network Security with Miniet

"develop a secure network using SDN" this is my objective therefore i am useing mininet/onos & python, i have created the topology using below python script, but i don't know the python codes for secure network to mitigate DDoS Attack, IP Spoofing,…
-3
votes
2 answers

pip on a Mininet host cant find installed packages

I have Mininet on a VM, I installed a package called wsproto using pip, but when I try to use that package from inside a Mininet host I get an error indicating that the package is missing: Traceback (most recent call last): File…
Hasan Aga
  • 718
  • 8
  • 27
-3
votes
1 answer

mininet call unknown host while pinging using ping6

I use mininet and odl,but in mininet ,when I use ping6 like below: mininet>h1 ping6 h2 mininet>unknown host I changed odl to Ryu.It is same. What could be the issue?
-4
votes
1 answer

Mininet Ping issue

Is it possible to ping mininet ip? I found mininet's ip starts with 10.0.2.15 . I can ping from mininet to others. However, I failed to ping other place to mininet. How can I setup this?
-4
votes
1 answer

How to collect logs such as RTT and Avg RTT on Mininet?

Can anybody please guide me on how we can get logs for RTT and Avg RTT on Mininet while using custom topology code provided in examples. Hoping for your response .
TheICQ
  • 19
  • 4
1 2 3
42
43