<?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: WiNG 5.9 DHCP on VLAN660 response inconsistent in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22934#M1876</link>
    <description>&lt;BR /&gt;
Hi Misha,&lt;BR /&gt;
&lt;BR /&gt;
1. I agree but this has stabilized our DHCP config so I'm looking for the correct solution.&lt;BR /&gt;
2. I will look into this. I guess this should shield the internal webserver so definitely interesting.&lt;BR /&gt;
3. I don't have any incorrect addresses, it's just failing to renew the adres.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Ronald.&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Sep 2018 01:07:00 GMT</pubDate>
    <dc:creator>Ronald_Groenewe</dc:creator>
    <dc:date>2018-09-18T01:07:00Z</dc:date>
    <item>
      <title>WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22929#M1871</link>
      <description>I have a question about our NX5500 with WiNG 5.9&lt;BR /&gt;
We have configured 3 VLANs with 2 of them working fine with a DHCP scope on a Juniper firewall. The 3rd VLAN has a DHCP scope on a Linksys router and this one is not performing consistently. We do get the occasional address if we're lucky but at least 75% of the request from a phone for instance fails.&lt;BR /&gt;
Our partner has now implemented the following solution: it will let the AP's request a DHCP address on this VLAN and now all request are working fine.&lt;BR /&gt;
But there's a drawback; now I can see the web-interface of all the AP7532's showing in a network scan. There's no danger as we cannot log on to the web-interface, luckily.&lt;BR /&gt;
Would there be another solution to stabilize the DHCP service in this specific VLAN without serving the AP's an IP address?&lt;BR /&gt;
How about adding a route in this specific VLAN to the gateway serving the DHCP addresses? &lt;BR /&gt;
You're thoughts on this are very much appreciated.</description>
      <pubDate>Fri, 14 Sep 2018 17:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22929#M1871</guid>
      <dc:creator>Ronald_Groenewe</dc:creator>
      <dc:date>2018-09-14T17:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22930#M1872</link>
      <description>There is no requirement to add a virtual interface on the access point. &lt;BR /&gt;
&lt;BR /&gt;
The issue is the linksys router which is using broadcast as a method to issue DHCP address, compared to unicast of the Juniper firewall.&lt;BR /&gt;
&lt;BR /&gt;
if you edit the firewall rules on the AP (below is from our best practice) you will see a dhcp offer convert &lt;BR /&gt;
&lt;BR /&gt;
this converts DHCP packets from broadcast to unicast  &lt;BR /&gt;
&lt;BR /&gt;
firewall-policy default &lt;BR /&gt;
no ip dos smurf&lt;BR /&gt;
no ip dos twinge&lt;BR /&gt;
no ip dos invalid-protocol&lt;BR /&gt;
no ip dos router-advt&lt;BR /&gt;
no ip dos router-solicit&lt;BR /&gt;
no ip dos option-route&lt;BR /&gt;
no ip dos ascend&lt;BR /&gt;
no ip dos chargen&lt;BR /&gt;
no ip dos fraggle&lt;BR /&gt;
no ip dos snork&lt;BR /&gt;
no ip dos ftp-bounce&lt;BR /&gt;
no ip dos tcp-intercept&lt;BR /&gt;
no ip dos broadcast-multicast-icmp&lt;BR /&gt;
no ip dos land&lt;BR /&gt;
no ip dos tcp-xmas-scan&lt;BR /&gt;
no ip dos tcp-null-scan&lt;BR /&gt;
no ip dos winnuke&lt;BR /&gt;
no ip dos tcp-fin-scan&lt;BR /&gt;
no ip dos udp-short-hdr&lt;BR /&gt;
no ip dos tcp-post-syn&lt;BR /&gt;
no ip dos tcphdrfrag&lt;BR /&gt;
no ip dos ip-ttl-zero&lt;BR /&gt;
no ip dos ipspoof&lt;BR /&gt;
no ip dos tcp-bad-sequence&lt;BR /&gt;
no ip dos tcp-sequence-past-window&lt;BR /&gt;
no ip-mac conflict&lt;BR /&gt;
no ip-mac routing conflict&lt;BR /&gt;
dhcp-offer-convert&lt;BR /&gt;
&lt;BR /&gt;
if the packet is already unicast, nothing will happen to the packet &lt;BR /&gt;
&lt;BR /&gt;
regards &lt;BR /&gt;
&lt;BR /&gt;
Andy &lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2018 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22930#M1872</guid>
      <dc:creator>Andrew_Blomley</dc:creator>
      <dc:date>2018-09-14T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22931#M1873</link>
      <description>Thanks Andy, I will have a look at your suggestion next week and report back.</description>
      <pubDate>Fri, 14 Sep 2018 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22931#M1873</guid>
      <dc:creator>Ronald_Groenewe</dc:creator>
      <dc:date>2018-09-14T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22932#M1874</link>
      <description>Hi Andy, I've checked our config and we have had the &lt;I&gt;DHCP broadcast to unicast &lt;/I&gt;option &lt;B&gt;enabled &lt;/B&gt;from the beginning so this is not a fix for us.&lt;BR /&gt;
Do you happen to have any other suggestions?&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2018 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22932#M1874</guid>
      <dc:creator>Ronald_Groenewe</dc:creator>
      <dc:date>2018-09-14T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22933#M1875</link>
      <description>Hello Ronald,    1. Like Andy already mentioned there is no reason to have more than one IP address on AP.   2. In case you're mixing APs with regular clients in a same VLAN (not recommend) there is a best practice to have a separate management policy in APs profile with "no https server"  3. Please check "service show dhcp-lease" to make sure the "incorrect" address was served from linksys but not other DHCP occasionally serving the same VLAN    Misha</description>
      <pubDate>Tue, 18 Sep 2018 01:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22933#M1875</guid>
      <dc:creator>vanelm</dc:creator>
      <dc:date>2018-09-18T01:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22934#M1876</link>
      <description>&lt;BR /&gt;
Hi Misha,&lt;BR /&gt;
&lt;BR /&gt;
1. I agree but this has stabilized our DHCP config so I'm looking for the correct solution.&lt;BR /&gt;
2. I will look into this. I guess this should shield the internal webserver so definitely interesting.&lt;BR /&gt;
3. I don't have any incorrect addresses, it's just failing to renew the adres.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Ronald.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Sep 2018 01:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22934#M1876</guid>
      <dc:creator>Ronald_Groenewe</dc:creator>
      <dc:date>2018-09-18T01:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: WiNG 5.9 DHCP on VLAN660 response inconsistent</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22935#M1877</link>
      <description>&lt;BR /&gt;
Hi Andrew, Misha,&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for you input.&lt;BR /&gt;
It seems there was some misunderstanding about the purpose of the DHCP addresses on the VLAN.&lt;BR /&gt;
It did not influence the DHCP requests at all so I have disabled the option.&lt;BR /&gt;
Now my DHCP still works fine on VLAN660 and the access points don't require an address form this network anymore.&lt;BR /&gt;
&lt;B&gt;#case solved.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards, Ronald.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-dhcp-on-vlan660-response-inconsistent/m-p/22935#M1877</guid>
      <dc:creator>Ronald_Groenewe</dc:creator>
      <dc:date>2018-09-28T11:25:00Z</dc:date>
    </item>
  </channel>
</rss>

