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.
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
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
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide