Auto IP address assignment from specified IP pool or range.

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hi! Every one,



There is to IP pools defined in RAS server (No DHCP ). Pool A: 10.0.0.1 -
10.0.0.254 Pool B: 10.0.1.1 - 10.0.1.254. What I want is when user A login
IP address will be assigned form the Pool A and when user B login then IP
address will be assigned from the Pool B.



Regards
 
I can't think of any way you could do that. I can't think of any reason
why you would want to do it either.
 
You can do it either by:
1. Setting the IP address to be assigned in the user properties. This
is available only in server OS.
2. Setting the IP address to be assinged in the Remote Access Policy.
This is available only in server OS.
3. Implementing RRAS admin DLL, for more information check out
http://msdn.microsoft.com/library/d...y/en-us/rras/rras/ras_admin_dll_functions.asp.
An administration DLL is not required to implement the
MprAdminGetIpAddressForUser and MprAdminReleaseIpAddress functions. However,
if the DLL implements one of these functions it must implement the other as
well. This is again on server OS.

--
Thanks
Chetan
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top