We are trying to setup an ISA 2000 server in conjunction with our PIX 515 which goes out to a 2600 router. We use a local vender to setup and configure the router and PIX. We told them what we wanted to do and we had them setup the PIX to do our proxy for the clients to use the internet, they said we need a DMZ to do this. This is the configuration from the PIX. xxx.xxx.28.145 is the gateway for the DMZ, xxx.xxx.28.146 is for our web server, xxx.xxx.28.147 is our ISA 2000 proxy server, we have attached both web server and a ISA server and neither works. What advice can I give to our vender to check and get this working. I’m also having a hard time finding what ports the ISA uses when going out on the public side, that would be the .147 address?
.146 is going to be used only for http & https traffic only, from a web server.
.147 is going to be used only for internal users internet browser to the ISA server, and the ISA server goes out the .147 to get http & https requests.
access-list aclout permit tcp any host xxx.xxx.28.146 eq www
access-list aclout permit tcp any host xxx.xxx.28.147 eq www
access-list aclout permit ip any host xxx.xxx.28.146
access-list aclout permit ip any host xxx.xxx.28.147
access-list aclin permit icmp any any
access-list aclin permit ip any any
access-list aclin permit udp any host xxx.xxx.28.146 eq domain
access-list aclin permit udp any host xxx.xxx.28.147 eq domain
access-list aclin permit tcp any host xxx.xxx.28.146 eq domain
access-list aclin permit tcp any host xxx.xxx.28.147 eq domain
On down the list is:
ip address DMZ1 xxx.xxx.28.145 255.255.255.248
static (DMZ1,outside) xxx.xxx.28.146 xxx.xxx.28.146 netmask 255.255.255.255 0 0
static (DMZ1,outside) xxx.xxx.28.147 xxx.xxx.28.147 netmask 255.255.255.255 0 0
.146 is going to be used only for http & https traffic only, from a web server.
.147 is going to be used only for internal users internet browser to the ISA server, and the ISA server goes out the .147 to get http & https requests.
access-list aclout permit tcp any host xxx.xxx.28.146 eq www
access-list aclout permit tcp any host xxx.xxx.28.147 eq www
access-list aclout permit ip any host xxx.xxx.28.146
access-list aclout permit ip any host xxx.xxx.28.147
access-list aclin permit icmp any any
access-list aclin permit ip any any
access-list aclin permit udp any host xxx.xxx.28.146 eq domain
access-list aclin permit udp any host xxx.xxx.28.147 eq domain
access-list aclin permit tcp any host xxx.xxx.28.146 eq domain
access-list aclin permit tcp any host xxx.xxx.28.147 eq domain
On down the list is:
ip address DMZ1 xxx.xxx.28.145 255.255.255.248
static (DMZ1,outside) xxx.xxx.28.146 xxx.xxx.28.146 netmask 255.255.255.255 0 0
static (DMZ1,outside) xxx.xxx.28.147 xxx.xxx.28.147 netmask 255.255.255.255 0 0