I'm new to networking and in particular the Cisco PIX. Could anyone advise me on the following.
 
Do I configure the default route for inside interfaces to point to my Local Director or to the internal address of the servers.
If the latter, what happens in the case of the Web Servers, do I use the address of the switch ?
 
My network layout is as follows;
 
INTERNET --- Router --- Firewall --- Local Director
       |---- Switch --- Multiple Web Servers
      |
      |---- Interface Server
      |
      |---- VPN Server
 
EG: Assuming the following addresses
Internet(x.144), Router (x.158), Firewall (external x.157 - internal y.240)
LocalDirector (interface0=y.224, int1=a.224, int2=b.224, int3=c.224)
Switch (a.254), WebFarms (a.1 to a.20), InterfaceServer (b.32), VPN (c.64)
 
which should i use:
route outside 0 0 x.158
 
route inside VPNexternalAddress y.224  (linking outside address to LD)
 or
route inside VPNexternalAddress c.64 y.224 (linking outside address to server via LD int0)
 or
route inside VPNexternalAddress c.64 c.224 (linking outside address to server via LD int3)
 or
route inside VPNexternalAddress c.64 (linking outside address to server)
 
Regards

Reply via email to