cisco asa query dns external

Posted by Alpacino on Server Fault See other posts from Server Fault or by Alpacino
Published on 2012-03-27T10:42:20Z Indexed on 2012/03/27 11:31 UTC
Read the original article Hit count: 206

Filed under:
|

?my lab network asa firewall below

10.10.10.20 --> ASA ---> 192.168.1.10 --> website external

my client 10.10.10.20 want to access website external and i create nat

nat (inside,outside) static 192.168.1.10

and access list

access-list outside-acl extended permit tcp any host 10.10.10.20 eq www access-list outside-acl extended permit tcp any host 10.10.10.20 eq domain

access-list inside-acl extended permit tcp 10.10.10.0 255.255.255.0 any eq www access-list inside-acl extended permit tcp 10.10.10.0 255.255.255.0 any eq domain

access-group outside-acl in interface outside access-group inside-acl in interface inside

when i access to website with domain name it can't access but i access website with ip address it work

please help me to solve problem

thank you

© Server Fault or respective owner

Related posts about dns

Related posts about cisco-asa