Coda File System

How to run a coda server behind a NAT? What ports need to be forwarded for a coda server?

From: Karl-Philipp Richter <richter_at_richtercloud.de>
Date: Mon, 11 Jul 2016 15:09:20 +0200
Hi,
How to access a coda server behind a NAT for authentication with `clog`
and file access? I figured I need to forward port 370 TCP and maybe UDP
for `auth2` according to
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers. Yet, on
the server I only see

    $ sudo netstat -tupln | grep auth2
    udp6       0      0 :::370                      :::*
                17638/auth2

`auth2` listening to IPv6 which makes the forwarding irrelevant for IPv4
with which I need to work. I don't find any configuration directives in
`venus.conf` and `server.conf` and no default version of the mentioned
`auth2.conf` file nor a manpage of the latter. Authentication with
`clog` and file access works well for a client which runs on the same
machine as the server, but not for a client connecting over the internet.

-Kalle
Received on 2016-07-11 09:09:38