I am using inline mode (because of the complexities of the network set up behind the box), and you get a warning, but this does seem to work.

Does anyone know what the warning relates to specifically and why it's not a supported operating mode?

Thanks,
Robin.


On 12/12/12 14:33, Morris, Andi wrote:

This is already built in to packetfence. In the pf.conf file you need to set the passthrough mode to proxy within the [trapping] section:

[trapping]

passthrough=proxy

Then create a section for the pages that you want to allow through the captive portal:

[passthroughs]

Microsoft=http://www.microsoft.com/

Facebook=http://www.facebook.com/

The part before the equals sign is just a reference for yourself and can be anything. It used to be the case that the forward slash was required after the URL, but I think this was a bug fixed in later versions.

Cheers,

Andi

*From:*st3fan0 ste [mailto:[email protected]]
*Sent:* 12 December 2012 13:46
*To:* [email protected]
*Subject:* Re: [PacketFence-users] Allowing some sites past captiveportal

might it be possible to add ip of external resources in iptable config as explained for Facebook authentication?

> Date: Wed, 12 Dec 2012 14:36:03 +0100
> From: [email protected] <mailto:[email protected]>
> To: [email protected] <mailto:[email protected]>
> Subject: Re: [PacketFence-users] Allowing some sites past captiveportal
>
> On 12/12/2012 13:01, Robin Williams wrote:
> > Hi all,
> >
> > Is there an easy/supported way of allowing certain websites to bypass
> > the captive portal login/signup?
>
> Have you tryed the "pass-through" feature?
> From website:
> "Pass-Through
>
> PacketFence can be configured to allow access to specified resources
> even when the node is in isolation. This allows you to give access to
> specific tools or patches through the captive portal"
>
> Bye,
> Luca
>
>
>
>
> At the moment I'm hacking them into
> > the httpd config as a proxy host, but it's not nice:
> >
> > <VirtualHost *:80>
> > ServerName www.example.com <http://www.example.com>
> > ProxyPassReverse / http://www.example.com/
> > ProxyPass / http://www.example.com/
> > </VirtualHost>
> >
> > Thanks,
> > Robin.
> >
> >


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to