9front - general discussion about 9front
 help / color / mirror / Atom feed
From: William Gunnells <gunnells@gmail.com>
To: 9front@9front.org
Subject: fundamental FS
Date: Sun, 19 Jul 2020 22:10:13 -0700	[thread overview]
Message-ID: <BE0D8FC2-E8AD-4E64-A107-45D6D54AC9D3@gmail.com> (raw)

So the networking seems strange and redundant to say the least
I’m just using the template that comes with plan9. Things both plan9 installs work somewhat

My MacMini has the following:

auth=cirno authdom=thintank
input=thinktank ip=172.27.0.0 ipmask=255.255.255.0
	ipgw=172.27.0.254
	dns=8.8.8.8
	auth=cirno
	dnsdom=thinktank
	cpu=cirno
	smtp=cirno

ip=172.27.0.67 sys=cirno dom=cirno.attlocal.net ether=080027f9ec98
sys=cirno ether=080027f9ec98


I can connect to it just fine and I can drawterm to it from multiple systems. But some those lines seem redundant.

On my laptop I have the following. 

auth=foo authdom=yoda
ipnet=yoda ip-192.168.1.0 ipmask 255.255.255.0
	ipgw=192.168.1.1
	dns=8.8.8.8
	auth=foo
	dnsdom=yoda
	cpu=foo
	smtp=foo

ip=192.168.1.172 sys=foo dom=foo.yoda ether=525400123336
ip=172.27.0.67 sys=cirno dom=cirono.attlocal.net ether=080027f9ec98
sys=foo ether=525400123336

I can drawterm form openbsd to 192.168.1.172 and to the mac at 172.27.0.67 just fine

from foo I would like to talk to cirno

cpu% cpu -h 172.27.0.67 -a p9 -u glenda
cpu: can’t dial: 172.27.0.67: connection rejected

Why is it getting rejected. 

ip/ping -n 1 -i 1 172.27.0.67
sending 1 64 byte message 1 ms apart to imp!172.27.0.67!1
0: rtt 25985 us, avg ryt 25985 us, ttl = 254

sorry I had to type that out. I didn’t know the unicode for that and I have not configured upas. 
Either way it can ping thinktank on mac mini

I also thought perhaps I could try 9fs cirno

but I got the following
sry: dial net!cirno!fs: connection rejected

Any ideas what I’m missing?

This might seem cumbersome but I take my laptop with me wherever I go and I would like to dump files back and forth. After reading the docs this seemed like the way to use things without all the ssh scp moving files around.










             reply	other threads:[~2020-07-20  5:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  5:10 William Gunnells [this message]
2020-07-21 22:09 ` William Gunnells

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=BE0D8FC2-E8AD-4E64-A107-45D6D54AC9D3@gmail.com \
    --to=gunnells@gmail.com \
    --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).