cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1199
Views
0
Helpful
2
Replies

How to open port 3101 for Blackberry server

fullerthaler
Level 1
Level 1

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.

2 Replies 2

spottedowl
Level 1
Level 1

Did you apply the acl to an interface?

fedrodri
Level 1
Level 1

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.