From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_SBL_CSS autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7567 invoked from network); 23 Sep 2023 16:01:21 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 23 Sep 2023 16:01:21 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Sat Sep 23 11:56:41 -0400 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1695484641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8qoxC132P8qedq5kv4COMIwYMWp+rZFpqQ4d4jnDlLA=; b=PX+57MZBLclAqjkJKPCcrwWeLpBMv1EXWqyP37Dkv9fTAD0uwlH30dFesnKUx7G0l9H3YE 14iVMLnYu9ulPuDdR2yTE/kPSzs/+QCP95CCFuToxf7BXhWhfx0H1GsZkDcsZP+g8HvWn1 VugH54k2wlnmLNOdevtYaYnGaQwf+gM= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 2ed640c2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 23 Sep 2023 10:57:21 -0500 (CDT) Message-ID: <145f1a5b-a2ad-4f60-bf61-ac6c132b5aa9@posixcafe.org> Date: Sat, 23 Sep 2023 10:56:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 9front@9front.org References: <2127530086.565304.1695479216477@comcenter.netcologne.de> <3c019d15-3362-42b2-ae5d-9dad06b15090@posixcafe.org> <1341538550.566236.1695483981913@comcenter.netcologne.de> From: Jacob Moody In-Reply-To: <1341538550.566236.1695483981913@comcenter.netcologne.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic responsive callback self-signing backend Subject: Re: [9front] ethernet over gre Reply-To: 9front@9front.org Precedence: bulk My advice is to read around the other man pages to get a broad idea of the format, and if you have any questions about what a macro specifically does man(6) explains them all in more detail. That's how I learned anyway. Feel free to ask if you run in to any issues. Thanks! moody On 9/23/23 10:46, Arne Meyer wrote: > I have no clue how to write a man page but I'll give it a try for sure! > >> Jacob Moody hat am 23.09.2023 17:32 CEST geschrieben: >> >> >> 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