Jump to content

Recommended Posts

Posted

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.

Posted
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

Posted (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 %]

[% END %]

 

[% IF show_refresh_warning %]

 

 

[% messages.this_page_will_refresh | html %]

[% END %]

 

[% END %]

Edited by RoughRider

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...