...
Please note: By default, nmcli commands are persistent (connection information is stored in /etc/sysconfig/network-scripts/).
Div | ||
---|---|---|
| ||
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
...