- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2011 08:40 PM - edited 03-11-2019 02:05 PM
Let me advice how to function 2 web servers using 1 real IP.If any tutorial
Thanks
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2011 12:05 AM
Search the forums, this has been asked and answered before, many times.
Sent from Cisco Technical Support iPad App

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2011 12:05 AM
Search the forums, this has been asked and answered before, many times.
Sent from Cisco Technical Support iPad App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2011 09:32 AM
Hello Rez,
You can use different ports and redirect on port 80 to your server.
For e.g,
X.X.X.X:80 -----------------> y.y.y.4:80
X.X.X.X:8080 -----------------> y.y.y.6:80
object network public-ip
host X.X.X.X
object network inside-webserver1
host y.y.y.4
nat (inside,outside) static public-ip service tcp 80 www
object network inside-webserver2
host y.y.y.6
nat (inside,outside) static public-ip service tcp 8080 www
Hope this helps.
Regards,
Chirag
