10-17-2006 02:11 PM - edited 03-09-2019 04:34 PM
I have a pix 506E. What command or commands do I need to open port 3101? I tried the following command (access-list acl_outside permit tcp any any eq 3101), but must be missing something because it didn't work.
10-17-2006 02:37 PM
Did you apply the acl to an interface?
10-17-2006 03:20 PM
Hi,
You need to remember that you would also need to create a static NAT rule in order to allow inbound access (plus applying the ACL to the outside interface as stated on the previous post). So, what you would need is something like this (assuming static PAT):
static (inside,outside) tcp interface 3101 inside-server 3101
access-list outside-acl permit tcp any interface outside eq 3101
access-group outside-acl in interface outside
HTH,
federico.
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