Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Last Thursday, I had to restart my VPN 3015 Concentrator. After that, whenever a client tries to connect, he can, but he cannot access any network resources. In other words, a client can connect to the network (I confirmed this by looking at the sy...
I'm new with the PIX and don't know how to block ports. I'm using the CLI and need to block certain ports to avoid the mess with the blaster worm.Can anyone tell me what to type in after I do the config t that will block these ports?Thanks.
Actually, I accidentally found the problem...someone had changed the "IPSec over TCP" to be on. We are running UDP. Once I corrected that, the problem resolved itself.Thanks for your input.
Here's what I entered:access-list 102 deny tcp any any eq 135access-list 102 deny udp any any eq 135access-list 102 permit ip any anyaccess-group 102 in interface outside.This seems to block the worm but it seems to have caused problems with my VPN. ...
All my servers have been patched and updated with the latest antivirus software. However, we do allow users to dial in via PCAnywhere to a PC that is part of our network. We allow them to do this in order to access files on the network and to check...
I'm not worried about my servers on the inside of the firewall. However the problem is that I have dial-up access to those servers. I'm afraid someone will dial in to my network (which is part orf a campus area network) and affect other servers in ...
How do I do this? I am a newbie and don't know much about the CLI. What statements must I type in in order to achieve this after I do the config t?Thanks.