Sipherx wrote:
This is all I get when I do that.
Code:
Kernel Interface table
dummy0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
<snip>
hmmm, that looks more like the output from ifconfig than from netstat.
From a quick look at my netstat man page, I'm not even sure how to make it show what yours did, so maybe you are using a different version (mine's from net-tools-1.60).
Also, based on a quick look at /proc/net/tcp I think that if
Code:
cat /proc/net/tcp | grep :01BB
shows a line similar to: (i.e. with :01BB in the same place and 0A two fields after)
Code:
6: 0100007F:01BB 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 10220 1 c88eec00 3000 0 0 2 -1
then something is listening on port 443 (hex 01BB).
hth