06-28-2010 02:35 AM - edited 03-09-2019 11:02 PM
Hi,
My client is using the public dns but they don't want dhcp to give dns as public dns. They want it to point to firewall then only firewall forward the dns to public DNS. Would it possible for ASA 5510?
Regards,
Hing
Solved! Go to Solution.
06-29-2010 03:45 PM
Hing,
Sort of - you could configure a static statement on the ASA that will equate to the DNS's IP address. For instance:
static (outside, inside) 10.1.1.253 1.1.1.1
You would also have to ensure that UDP 53 traffic is also allowed via access-list on your inside interface. On your DHCP server, you would then configure the IP address 10.1.1.253 as your DNS server - in reality, the ASA will simply translate that IP address to the real 1.1.1.1 address.
Hope this helps,
Kevin
06-29-2010 03:45 PM
Hing,
Sort of - you could configure a static statement on the ASA that will equate to the DNS's IP address. For instance:
static (outside, inside) 10.1.1.253 1.1.1.1
You would also have to ensure that UDP 53 traffic is also allowed via access-list on your inside interface. On your DHCP server, you would then configure the IP address 10.1.1.253 as your DNS server - in reality, the ASA will simply translate that IP address to the real 1.1.1.1 address.
Hope this helps,
Kevin
06-29-2010 08:29 PM
Hi Kevin,
Thanks alot. That was a brilliant idea.
Regards,
Hing
06-30-2010 06:41 AM
Hing,
If you have any further questions, please let us know. If this solution works for you, please be sure to mark this question as answered.
Thanks in advance,
Kevin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide