Does anyone have an idea on blocking MSN Messenger 5 on PIX 501. I tried denying Port 1863 and 569 but messenger still works. Tried almost every forum on the net to no avail.
It is difficult to block this at the pix without additional servers.
The best solution is to implement some kind of content filter server.
For example, you can implement a web proxy server with content filter software, and at the pix allow only the proxy, dns, and mail servers to directly go out to the Internet.
I use AnalogX proxy, close port 80 outbound on the firewall forcing everyone to use proxy settings, disable winsock for proxy rely and bind to local IP. That's it. Everyone still can browse http & https, but no more IM.
Hi noktar,
Thanks for the idea. I understand AnalogX proxy is free, is it right? It says "Run it on a machine that with the internet connection". Is this means that I have to install it on all machine? Or the server?
From what I gather it is free, I saw no software limitations or trial bull.
Say you install it on one machine that is always on. Suppose it's 192.168.0.1, after the proxy installation you start it up, than right click the green proxy icon on the taskbar and select configure, for Proxy Binding you enter 192.168.0.1, click everything off except for HTTP or possibly POP3 and you click OK.
Now you go to all client machines, open IE properties, connections, LAN, proxy server, you enter 192.168.0.1 and port 6588.
Now go to your firewall, close port 80 for all except for 192.168.0.1. On pix you must have an access-list limiting the outgoing connections, simply remove port 80 statement and replace it with:
access-list inside permit tcp host 192.168.0.1 any eq 80
and you're done. You'll need one for pop3 as well.
Hi NOktar,
I have installed AnalogX proxy but I am stuck on my PIX configuration. When you said "Close Port 80", do you mean I have to disable it form "fixup" on System Properties tab?
Another question is do I need to add another inside interface with an IP address of my proxy?
Now go to your firewall, close port 80 for all except for 192.168.0.1.
On pix you MUST have an ACCESS-LIST (not fixup) limiting the outgoing connections.
If you are not familiar with access-list statements this method will not work for you.
that line is your problem. you're permitting everything ip-related going out. you either need to remove it, or you need to explicitly DENY tcp port 80.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.