I am looking to add multiple web pages to an existing web server. I have rules in place for our existing web server to allow traffic from the outside and static pass it from the outside address to the DMZ address. I want to add additional unique web pages to this same server. I have added the ACL rules to allow their unique outside address in but am stuck on how to get the static to work. I receive an error message that the new static is a duplicate of the existing static. The error message when I try to add the new static is...
ERROR: duplicate of existing static
TCP dmz:192.168.45.20/80 to outside:{outside address}/80 netmask 255.255.255
In a nut shell I am trying to take say our existing routing for www.division1.com to our web server and add support for www.division1.com and www.division2.com. I have unique outside addresses for both. Is there something else I am missing to support multiple web pages on the same server?