Networking Forums

Networking Forums > Computer Networking > Windows Networking > Confused about VPN and Radius

Reply
Thread Tools Display Modes

Confused about VPN and Radius

 
 
Tommy Forsman
Guest
Posts: n/a

 
      02-08-2005, 12:16 PM
Hi!

Today our VPN users (Laptops with Cisco VPN client) are veryfied against a
server at our ISP. Now we want the authentication with Radius (our own
server) so that users will be authenticated with their normal windows
usernames and password. We have a 2003 server.

Is this doable and what do I need to do?

1) install RRAS
2) Radius
3) configure which clients are allowed to use VPN connection

Am I offroad?

Tomppa


 
Reply With Quote
 
 
 
 
Dusko Savatovic
Guest
Posts: n/a

 
      02-08-2005, 01:00 PM
Radius is used for:
- Authentication
- Accounting
- Network quarantine (WinSrv2003)

However, Radius alone does not authenticate users. It passes authentication
request to authenticating server (DC) and then, based on access policy,
grants or denies access to VPN and dial in clients.

With Radius we have unique remote access policy. Without it, we would have
to set up remote access policy on each remote access server.

Microsoft's implementation of Radius is called IAS (Internet Authentication
Service).

What you need is:
- Remote Access Service (RAS)
- IAS
- AD - Active Direcory (Domain Controller -DC)

All servicess can run on Windows Server 2000/2003.

You set up:
- IAS service so that it targets DC for authentication.
- IAS service - add RAS servers as IAS clients

- RAS server so that it uses IAS for authentication
- RAS server so that it uses IAS for accounting

- Configure Remote access policies on IAS server

You may need to raise AD functional level to at least Win2000 native mode

Dusko Savatovic

"Tommy Forsman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi!
>
> Today our VPN users (Laptops with Cisco VPN client) are veryfied against a
> server at our ISP. Now we want the authentication with Radius (our own
> server) so that users will be authenticated with their normal windows
> usernames and password. We have a 2003 server.
>
> Is this doable and what do I need to do?
>
> 1) install RRAS
> 2) Radius
> 3) configure which clients are allowed to use VPN connection
>
> Am I offroad?
>
> Tomppa
>



 
Reply With Quote
 
Tommy Forsman
Guest
Posts: n/a

 
      02-08-2005, 01:13 PM
Thanks for a very good answer.

Ok maybe Radius is to overdo it at the moment when we only have 1 remote
access server, but youŽll never know what the future brings.
2003 DC up and running
RRAS installed on a 2003 member server

next thing would then be:
> - IAS service so that it targets DC for authentication.
> - IAS service - add RAS servers as IAS clients
>
> - RAS server so that it uses IAS for authentication
> - RAS server so that it uses IAS for accounting
>
> - Configure Remote access policies on IAS server
>


IŽll take a look at those things asap.

Thanks again

Tomppa




"Dusko Savatovic" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Radius is used for:
> - Authentication
> - Accounting
> - Network quarantine (WinSrv2003)
>
> However, Radius alone does not authenticate users. It passes
> authentication request to authenticating server (DC) and then, based on
> access policy, grants or denies access to VPN and dial in clients.
>
> With Radius we have unique remote access policy. Without it, we would have
> to set up remote access policy on each remote access server.
>
> Microsoft's implementation of Radius is called IAS (Internet
> Authentication Service).
>
> What you need is:
> - Remote Access Service (RAS)
> - IAS
> - AD - Active Direcory (Domain Controller -DC)
>
> All servicess can run on Windows Server 2000/2003.
>
> You set up:
> - IAS service so that it targets DC for authentication.
> - IAS service - add RAS servers as IAS clients
>
> - RAS server so that it uses IAS for authentication
> - RAS server so that it uses IAS for accounting
>
> - Configure Remote access policies on IAS server
>
> You may need to raise AD functional level to at least Win2000 native mode
>
> Dusko Savatovic
>
> "Tommy Forsman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi!
>>
>> Today our VPN users (Laptops with Cisco VPN client) are veryfied against
>> a server at our ISP. Now we want the authentication with Radius (our own
>> server) so that users will be authenticated with their normal windows
>> usernames and password. We have a 2003 server.
>>
>> Is this doable and what do I need to do?
>>
>> 1) install RRAS
>> 2) Radius
>> 3) configure which clients are allowed to use VPN connection
>>
>> Am I offroad?
>>
>> Tomppa
>>

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-09-2005, 04:50 AM
If your RRAS server is a Windows server, you do not need to use RADIUS at
all. You can use normal Windows authentication. You just need to make the
RRAS server a member of the IAS and RAS server group in AD.

RADIUS is a cross platform standard. IAS is the Windows version of a
RADIUS server
..
If your RRAS server was not a Windows device, you could use RADIUS to
authenticate against AD. If your RRAS server is a Windows server, AD can
handle it directly. You authenticate against AD.

