mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
1
OpenAir2Examples
Cedric Roux edited this page 2016-01-17 19:13:39 +01:00
---+ Examples
Some examples found in the openair2/EXAMPLES directory are described here:
- EthEmul3NodesIPv4][Simple 3 Node IPv4 Network on 3 machines (EXAMPLES/ETH_EMUL_3_NODES_IPv4)
- VirtualEmul3NodesIPv4][ Less simple 3 Node IPv4 Virtual Network on a single machine (EXAMPLES/VIRTUAL_EMUL_3_NODES_IPv4)
- ChoristMplsIPv6072008][ Complex 3 Node Network combining IPv6 and MPLS (EXAMPLES/CHORIST072008) on 5 machines
---+++ Before starting
Make sure that your user id is included in /etc/sudoers so that you can execute the commands with root privileges. If you are root, then there is no problem. Add your user_id (as root) on the machines as follows:
# User privilege specificationroot ALL=(ALL) ALL user_id ALL=(ALL) ALL
-- User.RaymondKnopp - 04 Jul 2008