If anyone can help me,
I’m with a strict situation, where I have two machines with needs to use the same IP (192.168.1.1) for an specific application, and another machine (this machine can have any IP address set) wich will be used to connect to them.
Example:
machine1 on eth1 (192.168.1.1) <----------> machine3 on eth2 (any IP) <----------> machine2 on eth3 (192.168.1.1)
My guess is that I can configure the third machine to connect to the first with the correct IP (192.168.1.1) and simulate an second IP (192.168.1.2) to connect to this second, then the MK device redirect these packets to the interface where the second machine is connected.
But thing is, I can’t find instructions to set an “interface-redirect” to this configuration, I’m aware of regular “NAT”, or port-foward, but this time, either machine need to have the same IP, and I don’t know if “interface redirection” is a thing.
Anyone know how to set this configuration?