Is it possible (and allowed) to have two static mappings to a single IP address?
Example:
host on inside is 192.168.1.100
DMZ has a host 10.0.100.3
available public IP is 61.1.1.1
available public IP is 61.1.1.2
Is it possible to do a static (inside, outside) 61.1.1.1 192.168.1.100
AND
static (inside, DMZ) 10.0.100.3 192.168.1.100
The scenario is that we need port 5000 open to the Internet on the inside host 192.168.1.100. We also need the DMZ server 10.0.100.3 to be able to communicate through the inside interface to 192.168.1.100 on port 5000.
Thanks!