Definition
The CCNA validates the ability to install, configure, operate, and troubleshoot enterprise level router and switched networks. This includes design implementation and verification of connections to remote sites in a WAN. New CCNA training includes basic mitigation of security threats, introduction to wireless networking and Voice.
CCNA, CCNP, CCDA, CCENT, CCNA Security, CCNA Voice, CCNA Wireless
23 March, 2010
how to kill active TCP connections
You could also use IPTables which works on all Linux distros.
For dropping traffic from a single host I use:
Code:
iptables -I INPUT -s -j DROP
Just replace with the address of the host that you want to drop traffic from.
No comments:
Post a Comment