Skip to main content

Questions tagged [netstat]

Netstat (network statistic) is a tool, common to Windows, Unix and Linux, used to obtain information about network connections (outbound and inbound), routing tables, and a range of information on the use of statistics the network interface. Netstat.exe command line that shows all open ports for Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

0 votes
1 answer
3k views

Understanding netstat output

Below is an output from a netstat command: TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:5040 ...
Nina G's user avatar
  • 117
0 votes
1 answer
536 views

not bound port listening

Here is what netstat shows: Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 127.0.0.1:631 0....
achille's user avatar
  • 137
2 votes
1 answer
2k views

Suggest me to understand why my windows 10 found connected to that many hosts. checked with netstat -fb

I am using windows 10 laptop, and when I executed netstat -bf, no exe or browser was running, but few windows system services may be running I am not able to understand why wpnservice & ...
GLK's user avatar
  • 123
1 vote
1 answer
897 views

netstat -r output, internet vs internet6, different gateway formats

What's the difference between internet and internet6 routes? I'm assuming internet6 stands for IPv6? netstat -r Internet: Destination Gateway Flags Refs Use Netif ...
koperandus's user avatar
2 votes
1 answer
25k views

Windows equivalent to nmap

This answer suggests netstat as an equivalent to nmap and also states that nmap for windows does not work. But I use nmap for an specific purpose and that is to see if a port of a network is open or ...
Shayan's user avatar
  • 1,604
1 vote
0 answers
16k views

Netstat -ano. What does this mean..?

Getting an output that shows a specific process or group of processes (listed as PIDs) in netstat -ano. The PIDs seem to be connecting to multiple 'Foreign Address' IPs, or perhaps trying to spam ...
Arianax's user avatar
  • 91
1 vote
0 answers
3k views

netstat Foreign Address shows my hostname, TCP sockets refuse connections

I am attempting to establish a TCP connection to a Windows machine running some third party software, unfortunately, I can not make the connection succeed. Running: netstat -an Shows my service is ...
Matt Clark's user avatar
  • 2,084
1 vote
0 answers
603 views

How to find a process that is using a port if it is not displayed even in netstat?

I am using a software development IDE (Intellij) that is using local machine port 5005 for Java program debugging. In some occasions it reports that it cannot connect because the port is being used or ...
JustAMartin's user avatar
  • 1,601
1 vote
1 answer
2k views

Get connection speed of a program with netstat

I use netstat -natpe to view the connections and program names. While wget is fetching data, the RX column is zero naderan@student-virtual-machine:~$ netstat -natpe (Not all processes could be ...
mahmood's user avatar
  • 1,315
0 votes
2 answers
1k views

What is happening at each row of this netstat-nr command?

I have a problem that I do not understand. How do I evaluate what is happening in each row and which row matches a destination address of 183.77.42.58 and why? What is happening at each row of this ...
imora's user avatar
  • 3
3 votes
1 answer
4k views

Windows CMD netstat output in one line

Netstat output breaks line when -aonb options are used. I can't use FIND to filter the output in one line. Increasing Screen buffer width and Window width doesn't help. The command still breaks into ...
user's user avatar
  • 41
0 votes
0 answers
4k views

what is a "normal" netstat -a -b result supposed to look like on a fresh windows 10 installation?

I just reinstalled windows 10 by choosing "Reset My PC" in the settings and telling it to erase the disk. When it finished few things run. Edge crashes. Settings won't come up. File Explorer works. ...
gman's user avatar
  • 5,420
1 vote
1 answer
14k views

What application uses local address "127.0.0.1" and foreign address "screenshots"

I have discovered in the output of netstat -a over 250 entries like this: TCP 127.0.0.1:49671 screenshots:49670 ESTABLISHED TCP 127.0.0.1:49670 screenshots:49671 ...
Daniel Spencer's user avatar
-4 votes
1 answer
2k views

Why an IP address owned by Amazon would have an active connection to my Windows PC with an svchost.exe process?

Did a netstat -fb. One of the lines was: [svchost.exe] TCP 192.168.1.113:52683 server-13-32-253-84.sea19.r.cloudfront.net:https CLOSE_WAIT Server is registered to Amazon, a little confused. ...
Spencer's user avatar
  • 11
1 vote
0 answers
80 views

Figure out IP address of external device

I have an external device (a PCB crate) of which I do not know the IP address. Connected to this device is a PCB that broadcasts its MAC address. Ultimately, I want to know this MAC address. I can ...
pfnuesel's user avatar
  • 326

15 30 50 per page
1 2 3
4
5
15