<?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: Non Bridge Interface will not work in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/non-bridge-interface-will-not-work/m-p/739206#M167273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your configuration seems to be correct for me. But is the client associating without IP address. I mean client will associate with least connectivity. Also, I am not sure about "ip nat inside" command. I think this configuration might be a problem for wireless network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 14:11:26 GMT</pubDate>
    <dc:creator>bwalchez</dc:creator>
    <dc:date>2007-06-08T14:11:26Z</dc:date>
    <item>
      <title>Non Bridge Interface will not work</title>
      <link>https://community.cisco.com/t5/wireless/non-bridge-interface-will-not-work/m-p/739205#M167272</link>
      <description>&lt;P&gt;Alright So, I am using a Cisco 871W router and currently have this 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;version 12.3&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;no service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Router&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot-start-marker&lt;/P&gt;&lt;P&gt;boot-end-marker&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.11.11.1 10.11.11.2&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.11.12.1 10.11.12.2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Vlan1Pool&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 10.11.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   dns-server 192.168.0.1 &lt;/P&gt;&lt;P&gt;   default-router 10.11.11.1 &lt;/P&gt;&lt;P&gt;   domain-name LocalWired&lt;/P&gt;&lt;P&gt;   lease 4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Vlan2Pool&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 10.11.12.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 10.11.12.1 &lt;/P&gt;&lt;P&gt;   dns-server 192.168.0.1 &lt;/P&gt;&lt;P&gt;   domain-name LocalWireless&lt;/P&gt;&lt;P&gt;   lease 4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip ips po max-events 100&lt;/P&gt;&lt;P&gt;no ftp-server write-enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&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;!&lt;/P&gt;&lt;P&gt;interface FastEthernet1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet2&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet3&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&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 WLan2&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;    guest-mode&lt;/P&gt;&lt;P&gt;    wpa-psk ascii 0 passforcisco&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 54.0&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0.2&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description "VLan for Wired Ports"&lt;/P&gt;&lt;P&gt; ip address 10.11.11.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;interface Vlan2&lt;/P&gt;&lt;P&gt; description "Wireless LAN"&lt;/P&gt;&lt;P&gt; ip address 10.11.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;ip classless&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ip http server&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;control-plane&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; no modem enable&lt;/P&gt;&lt;P&gt; transport preferred all&lt;/P&gt;&lt;P&gt; transport output all&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;scheduler max-task-time 5000&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the DHCP works just fine for the Fast Ethernet Interfaces but the Radio interface doesn't seem to work. I want to have 2 Vlans, 1 for the wireless and 1 for the wired as well as having them both on different subnets (doesn't matter the value) can anyone point me in the direction I need to go? I'd like to not have to bridge anything for that seems easier. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 21:09:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/non-bridge-interface-will-not-work/m-p/739205#M167272</guid>
      <dc:creator>philip.bonner</dc:creator>
      <dc:date>2021-07-03T21:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Non Bridge Interface will not work</title>
      <link>https://community.cisco.com/t5/wireless/non-bridge-interface-will-not-work/m-p/739206#M167273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your configuration seems to be correct for me. But is the client associating without IP address. I mean client will associate with least connectivity. Also, I am not sure about "ip nat inside" command. I think this configuration might be a problem for wireless network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 14:11:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/non-bridge-interface-will-not-work/m-p/739206#M167273</guid>
      <dc:creator>bwalchez</dc:creator>
      <dc:date>2007-06-08T14:11:26Z</dc:date>
    </item>
  </channel>
</rss>

