09-04-2003 08:35 AM - edited 03-09-2019 04:40 AM
I would like to configure a router and a switch disabling any response from a close port. For example, a port scan could not show closed ports, so none will be able to discover the device.
I need to disable to send a RST in response to a SYN to a closed port. Is it possible?
09-08-2003 06:48 PM
Jorge,
Depends if I'm understanding you correctly... :) You can configure an access list to deny packets with the RST flag set.
access-list 100 deny tcp any any rst
access-list 100 permit ip any any
--Tim
09-10-2003 01:32 AM
An ACL could work in a router but how about a switch.
My question is focus on a feature to securize a Cisco device, disabling a port scan.
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