Table Of Contents
Table Of Contents

IPv4 Network Configurator Tutorial

This tutorial shows how to configure IP addresses and routing tables (that is, achieve static autoconfiguration) in wired and wireless networks in the INET Framework using the Ipv4NetworkConfigurator module.

In INET simulations, configurator modules are commonly used for assigning IP addresses to network nodes and for setting up their routing tables. There are various configurators modules in INET; this tutorial covers the most generic and most featureful one, Ipv4NetworkConfigurator. Ipv4NetworkConfigurator supports automatic and manual network configuration, and their combinations. By default, the configuration is fully automatic. The user can also specify parts (or all) of the configuration manually, and the rest will be configured automatically by the configurator. The configurator’s various features can be turned on and off with parameters. The details of the configuration, such as IP addresses and routes, can be specified in an XML file.

IPv4 Network Configurator Tutorial:

This is an advanced tutorial, and it assumes that you are familiar with creating and running simulations in OMNeT++ and INET. If you aren’t, you can check out the TicToc Tutorial to get started with using OMNeT++.

If you need more information at any time, feel free to refer to the OMNeT++ and INET documentation: