G
Guest
We develop application that communicates to certain devices over TCP\IP
network.
We want to test how our app communicates with multiple 40-50 devices
simultaneously. It is impossible to set up so many real devices in our ofiice.
I wonder is there any way to simulate connections to 50 fake IP addresses
while actually communicating to one real IP address. In ideal case we would
like setup ip forwarding table which for example forward all IP packets
destined to fake IP addresses 172.18.7.1 - 50 to real IP address 172.16.7.99.
Is it possible? If yes, how can configure this IP forwarding?
Thanks
network.
We want to test how our app communicates with multiple 40-50 devices
simultaneously. It is impossible to set up so many real devices in our ofiice.
I wonder is there any way to simulate connections to 50 fake IP addresses
while actually communicating to one real IP address. In ideal case we would
like setup ip forwarding table which for example forward all IP packets
destined to fake IP addresses 172.18.7.1 - 50 to real IP address 172.16.7.99.
Is it possible? If yes, how can configure this IP forwarding?
Thanks