Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add small TAP example

...

Please note: By default, nmcli commands are persistent (connection information is stored in /etc/sysconfig/network-scripts/).

Div
classpagebreak


Basic Emulator Configuration Using a TAP Interface

The following example shows how to use a TAP interface in the emulator configuration, where the interface is automatically created and removed by the emulator. The initialization command adds the interface to an existing bridge named my_bridge:

Code Block
EWA0.mapping_mode="TAP"
EWA0.initialize_command="ip link set ${IFACE} master my_bridge"

Please refer to the Configuration File Reference and the configuration template of your model for more information.

Linux Firewalls and Virtual Bridges

...