Coda File System

Re: network conections

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Thu, 10 Mar 2005 17:18:57 -0500
On Thu, Mar 10, 2005 at 07:04:25PM -0300, Gabriel B. wrote:
> I'm copying some files from the coda server using scp and back to the
> server using the coda mount point, as Ivan sugested (thanks)
> 
> but i don't see any connection in any other port then the ssh for scp
> between those servers. but if i run the client on the server and list
> the dir, it's up to date!
> 
> when exactly does the client send the data?

Coda uses UDP instead of TCP, you should see the data go by if you run

    tcpdump udp port 2432

As UDP is essentially connectionless, netstat can't tell that there is
an active connection, the ports we use only show up as listening for
incoming packet (netstat -aup).

Jan
Received on 2005-03-10 17:19:34