hi,
 
I followed the guide here 
https://documentation.meraki.com/MX/Client_VPN/Configuring_RADIUS_Authentication_with_Client_VPN
 
and have successfully setup RADIUS authentication for client vpn users. However, this guide gives full network access to all VPN clients. I would like to limit this to a single server, so I created an IP filter on the NAP Policy > Settings tab
 
IPv4, input filter, permit only, destination address = 192.168.100.40, mask = 255.255.255.255
IPv4, output filter, permit only, destination address = 192.168.100.40, mask = 255.255.255.255
 
I apply these changes and login as a VPN client. However, I am still able to access any network resource. I am not limited to just the server above.
 
I know I can create FW rules on the MX itself, but those rules cover the entire client VPN subnet. The plan is to eventually have different fine-grained policies for different user groups.
 
What am I missing?