<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNS not resolving in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250718#M214807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Ap(config)#ip dhcp pool &lt;/P&gt;&lt;P&gt;Include DNS sever name in this so that its propagated to the clients through bootP protocol.&lt;/P&gt;&lt;P&gt;Ap(dhcp-config)#?&lt;/P&gt;&lt;P&gt;DHCP pool configuration commands:&lt;/P&gt;&lt;P&gt;  bootfile             Boot file name&lt;/P&gt;&lt;P&gt;  client-identifier    Client identifier&lt;/P&gt;&lt;P&gt;  client-name          Client name&lt;/P&gt;&lt;P&gt;  default-router       Default routers&lt;/P&gt;&lt;P&gt;  dns-server           DNS servers&lt;/P&gt;&lt;P&gt;  domain-name          Domain name&lt;/P&gt;&lt;P&gt;  exit                 Exit from DHCP pool configuration mode&lt;/P&gt;&lt;P&gt;  hardware-address     Client hardware address&lt;/P&gt;&lt;P&gt;  host                 Client IP address and mask&lt;/P&gt;&lt;P&gt;  import               Programatically importing DHCP option parameters&lt;/P&gt;&lt;P&gt;  lease                Address lease time&lt;/P&gt;&lt;P&gt;  netbios-name-server  NetBIOS (WINS) name servers&lt;/P&gt;&lt;P&gt;  netbios-node-type    NetBIOS node type&lt;/P&gt;&lt;P&gt;  network              Network number and mask&lt;/P&gt;&lt;P&gt;  next-server          Next server in boot process&lt;/P&gt;&lt;P&gt;  no                   Negate a command or set its defaults&lt;/P&gt;&lt;P&gt;  option               Raw DHCP options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 May 2004 18:06:50 GMT</pubDate>
    <dc:creator>ebreniz</dc:creator>
    <dc:date>2004-05-19T18:06:50Z</dc:date>
    <item>
      <title>DNS not resolving</title>
      <link>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250717#M214806</link>
      <description>&lt;P&gt;I have the following configuration on a CISCO AP 1100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;no service pad&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec&lt;/P&gt;&lt;P&gt;service timestamps log datetime msec&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname OLS&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;clock timezone EST -5&lt;/P&gt;&lt;P&gt;clock summer-time EDT recurring&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;ip name-server 216.162.32.10&lt;/P&gt;&lt;P&gt;ip name-server 216.162.32.20&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 192.168.100.20 192.168.100.254&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 192.168.0.1 192.168.100.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool ols&lt;/P&gt;&lt;P&gt;   network 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   lease 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_eap&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_mac&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_acct&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_admin&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ tac_admin&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_pmip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius dummy&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login eap_methods group rad_eap&lt;/P&gt;&lt;P&gt;aaa authentication login mac_methods local&lt;/P&gt;&lt;P&gt;aaa authorization exec default local &lt;/P&gt;&lt;P&gt;aaa authorization ipmobile default group rad_pmip &lt;/P&gt;&lt;P&gt;aaa accounting network acct_methods start-stop group rad_acct&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;bridge irb&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid OLSWireless&lt;/P&gt;&lt;P&gt;    authentication open mac-address mac_methods &lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 basic-2.0 basic-5.5 basic-11.0&lt;/P&gt;&lt;P&gt; rts threshold 2312&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 subscriber-loop-control&lt;/P&gt;&lt;P&gt; bridge-group 1 block-unknown-source&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; no bridge-group 1 unicast-flooding&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 192.168.100.149 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip default-gateway 192.168.100.100&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http help-path &lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/ivory/1100" target="_blank"&gt;http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/ivory/1100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;radius-server authorization permit missing Service-Type&lt;/P&gt;&lt;P&gt;bridge 1 route ip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;banner login This is a private network... Please logoff if you are not a authorized user... Thank you... &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the configuration, the AP has a user defined dhcp pool, my network does not have a DHCP server at this time.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DNS works from the AP itself.  I'm able to ping ip addresses on the wired network and on the wireless side.  I can ping domains (&lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;, &lt;A class="jive-link-custom" href="http://www.cnet.com)." target="_blank"&gt;www.cnet.com).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, on the wireless side I can only ping internal ip addresses (192.168.100) either on the wired or wireless part of the network.  When I try to surf the internet I get a DNS error.  However, if I use the ip address of the website I can connect.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do an ipconfig on my laptop, it shows all the ip addresses except the DNS ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I need to do? All assistance is appreciated and thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 16:38:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250717#M214806</guid>
      <dc:creator>scuba79</dc:creator>
      <dc:date>2021-07-04T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not resolving</title>
      <link>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250718#M214807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Ap(config)#ip dhcp pool &lt;/P&gt;&lt;P&gt;Include DNS sever name in this so that its propagated to the clients through bootP protocol.&lt;/P&gt;&lt;P&gt;Ap(dhcp-config)#?&lt;/P&gt;&lt;P&gt;DHCP pool configuration commands:&lt;/P&gt;&lt;P&gt;  bootfile             Boot file name&lt;/P&gt;&lt;P&gt;  client-identifier    Client identifier&lt;/P&gt;&lt;P&gt;  client-name          Client name&lt;/P&gt;&lt;P&gt;  default-router       Default routers&lt;/P&gt;&lt;P&gt;  dns-server           DNS servers&lt;/P&gt;&lt;P&gt;  domain-name          Domain name&lt;/P&gt;&lt;P&gt;  exit                 Exit from DHCP pool configuration mode&lt;/P&gt;&lt;P&gt;  hardware-address     Client hardware address&lt;/P&gt;&lt;P&gt;  host                 Client IP address and mask&lt;/P&gt;&lt;P&gt;  import               Programatically importing DHCP option parameters&lt;/P&gt;&lt;P&gt;  lease                Address lease time&lt;/P&gt;&lt;P&gt;  netbios-name-server  NetBIOS (WINS) name servers&lt;/P&gt;&lt;P&gt;  netbios-node-type    NetBIOS node type&lt;/P&gt;&lt;P&gt;  network              Network number and mask&lt;/P&gt;&lt;P&gt;  next-server          Next server in boot process&lt;/P&gt;&lt;P&gt;  no                   Negate a command or set its defaults&lt;/P&gt;&lt;P&gt;  option               Raw DHCP options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2004 18:06:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250718#M214807</guid>
      <dc:creator>ebreniz</dc:creator>
      <dc:date>2004-05-19T18:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not resolving</title>
      <link>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250719#M214808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.  I found out about the dns entry after some searching, since the manual does not say anything about it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2004 12:12:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dns-not-resolving/m-p/250719#M214808</guid>
      <dc:creator>scuba79</dc:creator>
      <dc:date>2004-05-20T12:12:06Z</dc:date>
    </item>
  </channel>
</rss>

