When I created my Mininet topology, by default the hosts were assigned IP addresses from the 10.x.x.x/8 network. Is there a specific reason behind it or was it just developed that way?
Asked
Active
Viewed 64 times
1 Answers
0
10.0.0.0/8 is the class of private IP addresses that allows the maximum number of hosts. So, to let Mininet 's users simulate even large networks.

dnyll
- 108
- 1
- 8