I have a group defined for internal Hosts:
object-group network Dep_RH_Hosts
network-object host 10.195.190.2
network-object host 10.195.190.5
network-object host 10.195.190.8
... (plus 32 hosts)
I have too a group for external IP addresses:
object-group network Empleos_Hosts
network-object 66.246.213.0 255.255.255.0
network-object 72.36.137.0 255.255.255.0
network-object 216.72.4.0 255.255.255.0
network-object 200.41.9.0 255.255.255.0
How can permit just to internal hosts group to access external IP addresses?
I could use:
access-list 100 permit ip any object-group Empleos_Hosts
to give access to everyone but I need to give access just for internal group mentioned above.
THANKS!
8006283427