I have this very simple configuration based on a CSS11152:
W1----[CSS]----[Catalyst]---[PIX]---[INTERNET]
W2---/
CSS:
VLAN 1 {W1,W2} IP: 192.168.1.1
VLAN 2 {Catalyst} IP: 10.0.0.5
W1:
IP:192.168.1.10/24 Gateway:192.168.1.1
W2:
IP:192.168.1.20/24 Gateway:192.168.1.1
PIX:
IP inside: 10.0.0.1
IP outside: XX.XX.XX.XX
The question is how can I have direct access to the W1 and W2 servers from the Internet? Is it possible with this topology or should I change anything?