help in killing a connection through a socket number
Hi! I just want some help about killing an ongoing internet connection between a certain server and my pc that is using a certain socket to connect to me. (Aside from rebooting). You see, It is continously sending packets to my computer even though I had already stopped the program that started the connection. Hence, my connections slows down :( Im I clear enough?) tnx! Eugene --------------------------------- Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings!
Eugene Sibala wrote:
Hi!
I just want some help about killing an ongoing internet connection between a
certain server and my pc that is using a certain socket to connect to me.
(Aside from rebooting). You see, It is continously sending packets to my
computer even though I had already stopped the program that started the connection.
Hence, my connections slows down :( Im I clear enough?) tnx!
Eugene
lsof -i read PID number kill <insert PID number here> or netstat -antup read PID Kill PID use a firewall ipchains or iptables (depends on throughput) and deny that IP or wrappers use /etc/hosts.deny hth andre
participants (2)
-
andre@do
-
Eugene Sibala