Hi All,
I have a CSS 11503 ready to be configured for load balancing some web servers in our dmz and server vlan. The web servers are connected to a 6509 switch on the dmz vlan with private addresses. The default gateway points to a dmz i/f on the PIX right now.
Now with the 11503 (has a SCM module with 2 GE ports and an IOM with 2 GE ports), I am trying to come up with a design and have been reading some fo the CSS articles.
The way I have envisioned is
clients -> Internet -> PIX -> CSS -> Web Servers
I have used
1 port for DMZ vlan
1 for server vlan
1 for VIP vlan
1 for failover (box to box redundancy)
on the CSS.
I configured the web servers
in dmz to point to the DMZ i/f of the CSS
in the server vlan to point to server i/f of the CSS.
PIX is doing the NAT from public address to private VIP address. External DNS will resolve to the public IP and internal DNS will resolve to the VIP address. However, I had to add a static route on the web servers. For example, the web servers in dmz have a static route
10.0.0.0 mask 255.0.0.0 <dmz i/f of the firewall>
I have also looked at another option where 802.1q trunking can be turned on. So, I will use 3 GE ports. (1 for trunking, 1 for VIP and 1 for failover)
I am not really sure which option would be better? Any suggestions?