<?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 External Captive Portal DHCP in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-external-captive-portal-dhcp/m-p/96757#M9223</link>
    <description>&lt;P&gt;Hey John!&lt;/P&gt;&lt;P&gt;I think you are missing the DHCP policy and pool, it should be something like this:&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;dhcp-server-policy DHCP-NAME-SERVER&lt;BR /&gt;dhcp-pool DHCP-POOL-NAME&lt;BR /&gt;network 192.168.X.0/24&lt;BR /&gt;address range 192.168.X.100 192.168.X.200&lt;BR /&gt;default-router 192.168.X.1&lt;BR /&gt;dns-server 192.168.X.1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;And dont forget to add the "use"&amp;nbsp; command in the device profile config:&lt;/P&gt;&lt;P&gt;use dhcp-server-policy DHCP-NAME-SERVER&lt;/P&gt;&lt;P&gt;Hope it helps, cheers!&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 15:38:03 GMT</pubDate>
    <dc:creator>Alan_H</dc:creator>
    <dc:date>2023-08-10T15:38:03Z</dc:date>
    <item>
      <title>WING 5.9 External Captive Portal DHCP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-external-captive-portal-dhcp/m-p/96738#M9221</link>
      <description>&lt;P&gt;Hello to everyone! I'm on my way to setup External Captive Portal for WING Controller. And I have a problem: clients in guest WLAN can't get IP address via DHCP. I tried several different options but I got no luck:(&lt;BR /&gt;-------------------------------------------------------&lt;BR /&gt;My config on controller:&lt;BR /&gt;-------------------------------------------------------&lt;/P&gt;&lt;P&gt;aaa-policy WNAM_AAA_POLICY&lt;BR /&gt;authentication server 1 host 172.16.2.88 secret 0 wnam_radius&lt;BR /&gt;authentication server 1 nac&lt;BR /&gt;accounting server 1 host 172.16.2.88 secret 0 wnam_radius&lt;BR /&gt;!&lt;BR /&gt;dns-whitelist WNAM_DNS_WHITELIST&lt;BR /&gt;permit 172.16.2.51&lt;BR /&gt;permit 172.24.2.51&lt;BR /&gt;permit 8.8.8.8&lt;BR /&gt;permit 172.16.2.88&lt;BR /&gt;!&lt;BR /&gt;captive-portal WNAM_PORTAL&lt;BR /&gt;server host 172.25.4.125&lt;BR /&gt;server mode centralized&lt;BR /&gt;inactivity-timeout 300&lt;BR /&gt;webpage-location external&lt;BR /&gt;webpage external login &lt;A href="http://172.16.2.88/cp/wing?username=WING_TAG_CLIENT_MAC&amp;amp;ip=WING_TAG_CLIENT_IP&amp;amp;site=WING_TAG_RF_DOMAIN&amp;amp;ap_mac=WING_TAG_AP_MAC&amp;amp;ap_name=WING_TAG_AP_NAME" target="_blank"&gt;http://172.16.2.88/cp/wing?username=WING_TAG_CLIENT_MAC&amp;amp;ip=WING_TAG_CLIENT_IP&amp;amp;site=WING_TAG_RF_DOMAIN&amp;amp;ap_mac=WING_TAG_AP_MAC&amp;amp;ap_name=WING_TAG_AP_NAME&lt;/A&gt;&lt;BR /&gt;webpage external welcome &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;webpage external fail &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;webpage external agreement &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;webpage external acknowledgement &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;webpage external registration &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;webpage external no-service &lt;A href="http://172.16.2.88/cp/wing_welcome" target="_blank"&gt;http://172.16.2.88/cp/wing_welcome&lt;/A&gt;&lt;BR /&gt;accounting radius&lt;BR /&gt;use aaa-policy WNAM_AAA_POLICY&lt;BR /&gt;use dns-whitelist WNAM_DNS_WHITELIST&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;wlan ETM-CP&lt;BR /&gt;description Test wlan&lt;BR /&gt;ssid captive-extreme&lt;BR /&gt;vlan 1&lt;BR /&gt;bridging-mode local&lt;BR /&gt;authentication-type none&lt;BR /&gt;no client-client-communication&lt;BR /&gt;use captive-portal WNAM_PORTAL&lt;BR /&gt;captive-portal-enforcement&lt;BR /&gt;accounting wait-client-ip&lt;BR /&gt;radius dynamic-authorization&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;profile ap7632 CP-ap7632&lt;BR /&gt;area 7sov&lt;BR /&gt;autoinstall configuration&lt;BR /&gt;autoinstall firmware&lt;BR /&gt;use radius-server-policy WNAM_RADIUS_POLICY&lt;BR /&gt;crypto ikev1 policy ikev1-default&lt;BR /&gt;isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;crypto ikev2 policy ikev2-default&lt;BR /&gt;isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;crypto ikev1 remote-vpn&lt;BR /&gt;crypto ikev2 remote-vpn&lt;BR /&gt;crypto auto-ipsec-secure&lt;BR /&gt;crypto load-management&lt;BR /&gt;crypto remote-vpn-client&lt;BR /&gt;interface radio1&lt;BR /&gt;wlan ETM-CP bss 1 primary&lt;BR /&gt;antenna-gain 4.0&lt;BR /&gt;antenna-mode 2x2&lt;BR /&gt;interface radio2&lt;BR /&gt;wlan ETM-CP bss 1 primary&lt;BR /&gt;antenna-gain 6.0&lt;BR /&gt;antenna-mode 2x2&lt;BR /&gt;interface bluetooth1&lt;BR /&gt;shutdown&lt;BR /&gt;mode le-sensor&lt;BR /&gt;interface ge1&lt;BR /&gt;interface vlan1&lt;BR /&gt;ip address dhcp&lt;BR /&gt;ip address zeroconf secondary&lt;BR /&gt;ip dhcp client request options all&lt;BR /&gt;interface pppoe1&lt;BR /&gt;use firewall-policy default&lt;BR /&gt;use client-identity-group default&lt;BR /&gt;logging on&lt;BR /&gt;service pm sys-restart&lt;BR /&gt;router ospf&lt;BR /&gt;dpi&lt;BR /&gt;dpi metadata voice-video&lt;BR /&gt;dpi metadata http&lt;BR /&gt;dpi metadata ssl&lt;BR /&gt;dpi metadata tcp-rtt&lt;BR /&gt;adoption-mode controller&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;/P&gt;&lt;P&gt;Can anyone give me a hint to error in configuration or some missed settings? Thanks ahead&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 12:54:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-external-captive-portal-dhcp/m-p/96738#M9221</guid>
      <dc:creator>johnmcclane88</dc:creator>
      <dc:date>2023-08-09T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: WING 5.9 External Captive Portal DHCP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-external-captive-portal-dhcp/m-p/96757#M9223</link>
      <description>&lt;P&gt;Hey John!&lt;/P&gt;&lt;P&gt;I think you are missing the DHCP policy and pool, it should be something like this:&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;dhcp-server-policy DHCP-NAME-SERVER&lt;BR /&gt;dhcp-pool DHCP-POOL-NAME&lt;BR /&gt;network 192.168.X.0/24&lt;BR /&gt;address range 192.168.X.100 192.168.X.200&lt;BR /&gt;default-router 192.168.X.1&lt;BR /&gt;dns-server 192.168.X.1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;And dont forget to add the "use"&amp;nbsp; command in the device profile config:&lt;/P&gt;&lt;P&gt;use dhcp-server-policy DHCP-NAME-SERVER&lt;/P&gt;&lt;P&gt;Hope it helps, cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:38:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/wing-5-9-external-captive-portal-dhcp/m-p/96757#M9223</guid>
      <dc:creator>Alan_H</dc:creator>
      <dc:date>2023-08-10T15:38:03Z</dc:date>
    </item>
  </channel>
</rss>

