06-08-2004 11:00 AM - edited 03-10-2019 07:51 AM
We are using M$ IAS for VPN authentication and are trying to get our ACLs tightened up a bit.
Is it possible to restrict access to specific ports in dowmloadable ACLs?
For testing purposes, I am trying to limit traffic to just dns queries.
As you can see from the ACL, if I try to limit by port, the rule is bypassed.
Here are the two lists I have tried so far:
access-list VPNlevel4 line 1 permit udp VPN-USER-NET 255.255.255.0 host ADC02 eq domain (hitcnt=0)
access-list VPNlevel4 line 2 permit udp VPN-USER-NET 255.255.255.0 host ADC03 eq domain (hitcnt=0)
access-list VPNlevel4 line 3 permit udp VPN-USER-NET 255.255.255.0 host NS01 eq domain (hitcnt=0)
access-list VPNlevel4 line 4 permit udp VPN-USER-NET 255.255.255.0 host NS02 eq domain (hitcnt=0)
access-list VPNlevel4 line 5 permit ip VPN-USER-NET 255.255.255.0 host ADC02 (hitcnt=2)
access-list VPNlevel4 line 1 permit udp VPN-USER-NET 255.255.255.0 host ADC02 eq domain (hitcnt=0)
access-list VPNlevel4 line 2 permit udp VPN-USER-NET 255.255.255.0 host ADC03 eq domain (hitcnt=0)
access-list VPNlevel4 line 3 permit udp VPN-USER-NET 255.255.255.0 host NS01 eq domain (hitcnt=0)
access-list VPNlevel4 line 4 permit udp VPN-USER-NET 255.255.255.0 host NS02 eq domain (hitcnt=0)
access-list VPNlevel4 line 5 permit udp VPN-USER-NET 255.255.255.0 any eq domain (hitcnt=0)
access-list VPNlevel4 line 6 permit udp VPN-USER-NET 255.255.255.0 any (hitcnt=9)
Is what I'm trying to do possible?
Thank you in advance for your help.
.daniel.schrock
06-08-2004 11:08 AM
Hi,
I know this is possible with the Cisco Secure ACS on Wondows/Appliance, not sure if you can define ACL on the Microsoft IAS Radius Server. If you can, then, it is possible. No restrictions on Cisco devices.
Thanks,
Mynul
06-08-2004 11:33 AM
IAS is setting the correct acl. This is defined by giving the Cisco-AV-Pair attribute the value of acl=
This is working fine but the current acls consist of 'permit ip VPN-USER-NET 255.255.255.0 any', which is far from ideal.
Does anyone have any idea why rules that are restricted to specific ports aren't working? I would like to completely lock down the VPN access-lists as we have different groups of users that should have different levels of access.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide