Changes between Version 5 and Version 6 of Internal/VirtualPL/OPENVZ
- Timestamp:
- Jan 25, 2009, 12:13:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/VirtualPL/OPENVZ
v5 v6 22 22 for more details. 23 23 24 4. Create devices, assign proper IP addreses to physical / virtual devices running on the 24 4. Configure the wireless cards by using appropriate 25 commands as per the madwifi device driver guideliness 26 which are available [http://madwifi-project.org/wiki/UserDocs/FirstTimeHowTo here]. 27 28 5. Assign proper IP addreses to physical / virtual devices running on the 25 29 node by using the madwifi driver commands. 26 30 27 5. IP addresses for containers can be updated to ensure proper physical devices31 6. IP addresses for containers can be updated to ensure proper physical devices 28 32 forward and receive packets from the desired physical interface. 29 33 30 6. Eventually, with proper setup, the user can try and run ping/iperf from a container running on 31 one machine to a container running on another machine. 34 7. Traffic can be generated using the iperf traffic generator. 35 Run a Iperf server and a client on the two ends of the link. 36 Details on running iperf are available [http://www.noc.ucf.edu/Tools/Iperf/ here]. 37 38 8. Result logs can be parsed and interpreted using simple awk scripts. 32 39 33 40 == Additional Notes == 34 41 35 1. Details on virtual interfaces: http://wiki.openvz.org/Virtual_Ethernet_device36 and http://wiki.openvz.org/Venet42 1. Details on virtual interfaces: [http://wiki.openvz.org/Virtual_Ethernet_device veth] 43 and [http://wiki.openvz.org/Venet venet] 37 44 38 2. Custom template creation with OpenVZ : http://wiki.openvz.org/Debian_template_creation45 2. Custom template creation with OpenVZ is discussed [http://wiki.openvz.org/Debian_template_creation here] 39 46 40 47 3. Template cache is present at: /var/lib/vz/template/cache' 41 48 49 == Relevant Publications == 50 51 1. G. Bhanage, I. Seskar, Y. Zhang, D. Raychaudhuri, "Evaluation of OpenVZ based wireless tesbed virtualization", 52 WINLAB Technical report number 331, 2008. [http://www.winlab.rutgers.edu/~gautamb/papers/openvz.pdf URL] 53