9front - general discussion about 9front
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] tsl boot, tsl error
Date: Thu, 14 Jan 2021 12:47:16 +0100	[thread overview]
Message-ID: <ECDFF51BD1295A573F1D5EE05090DBE8@felloff.net> (raw)
In-Reply-To: <724ACFC5-D66E-4028-AC69-648A7CF0D921@me.com>

the t9fs service basically just establishes a tls tunnel,
authenticated using your dp9ik key, and then proxies to
the 9fs service on the fileserver.

here, take a look:

term% cat /rc/bin/service/tcp17020
#!/bin/rc
exec tlssrv -A /bin/aux/trampoline 'net!$fs!9fs'

so this implies that your fileserver is also listed in
ndb with a fs= attribute in the ipnet or the cpu server
ip entry.

and, that the fileserver is listening on the 9fs
(tcp port 564).

you can test if your fs is listening by dialing
the 'net!$fs!9fs' dialstring. (note here, $fs is
*NOT* a environment variable, it is a ndb attribute
that ndb/cs will search for (relative to the machines
ip address) and substitute it by the value).

--
cinap

  reply	other threads:[~2021-01-14 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 10:16 Daniel Morandini
2021-01-14 11:47 ` cinap_lenrek [this message]
2021-01-14 15:13   ` Daniel Morandini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ECDFF51BD1295A573F1D5EE05090DBE8@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).