I setup a VPN server and going to create an account for each user , but i don't want a user sign-in to the server from more than one place at time. I see some VPN Hosting in web offer VPN account and prevent multiple log-in for single user, but I couldn't find any solution for it. How can we do it too?

link|improve this question
feedback

migrated from stackoverflow.com Sep 15 '11 at 13:03

This question came from our site for professional and enthusiast programmers.

1 Answer

I search very in Google but couldn't find anything about it but I found a trick myself

Restricting Multi-Login in Windows 2008 Server

The following procedure is the simplest way that I found, just with one exception that just one random user can connect twice. he/she even could not connect more than twice and other user restricted to one connection too.

  1. Set Static Root for 2 Range of IP in RRAS IP4 property page (Such as 192.168.100.1 - 192.168.100.2)
  2. for each user in windows user property page > Dial-in page> Assign an static IP. (Such as 192.168.100.3)

Whats your idea about this trick?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown