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?
Redirect User On Login?
-
- Posts: 370
- Joined: Fri Oct 18, 2013 8:15 am
Re: Redirect User On Login?
It is called Hotspot.
I suppose you have nothing to do with SoftEther VPN Server, but you could implement it on your upstream router.
I suppose you have nothing to do with SoftEther VPN Server, but you could implement it on your upstream router.
-
- Posts: 4
- Joined: Tue Jun 17, 2014 8:49 am
Re: Redirect User On Login?
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"
http://wiki.squid-cache.org/ConfigExamp ... tal/Splash
Read more by googling "squidproxy captive portal"
-
- Posts: 370
- Joined: Fri Oct 18, 2013 8:15 am
Re: Redirect User On Login?
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.
-
- Posts: 61
- Joined: Wed Jun 05, 2013 11:33 pm
Re: Redirect User On Login?
Hi All -
Thanks for the replies - all good suggestions!
All the best,
Thanks for the replies - all good suggestions!
All the best,