multiple login page in one routeros server

Hi,

I was wondering if it’s possible to have multiple log in page design in one server. For example, one design is for hotel guests, while another login page design for a coffee shop. This hotel has a coffee shop. Both will connect to a single server.

Any ideas?

I have that implemented now. I use a VAP on the radio, then assign a ip/subnet and set up a hotspot on it. You could use an ssid of “hotel” on one, and “coffeeshop” on the other.

Under /ip hotspot profiles, you can select the directory of your html docs.

/ip hotspot profile
set X html-directory=coffee

Insure you have created a “coffee” directory in /file. I use a GFTP for that. Upload you new html docs to that directory.

Can you tell me more about VAP? Can I do it on any (brands like ubnt, mikrotik, etc) radio?


Thanks for your reply.

Considering what the router has to do, the setup was simple.

/interface wireless
add name=vap1 master-interface=wlan1
set vap1 ssid=coffeeshop
enable vap1

Then do a wireless scan and it should show up.

Then it is like any other interface. Assign an ip/subnet, a dhcp server, then the hotspot.

Ooppss, sorry. Will this apply to an x86 system?

If you are using the ethernet ports to connect to your radios, instead of onboard radio slots like the RBxxx units, then that may be difficult. It would then depend on the remote units. Mikrotik should have no problems, but the rest…??

Yeah I am using ethernet ports with Ubnt radios. Thanks for the info anyway. I guess I need an RBXXX for this to work.