Skip to main content

All Questions

Tagged with
0 votes
3 answers
581 views

List the IP addresses that my PC is connected to - in a readable format

I'm trying to search the IP addresses that my PC is connected to, but I don't recognize these & search shows nothing. I'm looking into all my connections, so I ran netstat -a and I don't recognize ...
Kevin Mulvihill's user avatar
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
3 votes
1 answer
4k views

Linux netstat shows ipv4 mapped ipv6 address

Even after disabling ipv6 on my linux machine and restarting network services, and not having an ipv6 address assigned to an interface, one of my daemon (cassandra to be specific)is using an ipv4 ...
scott's user avatar
  • 133
0 votes
0 answers
183 views

How to get `netstat -tpn`-like output with `ip` utility

How (or is it possible) to list all open TCP(/UDP) ports using ip utility on Linux (preferably with their owner processes)? I want something like netstat -tpn.
Dmytro Sirenko's user avatar
0 votes
1 answer
3k views

netstat with --inet option does not display listening tcp por

Can someone please explain why the output of the command are different? user@geeko:~> netstat -ln | grep 9876 tcp 0 0 127.0.0.1:9876 :::* LISTEN and user@...
ps-aux's user avatar
  • 3,785
1 vote
2 answers
1k views

Batch Capture incoming Netstat IPs as variable

I'm trying to figure out if there is a way I can capture (and if possible, log) the ip addresses displayed from 'netstat' command. I'm trying to make a script that waits for a ping from a specific ...
user23412's user avatar
2 votes
2 answers
26k views

Can anyone explain this netstat -b? There are a lot of connections.

I did a netstat -b and received this list: Active Connections Proto Local Address Foreign Address State TCP 127.0.0.1:2559 www:56952 TIME_WAIT TCP ...
JVE999's user avatar
  • 175