Re: ghost tcp/udp LISTEN ports
- From: Ian Northeast <ian@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 31 Mar 2007 18:36:14 +0100
On Sat, 31 Mar 2007 16:06:20 +0100, Ian Northeast wrote:
On Sat, 31 Mar 2007 07:50:20 +0200, Robert M. Stockmann wrote:
On Sat, 31 Mar 2007 03:50:47 +0200, Robert M. Stockmann wrote:
[wikiwork:root]:(~)# netstat -ltunp | grep " - " tcp 0 0
0.0.0.0:32769 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:2049 0.0.0.0:*
LISTEN - udp 0 0 0.0.0.0:32768
0.0.0.0:* - udp 0 0
0.0.0.0:2049 0.0.0.0:* -
[wikiwork:root]:(~)# uname -r
2.6.12
[wikiwork:root]:(~)#
[jackson:root]:(~)# netstat -ltunp | grep " - " tcp 0 0
0.0.0.0:32768 0.0.0.0:* LISTEN - tcp 0
0 0.0.0.0:2049 0.0.0.0:* LISTEN - udp
0 0 0.0.0.0:2049 0.0.0.0:*
- udp 0 0 0.0.0.0:32770 0.0.0.0:*
- udp 0 0 0.0.0.0:799 0.0.0.0:*
- [jackson:root]:(~)# uname -r
2.6.7
[jackson:root]:(~)#
which 2.6.xx kernel and solves the above bug?
[jackson:root]:(~)# netstat -ltunp | grep " - " tcp 0 0
0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp
0 0 0.0.0.0:60269 0.0.0.0:*
LISTEN - udp 0 0 0.0.0.0:2049 0.0.0.0:*
- udp 0 0 0.0.0.0:32770
0.0.0.0:* - [jackson:root]:(~)# uname -r
2.6.17
[jackson:root]:(~)#
well...is this a kernel bug? or a kernel config bug?
Many of those look like the sort of port numbers RPC services would use,
and 2049 is NFS. What does "rpcinfo -p" have to say on the affected
machines?
It's also worth getting the latest source for lsof from
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof and building it on the machine
you are running it on. Lsof is very sensitive to differences between the
build and execution environments and can report incorrect results if they
don't match closely enough, especially IME in the network area. So if
you've upgraded things it could be getting it wrong.
Regards, Ian
.
- References:
- ghost tcp/udp LISTEN ports
- From: Robert M. Stockmann
- Re: ghost tcp/udp LISTEN ports
- From: Robert M. Stockmann
- Re: ghost tcp/udp LISTEN ports
- From: Robert M. Stockmann
- Re: ghost tcp/udp LISTEN ports
- From: Ian Northeast
- ghost tcp/udp LISTEN ports
- Prev by Date: VMware and VNC listen address
- Previous by thread: Re: ghost tcp/udp LISTEN ports
- Next by thread: Squid QoS with priority to hosts taking little bandwidth
- Index(es):
Relevant Pages
|