Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > VPN per user ACL

Reply
Thread Tools

VPN per user ACL

 
 
tsimmons tsimmons is offline
Junior Member
Join Date: Jan 2009
Posts: 10
 
      01-26-2009
working with:
- ASA5505
- Cisco VPN Client 5.0.01
Authentication is done by RADIUS to AD.

Can someone point me in the direction for setting up per user ACL's?

What I want to fix is that we have some 3rd party support companies that need access into the network to a specific server and I would like to lock down the user to specific IPs/ports.

Thanks for any help given.
 
Reply With Quote
 
 
 
 
kanna.mk kanna.mk is offline
Junior Member
Join Date: Jan 2009
Posts: 4
 
      01-27-2009
PIX/ASA version 7.x can limit remote access VPN users to only the areas of the network that you want them to access. In order to restrict what internal networks remote access VPN users can access behind the PIX Security Appliance or Adaptive Security Appliance (ASA), apart from the basic configuration in Configuring Remote Access IPSec VPNs, these steps are required:

1. Create access lists.

2. Associate the access lists with group policies.

3. Associate those group policies with tunnel groups.

Refer to PIX/ASA 7.x ASDM: Restrict the Network Access of Remote Access VPN Users in order to use Cisco Adaptive Security Device Manager (ASDM) to block access.

Use the vpn-filter command in group policy or username in order to block access.

Configure ACLs in order to permit or deny various types of traffic for this user or group policy, then use the vpn-filter command in order to apply those ACLs.

This example uses a vpn-filter with a Remote Access VPN client. The client assigned IP address is 10.10.10.1/24 and the local network is 192.168.1.0/24. This access control entry (ACE) allows the Remote Access VPN client to Telnet to the local network:

access-list vpnfilt-ra permit tcp 10.10.10.1 255.255.255.255 192.168.1.0 255.255.255.0 eq 23

This ACE allows the local network to Telnet to the Remote Access client:

access-list vpnfilt-ra permit tcp 10.10.10.1 255.255.255.255 eq 23 192.168.1.0 255.255.255.0

This example shows how to set a filter that invokes an access list named acl_vpn for the group policy named FirstGroup:

hostname(config)#group-policy FirstGroup attributes
hostname(config-group-policy)#vpn-filter value < vpnfilt-ra >
 
Reply With Quote
 
 
 
 
tsimmons tsimmons is offline
Junior Member
Join Date: Jan 2009
Posts: 10
 
      02-10-2009
did a little bit of testing which this point me in a semi direction.

The wall that I hit:
I'm authenticating via radius.

the vpn-filter option seems to be only available for local users.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
help with cisco per user ACL phacoboy Cisco 1 02-19-2009 11:47 PM
Dhcp Relay Agent And Acl On Sw 3750, DHCP Relay Agent and ACL on Sw 3750 Vimokh Cisco 3 09-06-2006 02:16 AM
Per-to-Per is OK but no ICS Jens Mander Wireless Networking 4 01-23-2005 10:24 PM
PIX - Can extended ACL's be used as crypto ACL's on a PIX Shad T Cisco 0 06-29-2004 06:27 PM
ACL per group on VPN 3000? Rutger Blom Cisco 0 04-25-2004 01:06 PM



Advertisments