Hello,

I have a PIX running ver 5.0.

I am trying to access the internal dns from  the dmz machines.
My conf:
in the dns server:

options {
        directory "/var/named";
        query-source address * port 53;
};

And in the cisco pix:

static (inside,dmz) 192.168.5.6 192.168.4.6 netmask 255.255.255.255 0 0
access-list acl_dns permit udp any host 192.168.5.6 eq domain
access-list acl_dns permit tcp any host 192.168.5.6 eq domain
access-group acl_dns in interface dmz

and the logs files register DENY inbound connection.

I am missing something?

Thanks for any help.

M. Machado
Sys Admin
http://www.mongomusic.com
Your Sound. Found.


-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]

Reply via email to