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

Creating only outbound TCP connection..

bmckinley
Level 1
Level 1

Hi all, I need to create only an outbound TCP connection to port 9536 for a specific IP address, should be for all users. Could someone help me with the command struture?

Thanks

1 Reply 1

bdube
Level 2
Level 2

By default, PIX will leave this traffic passing through. Is it the case? If you want to restrict the outgoing connection to a specific destination & a specific port, you just have to applied an access-list to your inside interface.

access-list toinside permit tcp any host [specific dest IP] eq 9536

access-group toinside in interface inside

Regards,

Ben