Difference between revisions of "OpenVZ as a Network Simulator"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Links)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
= Solution =
 
= Solution =
  
explain here
+
== Install an OpenVZ kernel with EBTables support ==
 +
 
 +
Kernel Linux version 2.6.18-fza-028stab053.5-686 supports Ebtables
 +
 
 +
== Install all the utils ==
 +
 
 +
vzctl and al
 +
 
 +
== Add a bridge on the HOST ==
 +
 
 +
brctl addbr br0
 +
 
 +
== Add all the interfaces to the Bridge ==
 +
 
 +
brctl addif veth120.2 br0
 +
brctl show
 +
 
 +
== OLSR ==
 +
 
 +
to be continued
  
 
= Links =
 
= Links =
  
 
* [https://www.open-mesh.net/batman/doc/evaluation/setup-details/SetupDetails/ OpenMesh: SetupDetails]
 
* [https://www.open-mesh.net/batman/doc/evaluation/setup-details/SetupDetails/ OpenMesh: SetupDetails]
 +
* [https://lynx.cis.fiu.edu/twiki/bin/view/Public/SetupLargeScaleRouting Fiu: SetupLargeScaleRouting]

Latest revision as of 14:29, 11 October 2008

Problem[edit]

Simulate a wireless mesh network over several openvz instances in order to test the behaviour of a routing protocol, such as OLSR.

Solution[edit]

Install an OpenVZ kernel with EBTables support[edit]

Kernel Linux version 2.6.18-fza-028stab053.5-686 supports Ebtables

Install all the utils[edit]

vzctl and al

Add a bridge on the HOST[edit]

brctl addbr br0

Add all the interfaces to the Bridge[edit]

brctl addif veth120.2 br0 brctl show

OLSR[edit]

to be continued

Links[edit]