"Tommy Forsman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for a very good answer.
>
> Ok maybe Radius is to overdo it at the moment when we only have 1 remote
> access server, but youŽll never know what the future brings.
> 2003 DC up and running
> RRAS installed on a 2003 member server
>
> next thing would then be:
>> - IAS service so that it targets DC for authentication.
>> - IAS service - add RAS servers as IAS clients
>>
>> - RAS server so that it uses IAS for authentication
>> - RAS server so that it uses IAS for accounting
>>
>> - Configure Remote access policies on IAS server
>>

>
> IŽll take a look at those things asap.
>
> Thanks again
>
> Tomppa
>
>
>
>
> "Dusko Savatovic" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Radius is used for:
>> - Authentication
>> - Accounting
>> - Network quarantine (WinSrv2003)
>>
>> However, Radius alone does not authenticate users. It passes
>> authentication request to authenticating server (DC) and then, based on
>> access policy, grants or denies access to VPN and dial in clients.
>>
>> With Radius we have unique remote access policy. Without it, we would
>> have to set up remote access policy on each remote access server.
>>
>> Microsoft's implementation of Radius is called IAS (Internet
>> Authentication Service).
>>
>> What you need is:
>> - Remote Access Service (RAS)
>> - IAS
>> - AD - Active Direcory (Domain Controller -DC)
>>
>> All servicess can run on Windows Server 2000/2003.
>>
>> You set up:
>> - IAS service so that it targets DC for authentication.
>> - IAS service - add RAS servers as IAS clients
>>
>> - RAS server so that it uses IAS for authentication
>> - RAS server so that it uses IAS for accounting
>>
>> - Configure Remote access policies on IAS server
>>
>> You may need to raise AD functional level to at least Win2000 native mode
>>
>> Dusko Savatovic
>>
>> "Tommy Forsman" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hi!
>>>
>>> Today our VPN users (Laptops with Cisco VPN client) are veryfied against
>>> a server at our ISP. Now we want the authentication with Radius (our own
>>> server) so that users will be authenticated with their normal windows
>>> usernames and password. We have a 2003 server.
>>>
>>> Is this doable and what do I need to do?
>>>
>>> 1) install RRAS
>>> 2) Radius
>>> 3) configure which clients are allowed to use VPN connection
>>>
>>> Am I offroad?
>>>
>>> Tomppa
>>>

>>
>>

>
>



 
Reply With Quote
 
Tommy Forsman
Guest
Posts: n/a

 
      02-09-2005, 05:31 AM
Hi Bill and thanks for your comments

so I can skip Radius and just install IAS? Sounds good.

Tomppa

"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
> If your RRAS server is a Windows server, you do not need to use RADIUS at
> all. You can use normal Windows authentication. You just need to make the
> RRAS server a member of the IAS and RAS server group in AD.
>
> RADIUS is a cross platform standard. IAS is the Windows version of a
> RADIUS server
> .
> If your RRAS server was not a Windows device, you could use RADIUS to
> authenticate against AD. If your RRAS server is a Windows server, AD can
> handle it directly. You authenticate against AD.
>
> "Tommy Forsman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Thanks for a very good answer.
>>
>> Ok maybe Radius is to overdo it at the moment when we only have 1 remote
>> access server, but youŽll never know what the future brings.
>> 2003 DC up and running
>> RRAS installed on a 2003 member server
>>
>> next thing would then be:
>>> - IAS service so that it targets DC for authentication.
>>> - IAS service - add RAS servers as IAS clients
>>>
>>> - RAS server so that it uses IAS for authentication
>>> - RAS server so that it uses IAS for accounting
>>>
>>> - Configure Remote access policies on IAS server
>>>

>>
>> IŽll take a look at those things asap.
>>
>> Thanks again
>>
>> Tomppa
>>
>>
>>
>>
>> "Dusko Savatovic" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Radius is used for:
>>> - Authentication
>>> - Accounting
>>> - Network quarantine (WinSrv2003)
>>>
>>> However, Radius alone does not authenticate users. It passes
>>> authentication request to authenticating server (DC) and then, based on
>>> access policy, grants or denies access to VPN and dial in clients.
>>>
>>> With Radius we have unique remote access policy. Without it, we would
>>> have to set up remote access policy on each remote access server.
>>>
>>> Microsoft's implementation of Radius is called IAS (Internet
>>> Authentication Service).
>>>
>>> What you need is:
>>> - Remote Access Service (RAS)
>>> - IAS
>>> - AD - Active Direcory (Domain Controller -DC)
>>>
>>> All servicess can run on Windows Server 2000/2003.
>>>
>>> You set up:
>>> - IAS service so that it targets DC for authentication.
>>> - IAS service - add RAS servers as IAS clients
>>>
>>> - RAS server so that it uses IAS for authentication
>>> - RAS server so that it uses IAS for accounting
>>>
>>> - Configure Remote access policies on IAS server
>>>
>>> You may need to raise AD functional level to at least Win2000 native
>>> mode
>>>
>>> Dusko Savatovic
>>>
>>> "Tommy Forsman" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Hi!
>>>>
>>>> Today our VPN users (Laptops with Cisco VPN client) are veryfied
>>>> against a server at our ISP. Now we want the authentication with Radius
>>>> (our own server) so that users will be authenticated with their normal
>>>> windows usernames and password. We have a 2003 server.
>>>>
>>>> Is this doable and what do I need to do?
>>>>
>>>> 1) install RRAS
>>>> 2) Radius
>>>> 3) configure which clients are allowed to use VPN connection
>>>>
>>>> Am I offroad?
>>>>
>>>> Tomppa
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-09-2005, 09:13 AM
You don't even need to install IAS. It is all handled by Active Directory
if the RRAS server is a Windows server.

