Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

config outbound port access on pix

Status
Not open for further replies.

tdsrader

MIS
Jun 11, 2003
12
US
client is needing me to open outbound port ONLY on pix515....is this done thru ACL and what is proper syntax?
 
Syntax of Outbound command is:
outbound list_number permit|deny|except IP_address [subnet_mask] [java|port_number[-port_number]] [protocol_name]

Then you have to Activate it by typing:
apply [(interface_name)] list_number outgoing_src|outgoing_dst

ex:
pixfirewall(config)# outbound 1 permit 192.168.1.0 255.255.255.255.0 23 any
pixfirewall(config)# apply (inside) 1 outgoing_src

Outbound Filter configuration website:
 
By default the PIX allows outbound access from a higher security interface to a lower security interface. (Defaults outside < inside)

If you can't access outside on a specific port, then you must have some filtering turned on either by an &quot;outbound&quot; list or an access-list. We would need to see that portion of your configuration before making suggestions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top