No answers here but a related question.....
Why would you not use NAT with a PIX? Are all addresses on the inside and DMZ visible to the world? I take it if they are visible that the inside is still a higher security and the world cannot access the inside except with a static/conduit or ACL?
JT
--- On Sun 01/05, Przemyslaw Karwasiecki wrote:From: Przemyslaw Karwasiecki [mailto: karwas@bellsouth.net]To: security@groupstudy.comDate: 05 Jan 2003 12:49:09 -0500Subject: %PIX-3-305005: No translation group found for udpAll,I am confused with very simple issue:I have PIX connected to 3 networks: outside, inside, DMZ.PIX is not supposed to NAT any of those, hence it is configuredwith following:nat (inside) 0 0.0.0.0 0.0.0.0 0 0nat (servers) 0 0.0.0.0 0.0.0.0 0 0There are neither "global" nor "static" commands configured.Some traffic from outside needs to be allowed to DMZ,so there is an ACL applied to outside interface:...access-list outside_acl permit udp any host xxx.yyy.29.22 eq domain access-list outside_acl permit udp any host xxx.yyy.29.23 eq domain access-list outside_acl permit udp any host xxx.yyy.29.80 eq domain ...access-group outside_acl in interface outsideNow, is the confusing part:I am receiving a lot of: %PIX-3-305005: No translation group found for ud