#netstat

Denis Szalkowskibloginfo@mamot.fr
2025-02-10

La commande #netstat présente dans le package net-tools est bien plus synthétique et lisible que #ss quant à la restitution de l'activité réseau d'une machine #Linux

dsfc.net/infra/reseau/netstat-

I learned last night that a Docker container will fail to launch properly, and in my case end up in a restarting loop forever, if the port the container is trying to use is being used by some other process on the system.

Using:

sudo netstat -nlp

produces a great set of data to checkout what is going on.

#Docker
#Netstat

Sascha Stumplersasstu@hessen.social
2025-01-10

Powershell - Display network connections (equivalent to netstat) dlvr.it/THHDf1 via PlanetPowerShell #Powershell #Windows #Réseaux #Netstat

2024-05-30

@Xavier Nice. Thanks. My result is below. Looks harmless... famous last words.. #netstat

screenshot showing result of sudo netstat -nlp
Rhonda D'Vine 🏳️‍🌈rhonda@chaos.social
2024-01-22

Was sind eigentlich eure Standard-Argumente für #netstat? Bei mir wäre das -tulpen. Kollege verwendet -pant

2023-12-17

#chroot#VineLinux 2.1.5の/を/にすればatok12xが起動できて #netstat -ltnに反応が出たし、kiput2xも起動できそう (生の #Ubuntu 22.04 LTSだとおなじみの変換サーバに接続できませんでしたである。) (/を/にした場合はXサーバに接続できない旨のエラー) だけれども、本当にこれで正しいのか?となっている

debootstrap chroot x11 cannot open display 0 no protocol error unix.stackexchange.com/questio

ДевоПесdevops@twiukraine.com
2023-05-17

Цікаво, як ви перевіряєте що порт відкритий на сервері? Типу, чи прослуховує його якийсь сервіс чи ні. В мене ось такі команди для цього:
#telnet localhost:port
#netstat -plant|grep port
Є маньякі, які lsof для цього використовують, але команду не памʼятаю ;-)
#bash #shell

2023-02-17

Sloth

Sloth is a nice graphical macOS application (by the creator of Platypus) that shows all open files, directories, pipes and devices in use by applications in your system:(...)

#lsof #monitor #macos #resource #netstat #tcp #files #sockets

taoofmac.com/space/apps/sloth

Sloth
Yes, I Know IT ! 🎓YesIKnowIT
2022-12-22

The 5 first commands to use when connecting to a server
linux.com/blog/first-5-command
by @SylvainKalache

2022-11-21

Comandi deprecati e corrispondenze
#linux #ifconfig #netstat #commandlineFU

Deprecated network commands
2004-08-24

This month, I’m going to wrap up discussion of network troubleshooting tools. So far, I’ve covered netstat, tcpdump, and ngrep and sniff. This month, I’ll discuss Ethereal, a tool for browsing network traffic interactively and analyzing network traffic. To put it more emphatically, Ethereal is the all-singing, all-dancing, packet-inspecting tool that all admins should have in their software toolboxes. Ethereal is capable of capturing packets for analysis or reading saved packet captures in a number of common formats. Ethereal support libpcap/tcpdump, Sun’s snoop/atmsnoop, LanAlyzer, MS Network Monitor, HPUX nettl, AIX iptrace, Cisco Secure IDS, and a number of others. (The full list can be found in the FAQ.) Ethereal supports more than 530 network protocols. You can also see supported protocols by selecting “Supported Protocols” from Ethereals Help menu. The Ethereal Interface I’ll start off by taking a look at Ethereal’s interface. Ethereal has a 3-pane interface that shows the user a great deal of information in an easy-to-use interface. The first pane shown gives a summary of captured packets (see Figure 1), displaying the packet number, its source and destination, protocol, and information about the packet. The middle pane gives detailed information about a selected packet, and the bottom pane displays the packet itself in a hexdump style. Note that you can edit the columns in the second pane using Ethereal’s Preferences dialog, found under the Edit menu. A particularly spiffy feature of Ethereal is that it will highlight each part of the packet when you click on the information in the middle pane. For example, let’s say you capture some traffic between your desktop and a Web site, as you’re requesting a Web page. In the first pane, you click on the packet containing a GET request. This displays that packet in the second and third panes. Then, you can click on a particular bit of information contained in that packet in the second window — like the packet’s source — and it will highlight the section of the packet that contains that information in the third window. Of course, you need some captured packet data to display. The Ethereal Web site features some interesting sample captures. They also have several capture formats so users can test Ethereal’s multi-format capabilities. Even if you don’t have much in the way of interesting traffic, it’s a good idea to familiarize yourself with Ethereal’s packet-capturing capabilities. The CTRL+k hotkey will bring […]

https://dissociatedpress.net/2004/08/24/the-open-road-ethereal/

The Ethereal Interface showing packet captureFigure 2: Ethereal's capture windowFigure 3: Following a TCP stream in Ethereal
Yes, I Know IT ! 🎓YesIKnowIT
2022-06-23

The 5 first commands to use when connecting to a server
linux.com/blog/first-5-command
by @SylvainKalache

📡 RightToPrivacy & Tech TipsRTP@fosstodon.org
2021-12-30

#Linux #Tip: Ever curious w/network programs are behind connected ports?

Try out: netstat -p flag.

Ex: netstat -p | less

Show what process is actively connected to what port.

Try -lp to show listening/processes.

Try: netstat -tulpn
#FOSS #netstat #bash #shell

Yes, I Know IT ! 🎓YesIKnowIT
2021-12-17

The 5 first commands to use when connecting to a server
linux.com/blog/first-5-command
by @SylvainKalache

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst