|
||||||||
I would like to reach it starting from the page of login like the document join.
Thank's
-----Message d'origine-----
De : Lee Sharp [mailto:leesharp at hal dash pc dot org]
Envoyé : jeudi 6 octobre 2005 20:36
À : Bruno LAURET; m0n0wall at lists dot m0n0 dot ch
Objet : Re: [m0n0wall] How to authorize the consultation of a site before the authentification
From: "Bruno LAURET" <bruno dot lauret at semita dot fr>
> I use monowall for a captive portal for a wireless network and I want to
> know
> how to authorize the consultation of a site (just one) before the
> authentification.
In other systems, this is referred to as "Walled Garden." On M0n0wall, it
is set by ip address only (Not domain name) under "Services: Captive portal:
Allowed IP addresses." This is handy if you want your authentication page
to pull graphics from another website. | ||||||||
<html> <body bgcolor='#302246'> <CENTER> <H1 style="color:white">Bienvenue à la SEMITA</H1><BR> <form method="post" action="$PORTAL_ACTION$"> <TABLE border='0'><TR><TD style="color:white"> Identifiant <input name="auth_user" type="text"> </TD></TR> <TR><TD style="color:white"> Password <input name="auth_pass" type="password"> </TD></TR> </TABLE><BR> <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"> <input name="accept" type="submit" value="Continue"> </form> <BR><BR><BR><BR><BR><BR> <div class="footer" valign="middle" style="color:white"> Semita - 60, chemin départemental 26, BP 278 - 97457 Saint-Pierre Cedex Ile de la Réunion <br> Email : <a href="mailto:info at semita dot fr">info at semita dot fr</a> - Tél:+[262](0)262 35 34 34 - Fax: +[262](0)262 25 31 37<BR><BR> <A HREF="10.252.252.1">semita</A> </div> </CENTER> <!-- By ToF --> </body> </html> |