Hamhiu Messages 5 Reaction score 0 Thread starter May 1, 2006 #1 What soft or tool can i use to interrupt internet connection to a certain established port with just one mouseclick ? Thanks
What soft or tool can i use to interrupt internet connection to a certain established port with just one mouseclick ? Thanks
J77 Messages 1,092 Reaction score 1 May 9, 2006 #2 Interrupt? You could try using escape - however, if it hangs too much, I use 'top' to find the pid, then 'kill -9 xxxxx' (or killall mozilla)
Interrupt? You could try using escape - however, if it hangs too much, I use 'top' to find the pid, then 'kill -9 xxxxx' (or killall mozilla)
dduardo Staff Emeritus Science Advisor Insights Author Messages 1,902 Reaction score 3 May 9, 2006 #3 I don't think there is a one click way. There is definitely a one line command you can type that will close ports using iptables.
I don't think there is a one click way. There is definitely a one line command you can type that will close ports using iptables.