Networking Forums

Networking Forums > Computer Networking > Windows Networking > Windows 2003 Server to Cisco PIX authentication

Reply
Thread Tools Display Modes

Windows 2003 Server to Cisco PIX authentication

 
 
Mark
Guest
Posts: n/a

 
      03-27-2006, 02:12 PM
Hello,

I would like to setup my Windows 2003 Server environment where I have one
single point of management for my VPN users so that when I disable their
Windows 2003 account it also disables their Cisco VPN connection.

Can anyone provide information on how to setup Windows 2003 Server so that
it can authenticate to a Cisco PIX firewall?

Thanks for any help or direction you can point me in :-),.

Mark


 
Reply With Quote
 
 
 
 
Shawn Mesiatowsky
Guest
Posts: n/a

 
      03-28-2006, 05:18 PM
First you have to go into IAS and setup a new RADIUS client. Just type
anything (like cisco) for the friendly name, type in the IP of the pix box,
and type in a shared secret (which will be used to configure the pix box as
well). You can also setup remote access policies to see who can connect, etc.
but this is not a requirment. Next is to setup the pix to use a radius server
for authentication. Now you need to configuyre the pix box as follows

!specify address pool for VPN clients
ip local pool VPNPool 192.168.0.209-192.168.0.214
vpngroup unlimitedvpn address-pool VPNPool

!setup split dns so internal dns resolution still works in conjuction with
the internet
vpngroup unlimitedvpn dns-server 192.168.0.2
vpngroup unlimitedvpn split-tunnel VPN_splitTunnelAcl
vpngroup unlimitedvpn split-dns mydomain.com

vpngroup unlimitedvpn idle-time 1800

!specify passwoprd for vpn group
vpngroup unlimitedvpn password vpnpassword

!setup radius authentication for vpn clients
aaa-server RADIUS protocol radius
aaa-server partnerauth protocol radius

!specify windows 2003 IAS server IP address and substitute sharedsecret with
the actual shared secret setup in IAS
aaa-server partnerauth (inside) host 192.168.0.2 sharedsecret timeout 10


Now you just need to setup the cisco VPN client software on clients. you
still need to supply VPN username and password info setup in the pix box, but
then it will ask you for a second set of credentials which it will
authenticate against the RADIUS server. One side note is how to setup who can
log into the VPN. You can either specify on each user in AD users properties,
and check of the "allow access" check box in the dial-in page, or you can
specify to use remote access policies, and setup a policy in IAS. This should
get you started in the right direction. Hope this helps

"Mark" wrote:

> Hello,
>
> I would like to setup my Windows 2003 Server environment where I have one
> single point of management for my VPN users so that when I disable their
> Windows 2003 account it also disables their Cisco VPN connection.
>
> Can anyone provide information on how to setup Windows 2003 Server so that
> it can authenticate to a Cisco PIX firewall?
>
> Thanks for any help or direction you can point me in :-),.
>
> Mark
>
>
>

 
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
Register cisco router hostname in windows 2003 server DNS record Perdition Linux Networking 0 12-19-2006 07:52 AM
Creating VPN between Windows Server 2003 SBS and Cisco PIX 515 jason Windows Networking 5 07-08-2005 01:55 PM
Windows 2003 server and CISCO VPN client 4.6 =?Utf-8?B?TXJrZXJhbGE=?= Windows Networking 4 02-11-2005 07:28 PM
Win98 authentication to Windows 2003 Server IT Admin Windows Networking 1 05-13-2004 08:45 PM
Windows 2003 Server RRAS / Cisco VPN Client Christoph Krammer Windows Networking 2 05-01-2004 07:28 PM



1 2 3 4 5 6 7 8 9 10 11