01-12-2004 12:55 AM - edited 03-09-2019 06:05 AM
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
01-12-2004 04:29 AM
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.
01-12-2004 05:31 AM
Thanks very much :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide