- Community Home
- >
- Networking
- >
- Wireless
- >
- M and MSM Series
- >
- How to implement Guest wifi network
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 01:27 AM - edited 04-28-2015 01:28 AM
04-28-2015 01:27 AM - edited 04-28-2015 01:28 AM
How to implement Guest wifi network
Hello,
I'm not a wireless networking expert (nor the newbie), but a customer ask to me how to implement guest access with daily password change.
The complete history is the following:
he has a number of shoe stores and wants to provide free WiFi access to customers using a guest network.
The problem is that he wants to change guest password every day (don't ask me why) with a simple tool usable by store manager.
If it is simple setting up a router with a guest access, it is not, for me, the system for password management.
Obviously the system must have, in addition to the guest network, even a "normal" wifi network used by the store manager.
Because today there is nothing implemented, the possible soutions could be the following two:
- standalone stores, without any interconnection between them and with central IT.
- stores could be connected to central IT.
Does HP has any hw/sw able to deploy this kind of solution ?
Thanks in advance
Best regards
Davide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 10:56 PM
04-28-2015 10:56 PM
Re: How to implement Guest wifi network
You're adressing multiple problems here.
The MSM Controllers support "guest" networks (aka web forms based login) out of the box, and (nearly) as many SSIDs as you like (one for guests, one for "normal" (lol) users, one for aliens from Mars, whatever).
As for the daily password change, the MSM Controllers have an excellent SOAP API. Building a GUI (or a script for that matter) to consume that API is a matter of an hour if you have a skilled developper at your hands. We've been using the SOAP API for quite a bit now and you can really tell it's a Colubris product HP didn't manage to f**k up (yet). The only docs puplicly available are those over here ftp://ftp.hp.com/pub/networking/software/MSM-SOAP-XML-SDK_550.zip , or, once you have a MSM controller deployed, you can access the SOAP WSDL file by browsing to https://<controller>/soapapi.wsdl
Of course you'd have to route the AP controll traffic to the controller hosted at some central location. The MSM controllers support encrypted control traffic out of the box, so you can either use that or do a LAN-to-LAN IPsec tunnel between your locations.
Hope that helps.