Wireless Access

last person joined: 2 days ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

How do I change the default DNS 4.2.2.2 to a local DNS

This thread has been viewed 4 times
  • 1.  How do I change the default DNS 4.2.2.2 to a local DNS

    Posted May 21, 2014 02:09 PM

    How do I change the default DNS 4.2.2.2 to a local DNS to access local resources on my network?



  • 2.  RE: How do I change the default DNS 4.2.2.2 to a local DNS
    Best Answer

    Posted May 21, 2014 04:31 PM

    DNS assignment is done through DHCP.  If your controller is giving out DHCP addresses, then check the scope:

     

    show running-config | begin "ip dhcp pool"

     

    Look for the dns-server entry for the respective scope.

     

    ip dhcp pool vlan10
     default-router 10.10.10.1
     dns-server 4.2.2.2 4.2.2.1
     domain-name domain.com
     lease 0 6 0 0
     network 10.10.10.0 255.255.255.0
     authoritative