Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Add vlan in vlan pool for Captive Portal

This thread has been viewed 1 times
  • 1.  Add vlan in vlan pool for Captive Portal

    Posted Dec 15, 2015 06:48 AM

    Dear Expects,

     

    We are using Captive portal on controller7030 and assigning a vlan to the vlan pool for the guest users now. The captive portal is also in the same vlan as that for the guest users. 

     

    We would like to add one more vlan to the vlan pool, but we are not able to make it work.

    If the user is assigned with an IP from the new vlan, the user is not able to reach the captive portal.

    Please advise the configurations on the Master and the Local. 

     

    Thanks,

    Sam



  • 2.  RE: Add vlan in vlan pool for Captive Portal

    Posted Dec 15, 2015 06:50 AM
    Did you assigned an IP address to that VLAN in the controller ?


  • 3.  RE: Add vlan in vlan pool for Captive Portal

    Posted Dec 15, 2015 08:49 AM

     

    Dear Victor,

     

    I will check this when I go back to office tomorrow. Is there anything else we need to check?

    Do you have a sample config? 

     

    Thanks,

    Sam



  • 4.  RE: Add vlan in vlan pool for Captive Portal
    Best Answer

    Posted Dec 15, 2015 09:03 AM
    If you already have this working with the other VLANs, all you need to do is create a Layer 3 VLAN in the controller side of things
    interface vlan <ID>
    ip address <IP> <subnet mask>


  • 5.  RE: Add vlan in vlan pool for Captive Portal

    Posted Dec 16, 2015 03:37 AM

    Dear Victor,

     

    Originally, we disabled ip routing "no ip routing" under the existing vlan in the guest vlan-pool. After we enable ip routing, the captive portal for the newly added vlan works. We want to block the traffic bettween guest vlans and other vlans on the controller. Is there any solution? 

     

    Regards,

    Sam



  • 6.  RE: Add vlan in vlan pool for Captive Portal
    Best Answer

    Posted Dec 20, 2015 02:46 PM

    add ACLs to the guest role to prevent such access.



  • 7.  RE: Add vlan in vlan pool for Captive Portal

    Posted Dec 22, 2015 04:37 AM

    Thanks a lot.