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=DKIM_SIGNED,DKIM_VALID, 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 CF6C625673 for ; Sun, 28 Jul 2024 04:23:12 +0200 (CEST) Received: from pb-smtp20.pobox.com ([173.228.157.52]) by 9front; Sat Jul 27 22:19:28 -0400 2024 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 900F837BBD for <9front@9front.org>; Sat, 27 Jul 2024 22:19:25 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=1jmU7eXJhfO0TEACv/c1CRUFF 8HTPB0JjVrdJftfK/o=; b=Uz7oBUw8mBmVmTkZoo7eEc6oynWS55UTYb/loBXcg pVCEcuoZC6DdaPhub/9cksM7eQT/RumwBwyltojbRQ5FzgXu7VS4P+pR2wvOIB0B V/8eL0Oh0LD08VVn2J52k2GqdCrNk+zYNRqaP1i4mTt/bJtpuam8TYZAmwSDRzsy 7s= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 7B37837BBC for <9front@9front.org>; Sat, 27 Jul 2024 22:19:25 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Received: from strider.localdomain (unknown [97.131.57.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 8599A37B81 for <9front@9front.org>; Sat, 27 Jul 2024 22:19:20 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: <6F1265385F9F18BCA2B6FB9A6C6B1236@smtp.pobox.com> Date: Sat, 27 Jul 2024 19:19:18 -0700 From: Romano To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: CC7501F2-4C87-11EF-8695-92D9AF168FA5-09620299!pb-smtp20.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: DOM out-scaling just-in-time just-in-time manager Subject: Re: [9front] how to create a blackhole/null route Reply-To: 9front@9front.org Precedence: bulk On Sat Jul 27 18:23:42 -0700 2024, sl@stanleylieber.com wrote: > today's commits fixed multiple kernel bugs and resolved this issue > for me. here's how to setup a successful blackhole route: > > # create a null device with junk ip address > ; ip/ipconfig null /dev/mordor 192.69.69.69 255.255.255.0 Is there a reason why /dev/mordor and not /dev/null? Is that needed to actually return some junk to splooge over the requester?