9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Moody <moody@posixcafe.org>
To: 9front@9front.org
Subject: Re: [9front] ethernet over gre
Date: Sat, 23 Sep 2023 10:32:35 -0500	[thread overview]
Message-ID: <3c019d15-3362-42b2-ae5d-9dad06b15090@posixcafe.org> (raw)
In-Reply-To: <2127530086.565304.1695479216477@comcenter.netcologne.de>

This is pretty cool, could you write up a man page for it perhaps?

Thanks,
Jacob Moody

On 9/23/23 09:26, Arne Meyer wrote:
> Hello,
> 
> i finally found the time to polish up my implementation of ethernet over gre for 9front.
> This is based on nusb/ether. It uses gre from the ip stack. I tested it with OpenBSD egre.
> For now only ipv4 is supported for the outside of the tunnel.
> 
> 9front:
> ip address is 192.168.178.21
> 
> egre 192.168.178.20
> ip/ipconfig -m 1400 ether /net/etherG0 10.0.0.1 255.255.255.0
> 
> OpenBSD:
> 
> ifconfig egre0 create
> ifconfig egre0 tunnel 192.168.178.20 192.168.178.21
> ifconfig egre0 10.0.0.2/24 mtu 1400
> ifconfig egre0 up
> 
> Greetings,
> Arne
> 
> 
> from postmaster@9front:
> The following attachment had content that we can't
> prove to be harmless.  To avoid possible automatic
> execution, we changed the content headers.
> The original header was:
> 
> 	Content-Type: text/x-c; charset=UTF-8; name=egre.c
> 	Content-Transfer-Encoding: base64
> 	Content-Disposition: attachment; filename=egre.c


  reply	other threads:[~2023-09-23 15:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-23 14:26 Arne Meyer
2023-09-23 15:32 ` Jacob Moody [this message]
2023-09-23 15:46   ` Arne Meyer
2023-09-23 15:56     ` Jacob Moody
2023-09-23 20:33       ` Arne Meyer
2023-09-23 19:50 ` Steve Simon
2023-09-23 20:41   ` Arne Meyer

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=3c019d15-3362-42b2-ae5d-9dad06b15090@posixcafe.org \
    --to=moody@posixcafe.org \
    --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).