cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
4
Replies

fixup protocol

znair
Level 1
Level 1

How can i open port 450 on the pix 525 firewall running 6.1 (3) code

tserver 450/tcp

Computer Supported Telecomunication Applications

regards

anair

4 Replies 4

bfl1
Level 1
Level 1

What do you mean "open" a port? Are you wanting to allow access to the port from the outside or inside?

If from the outside, create a static for the server they will be accessing and then add the desired port to your in bound ACL.

shannong
Level 4
Level 4

Fixups are application layer intelligence about specific protocols.

What you need is a access-list entry in your ACL for the outside, outside-acl in my example. Assuming there is a server at private address X on the inside, and you want to access it from the outside using address Y. You would need something like this:

static (inside,outside) Y X netmask 255.255.255.255

access-list outside-acl permit tcp any host Y eq 450

You'll need to clear the translation for that host if you're adding the static statement as part of this new configuration.

clear xlate local X (X is the server address)

-S

Thanks..

It worked

regards

znair,

When someone provides a working solution for you, you should reward him by giving him the points for correcting your problem......