Connect to Linux Ports Instantly with 1 Click

  • Thread starter Thread starter Hamhiu
  • Start date Start date
  • Tags Tags
    Connection Linux
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Hamhiu
Messages
5
Reaction score
0
What soft or tool can i use to interrupt internet connection to a certain established port with just one mouseclick ?
Thanks
 
Physics news on Phys.org
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)
 
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.