how configure a DNS relay on cisco 877
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:11 AM - edited 03-03-2019 06:35 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:15 AM
See for DNS configuration:
in global configuration mode
ip name-server x.x.x.x
ip domain-name yahoo.com
Regards,
Dharmesh Purohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:39 AM
sorry
i hav already test this, it's not working the host receveid the good configuration by the dhcp server. But the dns isn't working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:27 AM
I dont think i follow your question completely but if you are trying to resolve names you can configure name server on the router
ip name-server
http://www.cisco.com/warp/public/105/reversedns.html
With the above command the router would be able to resolve names but it will not resolve names for your clients
HTH
Narayan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:29 AM
Obtain the name servers automatically via DHCP or PPP. Else configure them manually with " ip name-server ...".
Then configure "ip domain-lookup" and "ip dns server".
That's it.
Hope this helps, please rate post if it does!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:47 AM
thls so much the "ip domain lookup" is no configuring
it's working tks
