cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
270
Views
10
Helpful
2
Replies

Blocking ports

Amakki
Level 1
Level 1

Dear Gentlemen,

I have PIX firewall 515E , Actually I am new to configure this PIX firewall I want to know how to block some traffic and ports from passing my firewall for example I want to know how to block MSN messenger in my network from PIX firewall.

Thanks for helping me

2 Replies 2

jmia
Level 7
Level 7

Hi..

You can apply ACLs on your PIX to block specifed ports/service, if you want to stop MSN Messenger try the following:

In configuration mode on the PIX..

access-list inside deny tcp any any eq 1863

access-list inside deny ip any 64.4.13.0 255.255.255.0

Now apply the above access-list to the inside interface with of the PIX:

access-group inside in interface inside

Remember to clear PIX translations with commmand: clear xlate after the above modification and also save with command: write mem

Hope this helps and let me know if you need further help, please rate this post if it helps.

Jay.

Thanks very much :)