Any suggestions on how to deny dns for internal hosts? Would like to enforce that all hosts on the inside use the internal dns servers and do not bypass by statically using external dns servers.
Tried this but it did not work. Could not surf.
.12 & .14 are the internal dns servers
access-list acl-outbound permit tcp any host 192.x.x.12 eq domain
access-list acl-outbound permit udp any host 192.x.x.12 eq domain
access-list acl-outbound permit tcp any host 192.x.x.14 eq domain
access-list acl-outbound permit tcp any host 192.x.x.14 eq domain
access-list acl-outbound deny udp any any eq domain
access-list acl-outbound deny tcp any any eq domain
access-list acl-outbound permit ip any any
Tried this but it did not work. Could not surf.
.12 & .14 are the internal dns servers
access-list acl-outbound permit tcp any host 192.x.x.12 eq domain
access-list acl-outbound permit udp any host 192.x.x.12 eq domain
access-list acl-outbound permit tcp any host 192.x.x.14 eq domain
access-list acl-outbound permit tcp any host 192.x.x.14 eq domain
access-list acl-outbound deny udp any any eq domain
access-list acl-outbound deny tcp any any eq domain
access-list acl-outbound permit ip any any