Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olaf Bergmann
mininet
Commits
d2f9aea2
Commit
d2f9aea2
authored
13 years ago
by
Bob Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Minor text updates in preparation for ONS release.
parent
0bfd19fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+19
-13
19 additions, 13 deletions
INSTALL
README
+5
-4
5 additions, 4 deletions
README
with
24 additions
and
17 deletions
INSTALL
+
19
−
13
View file @
d2f9aea2
Preliminary
Mininet Installation/Configuration Notes
Mininet Installation/Configuration Notes
Mininet 1.0
rc
0
Mininet 1.0
.
0
---
...
...
@@ -20,20 +20,22 @@ Boot up the VM image, log in, and follow the instructions on the wiki page.
An additional advantage of using the VM image is that it doesn't mess with
your native OS installation or damage it in any way.
2. Native installation (experimental!) for Ubuntu
and Debian 5
2. Native installation (experimental!) for Ubuntu
10.04 LTS
If you are running Ubuntu
or
Debian 5, you may be
able to use our handy
install.sh script, which is in mininet/util.
If you are running Ubuntu
10.04 LTS (or possibly
Debian 5
)
, you may be
able to use our handy
install.sh script, which is in mininet/util.
WARNING: USE AT YOUR OWN RISK!
install.sh is a bit intrusive and may possibly damage your OS
and/or home directory. Although we hope it won't do anything completely
terrible, you may want to look at the script before you run it, and you
should make sure your system and home directory are backed up just in case!
install.sh is a bit intrusive and may possibly damage your OS and/or
home directory, by creating/modifying several directories such as
mininet, openflow, openvswitch and noxcore. Although we hope it won't
do anything completely terrible, you may want to look at the script
before you run it, and you should make sure your system and home
directory are backed up just in case!
To install ALL of the software which we use for OpenFlow tutorials,
you may
use
To install ALL of the software which we use for OpenFlow tutorials,
you may
use
$ mininet/util/install.sh
...
...
@@ -43,9 +45,9 @@ Alternately, you can install just the pieces you need.
We recommend the following steps, in order:
a) On Debian 5, first install a Mininet-compatible kernel:
[
a) On Debian 5, first install a Mininet-compatible kernel:
$ mininet/util/install.sh -k
Reboot and run 'uname -r' to make sure you're running the new kernel.
Reboot and run 'uname -r' to make sure you're running the new kernel.
]
b) Install mininet and its dependencies:
$ mininet/util/install.sh -n
...
...
@@ -59,6 +61,10 @@ d) Install Open vSwitch and its kernel module
e) If you wish to install the version of NOX we use in the tutorial:
$ mininet/util/install.sh -x
Note: NOX development is progressing over time, so after you complete
the tutorial you may wish to install the latest and greatest NOX from
noxrepo.org.
Good luck! Some additional installation notes are provided below, for
the brave and/or Linux-savvy, or those who are trying to understand what
is installed and why.
...
...
This diff is collapsed.
Click to expand it.
README
+
5
−
4
View file @
d2f9aea2
Mininet: A Simple Virtual Testbed for OpenFlow
Mininet: A Simple Virtual Testbed for OpenFlow
/SDN
or
How to Squeeze a 1024-node OpenFlow Network onto your Laptop
Mininet 1.0
rc
0
Mininet 1.0
.
0
---
Welcome to Mininet!
...
...
@@ -74,9 +74,10 @@ Batteries are not included (yet!)
However, some preliminary installation notes are included in the INSTALL
file.
Additionally, much useful information is available on the Mininet wiki:
Additionally, much useful information, including a Mininet tutorial,
is available on the Mininet wiki:
http://
www.
openflow
switch.org/foswiki/bin/view/OpenFlow/M
ininet
http://openflow
.org/m
ininet
Enjoy, and good luck!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment