|
Posted by Uli Link on February 25, 2006, 4:36 am
If you were Registered and logged in, you could reply and use other advanced thread options
AM schrieb:
> is it possible for the router to act as a DNS proxy?
> I mean that hosts can refer to it as DNS server and it forwards all the
> queries to DNS servers specified in the conf file.
> 837 with 12.3.8
enable
conf t
ip name-server 1.1.1.1 2.2.2.2 3.3.3.3
ip domain name example.yourispdomain.aq
ip dns server
exit
and your router will forward DNS request from it's internal IP address
to 1.1.1.1 first.
--
Uli
|