<?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: Wireless DHCP in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556063#M87203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicholas, the problem I see is that you are using a second vlan, and you do not have it defined in the router.  Try this:&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; !&lt;/P&gt;&lt;P&gt; encryption vlan 2 mode ciphers tkip&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid Home&lt;/P&gt;&lt;P&gt;    vlan 2&lt;/P&gt;&lt;P&gt;    authentication open&lt;/P&gt;&lt;P&gt;    authentication key-management wpa&lt;/P&gt;&lt;P&gt;    wpa-psk ascii xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0&lt;/P&gt;&lt;P&gt; 54.0&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 spanning-disabled&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;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; description Wireless&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 10.252.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Added a VLAN2 interface that is in bridge group 1, and set the SSID to be in vlan 2, also changed the encryption command to encrypt vlan 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 14:50:42 GMT</pubDate>
    <dc:creator>Stephen Rodriguez</dc:creator>
    <dc:date>2006-06-20T14:50:42Z</dc:date>
    <item>
      <title>Wireless DHCP</title>
      <link>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556062#M87202</link>
      <description>&lt;P&gt;Hi, I am trying to get my 870 router to assign DHCP addresses to wireless clients. The wired LAN works fine. If I assign a static address to my laptop it seems to work fine. Just not DHCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted my config.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 19:24:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556062#M87202</guid>
      <dc:creator>nicholas.vanbussel</dc:creator>
      <dc:date>2021-07-04T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless DHCP</title>
      <link>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556063#M87203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nicholas, the problem I see is that you are using a second vlan, and you do not have it defined in the router.  Try this:&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; !&lt;/P&gt;&lt;P&gt; encryption vlan 2 mode ciphers tkip&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid Home&lt;/P&gt;&lt;P&gt;    vlan 2&lt;/P&gt;&lt;P&gt;    authentication open&lt;/P&gt;&lt;P&gt;    authentication key-management wpa&lt;/P&gt;&lt;P&gt;    wpa-psk ascii xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0&lt;/P&gt;&lt;P&gt; 54.0&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 spanning-disabled&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;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; description Wireless&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 10.252.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Added a VLAN2 interface that is in bridge group 1, and set the SSID to be in vlan 2, also changed the encryption command to encrypt vlan 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 14:50:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556063#M87203</guid>
      <dc:creator>Stephen Rodriguez</dc:creator>
      <dc:date>2006-06-20T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless DHCP</title>
      <link>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556064#M87204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the conf mode on router run the is helper command &amp;amp; give the ip address of the dhcp server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 12:12:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556064#M87204</guid>
      <dc:creator>akbar1</dc:creator>
      <dc:date>2006-06-29T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless DHCP</title>
      <link>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556065#M87205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should remove "ip nat inside" from vlan 1 config and put "bridge-group 1" under vlan 1 config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:16:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-dhcp/m-p/556065#M87205</guid>
      <dc:creator>zhenningx</dc:creator>
      <dc:date>2006-06-29T13:16:31Z</dc:date>
    </item>
  </channel>
</rss>

