Allow access without authentication

Asked by Notheros

Hello!

I have a question. Please, imagine the following scenario:

I have a network with WifiDog (OpenWRT)and AuthPuppy. The Person X is connected to my access point, but he is not authenticated to it. He want to access, for example, his GMail, however he doesn't has as account on Authpuppy.

There's a way to allow access to a specify website without an actually authentication?

Question information

Language:
English Edit question
Status:
Solved
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Solved by:
Robin Jones
Solved:
Last query:
Last reply:
Revision history for this message
Best Robin Jones (robin-networkfusion) said :
#1

its called a walled garden.

As far as I know the only way to do this is in the wifidog config file, however it will only let you enter IP addresses, so you will need to know what IP the host resolves to and hope they don't change it. However I don't know where you will stand with DNS resolution?!

________________________________

From: <email address hidden> on behalf of Notheros
Sent: Mon 1/14/2013 3:55 PM
To: Robin Jones
Subject: Re: [Question #219083]: Allow access without authentication

Question #219083 on AuthPuppy changed:
https://answers.launchpad.net/authpuppy/+question/219083

Description changed to:
Hello!

I have a question. Please, imagine the following scenario:

I have a network with WifiDog (OpenWRT)and AuthPuppy. The Person X is
connected to my access point, but he is not authenticated to it. He want
to access, for example, his GMail, however he doesn't has as account on
Authpuppy.

There's a way to allow access to a specify website without an actually
authentication?

--
You received this question notification because you are an answer
contact for AuthPuppy.

Revision history for this message
Notheros (willianpestana-l) said :
#2

Thank you, Robin!

I was thinking about this solution just a few minutes ago. That will solve my problem, but I don't know exactly how to do that.

Anyway, I will try to make it work. (^^)b

Revision history for this message
gbastien (gbastien02) said :
#3

Hello,

That reminds me. I made a plugin for a client that was exactly that: a server-side walled garden (proxy). I gave him a few months head start working with it, but now is about time I publish the code, hopefully this week.

Revision history for this message
Notheros (willianpestana-l) said :
#4

Really interesting. I'm looking forward to try your new plugin, gbastien.

Revision history for this message
gbastien (gbastien02) said :
#5

Hi, I just released the plugin. You'll need to pull it from bazaar for now, it is not yet downloaded directly from authpuppy:

https://code.launchpad.net/~alliancecsf-dev/authpuppy/apProxyPlugin

Revision history for this message
Notheros (willianpestana-l) said :
#6

NICE! Thanks gbastien! I already downloaded it. I will take a look on it later. This plugin will, definitely, be useful to many people.

Revision history for this message
Notheros (willianpestana-l) said :
#7

Thanks Robin Jones, that solved my question.