Yes NFS is running.. thoguht NFS was UDP not TCP
netstat -natlp shows the process as "-"
a process of "-" huh?
the pid0 issue loooks like:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217525
Michael Stone wrote:
On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote:
How do i find out what is using those ports?
netstat -natl | grep 799
tcp 0 0 192.168.1.200:799
192.168.1.1:2049 ESTABLISHED
below returns no output
lsof -i tcp:799
Nothing is using the port but it is in netstat????
nfs maybe? Do you have an nfs mount from 192.168.1.1?
Mike Stone