From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id F376A22288 for ; Sun, 28 Jul 2024 06:41:16 +0200 (CEST) Received: from gaff.inri.net ([168.235.82.67]) by 9front; Sun Jul 28 00:37:59 -0400 2024 Received: from [127.0.0.1] ([168.235.81.125]) by gaff; Sun Jul 28 00:37:59 -0400 2024 Date: Sun, 28 Jul 2024 00:37:57 -0400 From: Stanley Lieber To: 9front@9front.org In-Reply-To: <6F1265385F9F18BCA2B6FB9A6C6B1236@smtp.pobox.com> References: <6F1265385F9F18BCA2B6FB9A6C6B1236@smtp.pobox.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: patented structured database-aware optimizer Subject: Re: [9front] how to create a blackhole/null route Reply-To: 9front@9front.org Precedence: bulk On July 27, 2024 10:19:18 PM EDT, Romano wrote: >On Sat Jul 27 18:23:42 -0700 2024, sl@stanleylieber=2Ecom wrote: >> today's commits fixed multiple kernel bugs and resolved this issue >> for me=2E here's how to setup a successful blackhole route: >>=20 >> # create a null device with junk ip address >> ; ip/ipconfig null /dev/mordor 192=2E69=2E69=2E69 255=2E255=2E255=2E0 > >Is there a reason why /dev/mordor and not /dev/null? Is that needed >to actually return some junk to splooge over the requester? > the example in ipconfig(8) uses /dev/mordor, but i don't think there is an= y functional difference for this application=2E corrections welcome=2E sl