I have a similar issue. I have the 3 port pix 515e. I want to put the DNS Server in the dmz (10.0.1.0) as well as the web servers. I can't seem to get DNS queries from the DNS server on the DMZ (10.0.1.25) out to the internet - nothing shows denied on syslog.
1.)
What do i have to have set to allow outbound DNS queries from the DMZ to the internet and allow the indound DNS queries for our hosted domains back out.
2.)
Is there a way for the pix to allow traffic from the 192.168.1.x (inside) network to (
using the external address (xx.xx.xx.80) mapped to the 10.0.1.80 address on the DMZ ?
eaxmple
The web sites would all have 10.0.1.x addresses mapped to out side ip (xx.xx.xx.xx) When a internal client on 192.168.1.0 tries to browse one of these sites they would type in
that would resolve as xx.xx.xx.50, translate to 10.0.0.50. This doesn't work - is it suppose to ?
PIX Version 6.1(4)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
access-list 101 permit udp any host XX.XX.XX.25 eq domain
access-list 101 permit tcp any host XX.XX.XX.25 eq domain
access-list 101 deny ip any any
access-list 103 permit ip host 10.0.1.25 any
access-list 103 permit udp any host XX.XX.XX.25 eq domain
access-list 103 permit tcp any host XX.XX.XX.25 eq domain
ip address outside XX.XX.XX.254 255.255.255.0
ip address inside 192.168.1.253 255.255.255.0
ip address dmz 10.0.1.254 255.255.255.0
global (outside) 1 XX.XX.XX.160-XX.XX.XX.180 netmask 255.255.255.0
global (outside) 1 XX.XX.XX.100 netmask 255.255.255.0
global (dmz) 1 10.1.0.7
nat (inside) 0 access-list 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
static (dmz,outside) XX.XX.XX.25 10.0.1.25 netmask 255.255.255.255 0 0
access-group 101 in interface outside
access-group 102 in interface inside
access-group 103 in interface dmz