05-08-2012 02:40 AM - edited 03-04-2019 04:17 PM
Please assist with typical ADSL configuration. My ISP only sends out DNS information automatically (PPP) - no static entries. I need to capture this information and relay it to users via DHCP. Currently when I do "ipconfig/ all" all DNS entries are empty.
05-08-2012 06:56 AM
hi,
do you have DHCP enabled on your 877? kindly post your config.
05-08-2012 07:27 AM
ip dhcp pool sdm-pool1
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
import all
05-08-2012 07:42 AM
Hi,
Type via CLI:
ip dhcp pool sdm-pool1
dns-server ISP_DNS_IP_ADD
Let me know if you need to do it via SDM.
Sent from Cisco Technical Support iPhone App
05-08-2012 07:51 AM
OK, but that is my problem. "ISP_DNS_IP_ADD" is not known and according to my ISP they are not allowed to give this address out. They are stating that they reserve the right to keep their settings "Dynamic".
Is there no way the router can poll for this information and relay it back to the users?
05-08-2012 07:55 AM
Try using other public DNS servers: 8.8.8.8 or 4.2.2.2.
Sent from Cisco Technical Support iPhone App
05-08-2012 07:58 AM
OK - will give it a bash tonight. Thanks for assisting.
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