Я новичок в симуляторе OMNET ++ (версия 5.4), и я пытался сделать несколько уроков, чтобы изучить его. Сейчас я работаю над примером подключения Ethernet, как показано на рисунке.
и у меня есть следующая конфигурация в моем файле «net.ini»
[General]
# Configurator settings
*.net_configurator.dumpAddresses = true
*.net_configurator.dumpTopology = true
*.net_configurator.dumpLinks = true
*.net_configurator.dumpRoutes = true
# Routing settings
**.networkLayer.configurator.networkConfiguratorModule = ""
*.*.networkLayer.arpType = "GlobalARP"
*.*.routingTable.netmaskRoutes = ""
# Visualizer settings
*.visualizer.interfaceTableVisualizer.displayInterfaceTables = true
*.visualizer.interfaceTableVisualizer.nodeFilter = "not (*switch* or *Switch* or *AP*)"
[Config Step1]
network = net
description = "Fully automatic IP address assignment"
когда я обедаю в симуляции, я не вижу назначения IP. В чем может быть проблема?