tcpdump

  1. O

    How to identity which container that calling IP on port

    Hello all, I'm running many docker-compose stack on my Server. My Firewall show trafic from this Server to another on port 137. How can I identify which container running on my Server doing these calls on port 137? Thanks for your reply
  2. N

    Open TCP session

    I am getting the relatively high number of open TCP session, can anyone please help me understand how can I increase the limit and is it safe to increase it, depending on server resources. Total: 1079 (kernel 1593) TCP: 40140 (estab 283, closed 39387, orphaned 0, synrecv 0, timewait...
  3. Rob

    How to test open UDP ports

    You've opened a UDP port on your server but not sure how to check if you can reach it from the outside. When testing TCP ports, you can check with tools like nmap or nc only from the outside, but the nature of UDP is that it doesn't send anything back so you need to monitor the port on the...
Top