cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
552
Views
8
Helpful
1
Replies

CSS configuration question

shafuan
Level 1
Level 1

I have a CSS configured with public (203.x.x.x), DMZ (202.x.x.x) and private segments (172.16.x.x).

Configured reverse proxy to internal servers 172.16.3.3 and 172.16.3.4 using VIP 202.x.x.10. This is fine.

Now, we want also direct access to the internal servers. How do I do a direct NAT to the internal servers? I'm given 202.x.x.11 for 172.16.3.3 and 202.x.x.12 for 172.16.3.4.

Thanks.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Like this

service local1

ip address 172.16.3.3

active

service local2

ip address 172.16.3.4

active

content server1

vip address 202.x.x.11

add service local1

active

content server2

vip address 202.x.x.12

add service local2

active

Gilles.

Review Cisco Networking for a $25 gift card