Connect to Linux Ports Instantly with 1 Click

  • Thread starter Thread starter Hamhiu
  • Start date Start date
  • Tags Tags
    Connection Linux
Click For Summary
SUMMARY

The discussion centers on methods to interrupt internet connections to specific established ports on Linux systems. Users suggest utilizing the 'escape' key for temporary interruptions, while the 'top' command can be employed to identify the process ID (PID) for termination using 'kill -9' or 'killall'. For a more automated approach, participants recommend using a one-line command with 'iptables' to close ports effectively.

PREREQUISITES
  • Familiarity with Linux command line interface
  • Understanding of process management commands such as 'top' and 'kill'
  • Knowledge of 'iptables' for managing network traffic
  • Basic understanding of network ports and their functions
NEXT STEPS
  • Research 'iptables' command syntax for closing ports
  • Learn how to use the 'top' command for process monitoring
  • Explore advanced process management techniques in Linux
  • Investigate alternative tools for managing network connections
USEFUL FOR

System administrators, network engineers, and Linux users looking to manage and control internet connections efficiently.

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
 
Computer science 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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
679
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
614
  • · Replies 12 ·
Replies
12
Views
3K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
Replies
14
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
13
Views
2K