Sdn-exercises-mayutan: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
If time permits, complete the OpenStack tutorial. | If time permits, complete the OpenStack tutorial. | ||
== 1 March == | |||
=== Exercise IX: Load balancers === | === Exercise IX: Load balancers === | ||
[https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_lb Exercise_LB] | [https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_lb Exercise_LB] | ||
=== Exercise X: Firewall === | === Exercise X: Firewall === | ||
[https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_firewall Exercise_Firewall] | [https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_firewall Exercise_Firewall] | ||
== 2 March == | |||
=== Exercise XI: Pyretic Firewall === | === Exercise XI: Pyretic Firewall === | ||
[https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_pyretic_firewall Exercise_Pyretic_Firewall] | [https://wiki.net.informatik.uni-goettingen.de/w/index.php?title=exercises_pyretic_firewall Exercise_Pyretic_Firewall] | ||
== | == Optional == | ||
=== Exercise: Kinetic firewall (Optional) === | === Exercise: Kinetic firewall (Optional) === | ||
* Note that -l in the instructions (e.g. infected -1) is not a numeric "1", but the small version of "L" | * Note that -l in the instructions (e.g. infected -1) is not a numeric "1", but the small version of "L" |
Revision as of 18:43, 28 February 2017
Exercises
- Pox/Openflow Tutorial
- What to Submit: source code along with screenshots for those who are not exempted
General Hints
- Use the following option to get more debug info while using pox
$ ./pox/pox.py log.level --DEBUG misc.of_tutorial
- NOTE: There are two "-" (i.e. --) used for options in mininet/pox. In the wiki, sometimes the two lines
join up and show as one line.
- Best not to use the command prompt within the VM, but to use terminals created by ssh (e.g. via Putty)
- e.g. xterm h1 doesn't work
- there were also issues while starting pyretic
- Best not to use the command prompt within the VM, but to use terminals created by ssh (e.g. via Putty)
28 Feb
- Get the Image from Mayutan/peers
Exercise VIII: Data Centers
If time permits, complete the OpenStack tutorial.
1 March
Exercise IX: Load balancers
Exercise X: Firewall
2 March
Exercise XI: Pyretic Firewall
Optional
Exercise: Kinetic firewall (Optional)
- Note that -l in the instructions (e.g. infected -1) is not a numeric "1", but the small version of "L"
- Kinetic Firewall Instructions, Starting_Code