12-08-2004 07:59 AM - edited 03-09-2019 09:42 AM
Hi All,
I'm trying to use the object-group command to permit all clients to access a Web Server using https.
Here is what I have is this correct.
object-group network HTTPS_Host
network-object host 10.10.10.20
network-object host 10.10.10.30
network-object host 10.10.10.40
network-object host 10.10.10.50
object-group service HTTPS_Ports tcp
port-object eq https
object-group network ANY_Clients
network-object 0.0.0.0 0.0.0.0
access-list outside_acl permit tcp object-group ANY_Clients object-group HTTPS_Host object-group HTTPS_Ports
12-08-2004 12:40 PM
seems ok to me. but why using object-group network ANY_clients, you can use keyword "any"
thanks
12-08-2004 01:37 PM
I did not get the PIX as yet so I was diong this ahead of time. Some one told me I couldn't. I could not find any docs on CCO with this info.I didn't know it would take the keyword any.
Thanks for your help
12-13-2004 01:56 PM
totally agree. get rid of object-group HTTPS_Ports if it contains only one port.
http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml
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