cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1053
Views
0
Helpful
2
Replies

How to avoid RST response from a closed port

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?

2 Replies 2

t-evens
Level 1
Level 1

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

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.