cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
826
Views
0
Helpful
2
Replies

Multiple web hosts using one real IP

Let me advice how to function 2 web servers using 1 real IP.If any tutorial

Thanks

1 Accepted Solution

Accepted Solutions

andrew.prince
Level 10
Level 10

Search the forums, this has been asked and answered before, many times.

Sent from Cisco Technical Support iPad App

View solution in original post

2 Replies 2

andrew.prince
Level 10
Level 10

Search the forums, this has been asked and answered before, many times.

Sent from Cisco Technical Support iPad App

csaxena
Cisco Employee
Cisco Employee

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

Review Cisco Networking for a $25 gift card