8. HSA HotSpot configuration

HSA comes with built-in HotSpot Access Controller, which includes firewall, DHCP, bandwidth control features for each hotspot instance. But unlike HSG, HSA has no built-in RADIUS and Captive Portals, but it can work with external HSG for user login portal and authentication.

HSA works with any HSG models, where both RADIUS/AAA and Captive portal can be hosted. It also works with cloud monetization server for ads streaming via both landing page ads and in-session ads, there’re a few things to take note:

HSA HOTSPOT CONFIGURATION

SAMPLE HSA HOTSPOT CONFIG

HSA-500# show running-config 

!

hostname HSA-500

!

ip host portal.ransnet.com <mfusionip>

ip host splash.ransnet.com <hsgip> rewrite

!

security hotspot br-mbox

 hotspot-owner RansNet

 hotspot-server 172.19.2.1 ports 5010 5011

 allowed-domain .facebook.com,.facebook.net,.akamaihd.net,.ransnet.com,.fbcdn.net,.ransnet.com

 allowed-url www.ransnet.com

 client-network 172.19.2.0 255.255.255.0

 client-dhcp 172.19.2.5 255.255.255.0 lease 1800

 client-dhcp-dns 172.19.2.1

 client-bandwidth 2048000 2048000

 client-timeout 1800

 hotspot-portal http://<hsgip>/pid/hsademo/login.php

 radius-server <hsgip> testing123

 start

HSA-500#