cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
643
Views
0
Helpful
3
Replies

conduit deny

hiepnguyen
Level 1
Level 1

what is the conduit deny command if i want to deny a port or and ipaddress??

3 Replies 3

hiepnguyen
Level 1
Level 1

i put this command in but the address is still coming thru

conduit deny ip any 64.254.0.0 255.255.255.0

the connection is still live. is there an explicit kill command??

--

try 'clear xlate'

.

.

This will/should clear the connection translation which is all open connections, as well as just opening connections.

markvtran
Level 1
Level 1

conduit deny tcp any eq "port number" any

to deny that certain port number

conduit deny tcp host "ip address" "mask" any

to deny certain ip address