Hey guys,
I need help with this. I need configure port forwarding. Every ports must be “forwarded” to every PC/technology to this a separate part of the network. If I do classic port forwarding it is not working becouse its forwarding only to one specific IP on this separate part of the network.
My bad, that forwarding would be only from IP on SERVERS. So when request comes from one of these servers I need to forwards port to every PC/technology in this network. I dont know why, It’s something in work. This technology is probably linear accelerator or something like that.
Long answer: There are two problems. First is that you’d need to take incoming packets, duplicate them and then send them to different destinations. Router doesn’t do such things, you’d need specialized server. Second problem, even then it would not work for everything. For example, udp in single direction would be fine, possibly even bidirectional communication could work in some way, but no chance for anything more complex like tcp.
If I was you, I’d review again what you’re supposed to do. Because unless you’re attempting to do something that nobody has ever done before, there should be some other existing way how to do it.