"Tommy Forsman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Bill and thanks for your comments
>
> so I can skip Radius and just install IAS? Sounds good.
>
> Tomppa
>
> "Bill Grant" <not.available@online> wrote in message
> news:(E-Mail Removed)...
>> If your RRAS server is a Windows server, you do not need to use RADIUS
>> at
>> all. You can use normal Windows authentication. You just need to make the
>> RRAS server a member of the IAS and RAS server group in AD.
>>
>> RADIUS is a cross platform standard. IAS is the Windows version of a
>> RADIUS server
>> .
>> If your RRAS server was not a Windows device, you could use RADIUS to
>> authenticate against AD. If your RRAS server is a Windows server, AD can
>> handle it directly. You authenticate against AD.
>>
>> "Tommy Forsman" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Thanks for a very good answer.
>>>
>>> Ok maybe Radius is to overdo it at the moment when we only have 1 remote
>>> access server, but youŽll never know what the future brings.
>>> 2003 DC up and running
>>> RRAS installed on a 2003 member server
>>>
>>> next thing would then be:
>>>> - IAS service so that it targets DC for authentication.
>>>> - IAS service - add RAS servers as IAS clients
>>>>
>>>> - RAS server so that it uses IAS for authentication
>>>> - RAS server so that it uses IAS for accounting
>>>>
>>>> - Configure Remote access policies on IAS server
>>>>
>>>
>>> IŽll take a look at those things asap.
>>>
>>> Thanks again
>>>
>>> Tomppa
>>>
>>>
>>>
>>>
>>> "Dusko Savatovic" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Radius is used for:
>>>> - Authentication
>>>> - Accounting
>>>> - Network quarantine (WinSrv2003)
>>>>
>>>> However, Radius alone does not authenticate users. It passes
>>>> authentication request to authenticating server (DC) and then, based on
>>>> access policy, grants or denies access to VPN and dial in clients.
>>>>
>>>> With Radius we have unique remote access policy. Without it, we would
>>>> have to set up remote access policy on each remote access server.
>>>>
>>>> Microsoft's implementation of Radius is called IAS (Internet
>>>> Authentication Service).
>>>>
>>>> What you need is:
>>>> - Remote Access Service (RAS)
>>>> - IAS
>>>> - AD - Active Direcory (Domain Controller -DC)
>>>>
>>>> All servicess can run on Windows Server 2000/2003.
>>>>
>>>> You set up:
>>>> - IAS service so that it targets DC for authentication.
>>>> - IAS service - add RAS servers as IAS clients
>>>>
>>>> - RAS server so that it uses IAS for authentication
>>>> - RAS server so that it uses IAS for accounting
>>>>
>>>> - Configure Remote access policies on IAS server
>>>>
>>>> You may need to raise AD functional level to at least Win2000 native
>>>> mode
>>>>
>>>> Dusko Savatovic
>>>>
>>>> "Tommy Forsman" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> Hi!
>>>>>
>>>>> Today our VPN users (Laptops with Cisco VPN client) are veryfied
>>>>> against a server at our ISP. Now we want the authentication with
>>>>> Radius (our own server) so that users will be authenticated with their
>>>>> normal windows usernames and password. We have a 2003 server.
>>>>>
>>>>> Is this doable and what do I need to do?
>>>>>
>>>>> 1) install RRAS
>>>>> 2) Radius
>>>>> 3) configure which clients are allowed to use VPN connection
>>>>>
>>>>> Am I offroad?
>>>>>
>>>>> Tomppa
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
windows 2003 radius proxy and windows 2000 radius server JluisVelasco Windows Networking 2 01-18-2008 09:16 AM
confused!!!! RJO Home Networking 7 04-23-2004 09:37 PM
Confused ! Robert Wireless Internet 1 11-29-2003 09:58 PM
Bit confused Pete Smith Broadband 4 11-09-2003 09:10 AM
confused looking for BB Peter Broadband 2 08-29-2003 08:39 PM



1 2 3 4 5 6 7 8 9 10 11