- Posts: 1
- Thank you received: 0
ASA 5505 DMZ and passthrough ports
I have created an Object-group:
Object-group service SERVER tcp
description TCP Passthrough Ports
Port-object range XXXX-XXXX
Port-object range xxxx-xxxx
Port-object range eq xxxxx
and an access list outside_access_in:
access-list outside_access_in extended permit tcp any host (outside IP) object-group SERVER
and applied this access list to the outside interface:
access-group outside_access_in in interface outside
Is this correct? And how do I associate the DMZ Server with this?
Thank you much,
S
- skepticals
- Offline
- Elite Member
- Posts: 783
- Thank you received: 0
Post a show run so we can see your full configuration along with a show ver so we can see if that port is active after the security license has been applied.
I recently inhertited a network with an ASA 5505 in a remote office. I have a server there that needs to be placed into a DMZ on that ASA (Plus Security License already applied). I also need to allow specific port traffic to pass through.
I have created an Object-group:
Object-group service SERVER tcp
description TCP Passthrough Ports
Port-object range XXXX-XXXX
Port-object range xxxx-xxxx
Port-object range eq xxxxx
and an access list outside_access_in:
access-list outside_access_in extended permit tcp any host (outside IP) object-group SERVER
and applied this access list to the outside interface:
access-group outside_access_in in interface outside
Is this correct? And how do I associate the DMZ Server with this?
Thank you much,
S