Renfield-64 Posted September 22, 2015 Posted September 22, 2015 Hi, we are about to have a VLAN via transparent proxy set up alongside our existing wifi network for visitors and eventually staff/children BYOC. Does anyone know of a way to make the user go through a preset web page like they would in Wetherspoons, Costa etc? They would then have to tick a box after agreeing to T & Cs before they were allowed onto the web.
foofighterjim Posted September 22, 2015 Posted September 22, 2015 What you are looking for is a Captive Portal, your ability to do this depends on your wireless manufacturer.
rrrrr Posted September 22, 2015 Posted September 22, 2015 What you are looking for is a Captive Portal, your ability to do this depends on your wireless manufacturer. As above, ruckus supports this as this is what we use
Renfield-64 Posted September 23, 2015 Author Posted September 23, 2015 We have Meru wireless network.
RoughRider Posted September 23, 2015 Posted September 23, 2015 (edited) On a Smoothwall, it is possible to amend the /modules/auth/settings/templates/login_page.tt file so that Guest T & C's with a continue button are displayed. Replacing the contents of the file with the below will enable it. Also, a local directory will need to be created and in there, a user called "guest" with the password of "password". [% WRAPPER bodywrapper.tt %] [% IF error %] [% error_message | html %] [% END %] [% IF redirect_url %] [% END %] [% IF welcome_message %] [% welcome_message | html %] [% END %] [% IF logged_in_user %] [% logged_in_user | html %] logged in [% END %] [% IF federated_logins.size > 0 %] [% FOREACH login IN federated_logins %] [% login.name | html %] [% END %] [% END %] [% IF show_refresh_warning %] [% messages.this_page_will_refresh | html %] [% END %] [% END %] Edited September 23, 2015 by RoughRider
Renfield-64 Posted September 24, 2015 Author Posted September 24, 2015 Many thanks, I'll give it a go
RoughRider Posted September 24, 2015 Posted September 24, 2015 My apologies, the location of the login_page.tt file is actually /modules/auth/usr/lib/smoothwall/templates/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now