Raid Host
  • 0 Shopping Cart
  • Home
  • Store
    • Browse All
    • Web Hosting
    • WordPress Hosting
    • Reseller Hosting
    • Dedicated Products
    • Register a New Domain
    • Transfer Domains to Us
  • More
    • Announcements
    • Knowledgebase
    • Network Status
    • Contact Us
  • Account
    • Login
    • Forgot Password?
  1. Portal Home
  2. Knowledgebase
  3. Server Tutorials
  4. List Connections by IP Address (Centos)

  Categories

Advanced
13
Billing
7
cPanel
10
Databases
11
Domains
16
Email
26
Error Pages
5
Files
6
FTP and SFTP
9
Getting Started
1
Hosting
5
Logs
1
Preferences
5
Resellers
1
Server Tutorials
9
Transfers
4
WordPress
3

  Categories

  Support

My Support Tickets
Announcements
Knowledgebase
Downloads
Network Status
Open Ticket

List Connections by IP Address (Centos) Print

  • 0

Via SSH run the following commands:

 

View all port 80 (HTTP)connections by IP:

netstat -anp | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

 

View all port 443 (HTTPS/SSL) connections by IP

netstat -anp | grep :443 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n


Was this answer helpful?

Related Articles

Search for and find large files on your server Syntax for RedHat / CentOS / Fedora Linux find {/path/to/directory/} -type f -size... Add SPF and DKIM records for all cPanel accounts SPF and DKIM records are used to verify the authorised mail server allowed to send emails for... Retrieving directory listing issue with FTP over TLS cPanel WHM This relates to cPanel servers running CSF. Since a recent update to the FTP software client... Extend/increase a mounted volume Warning :Under Linux, so that the title does not change during this operation (vdb > VDC for... Create and configure an additional disk on an instance List the disks admin@serveur-1:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE...
« Back

  Support

My Support Tickets
Announcements
Knowledgebase
Downloads
Network Status
Open Ticket
  • Contact Us
  • Terms of Service

Copyright © 2025 Raid Host. All Rights Reserved.


Loading...
Loading...

Choose Currency

£ GBP
$ USD
€ EUR

Generate Password

Please enter a number between 8 and 64 for the password length