cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
0
Helpful
1
Replies

Need help with config file for PIX-515

0jrozo
Level 1
Level 1

I've created the config file for the PIX-515 and need help with user connecting using PCAnywhere.

What's the command to allow this to happen.

Pleas reply to: rozo_j@yahoo.com

Thanks.

JR.

1 Reply 1

lisa.hall
Level 2
Level 2

You will need to open a “hole” in the firewall for the ports used by pcAnywhere. The default pcAnywhere port numbers are 5631 (DataPort or TCP) and 5632(StatusPort or UDP).

Try adding the following lines (replacing XXXs with the correct IP numbers):

conduit permit tcp host XXX.XXX.XXX.XXXX eq 5631 any

conduit permit UDP host xxx.xxx.xxx.xxx eq 5632 any