We have ~50 identical IoT devices inside a firewall. All of them support a management port that we would like to access from outside during a test deployment phase.
Other than 50 separate rules NATting every individual port to a specific IP is there a way to map:
public IP xxx.yyy.zzz.www on port range 10000 -> 10049
to
private IP range 192.168.1.50 -> 99 port aaaa
with the offset from (incoming) base port 10000 being used as offset to (private) base IP 50
We accept that there is some security risk attached but the application is secured with username/password and this will only be done as/when required during the stabilization period.