Kepware Modbus TCP Server with multiple IP addresses
Hello,
I am currently in the process of converting SNMP data to Modbus TCP for a power monitoring server using Kepware. Since there are over 300 devices, each with 14 registers, I wanted to distribute the output across 3 different IP addresses.
For example: 192.168.22.124, 192.168.22.125, 192.168.22.126
Initially, I assigned all addresses to a single virtual network card. Since I encountered issues with this setup, I created additional virtual network cards to assign each address to a separate network adapter. Unfortunately, this did not change the following behavior.
The Kepware server and the monitoring client are running on the same virtual machine. The translation from SNMP to Modbus TCP works so far, but I have the problem that the values of the same IDs from different IPs overwrite each other.
In Kepware, I can see that, for example, 192.168.22.124/502/45 sometimes takes values from 192.168.22.125/502/45 or 192.168.22.126/502/45.
I can see values on 192.168.22.126/502/130, although only the IP 192.168.22.125 outputs IDs above 120. Is it possible to send on three different IPs and read it on the same machine?

