Hi
I would like to configure resource policies for a role. That role should allow to access:
1- Whole subnet 10.2.1.0/24
2- Internet Access
Could any one tell me the format of resource policy for above requirement?
Thanks
Solved! Go to Solution.
Hi,
To access the resources 10.2.1.0/24 for all kinds of traffic like tcp,udp, and icmp. Just mention the complete subnet as below
10.2.1.0/24
For internet access you can mention as below
tcp://*:80,443,53
udp://*:*
icmp://*:*
Hope it clarifies
regards
LPW
Thanks Dear. Appreciated. But I thing I want to ask. May I need to define all resources in one Resource Policy OR May I make two resource policy?? one for internet and one for server access and apply both resource policies on a ROLE?
In this both resource policy would apply on the ROLE or only that resoruce policy which is on top in the list?
Thanks