Page 1 of 1

Redirect User On Login?

Posted: Tue Jun 17, 2014 4:39 pm
by gavstah
Is it possible to temporarily redirect users on login to a web page?

What I'd like to do is to redirect users to a web page for 30 seconds, and then after that allow them access to the wider web.

Does anyone have any experience with this?

Re: Redirect User On Login?

Posted: Wed Jun 18, 2014 5:06 am
by inten
It is called Hotspot.
I suppose you have nothing to do with SoftEther VPN Server, but you could implement it on your upstream router.

Re: Redirect User On Login?

Posted: Wed Jun 18, 2014 5:21 am
by chatmasta
What you are looking for is called a "captive portal". This is possible, but distinct from SoftEther, or any VPN in particular. You can accomplish it using a forward proxy like squidproxy:

http://wiki.squid-cache.org/ConfigExamp ... tal/Splash

Read more by googling "squidproxy captive portal"

Re: Redirect User On Login?

Posted: Fri Jun 20, 2014 2:48 am
by inten
Sometimes squidproxy is obviously very critical for the VPN users as they think they are being scanned for the traffic details. Another way to rule your users is firewall rules. In that case (assuming you are on *NIX) you may create an additional table and put all new users for initial check and redirect.

Re: Redirect User On Login?

Posted: Fri Jun 20, 2014 2:24 pm
by gavstah
Hi All -

Thanks for the replies - all good suggestions!

All the best,