From owner-freebsd-questions@freebsd.org Sat Apr 11 10:34:12 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B630A2B5E07 for ; Sat, 11 Apr 2020 10:34:12 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48zrpX45Kpz4Sk3 for ; Sat, 11 Apr 2020 10:34:12 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from poseidon.cloudzeeland.nl (cloudzeeland.nl [10.10.10.36]) by poseidon.cloudzeeland.nl (Postfix) with ESMTP id 6E0DD8A2D; Sat, 11 Apr 2020 12:34:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1586601249; bh=tzgp3aJNqLwssvp7Y3TyhvSp5D2JvLlvGiQvZQFn+Zs=; h=Subject:To:References:From:Date:In-Reply-To; b=qlvmHQs8KEL7xAyd1I9gdLPSjidjsjoX/Ug5Q7fZ1MntB22enbtZpCpONYOjTLc72 XHQsbtkM2/27eXI/IoYUkEMt4soPEKVcTrhLcdIR5gaYyNPM7tZHGSjQYyJLy+yPYY ohOKxoti5RvvSIJNGcnCQbd0zN5hXw3P1AiRQFqA= Received: from [10.10.10.34] (pion1.rpicloud.nl [82.176.127.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by poseidon.cloudzeeland.nl (Postfix) with ESMTPSA id F04038A2C; Sat, 11 Apr 2020 12:34:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cloudzeeland.nl; s=cloud; t=1586601249; bh=tzgp3aJNqLwssvp7Y3TyhvSp5D2JvLlvGiQvZQFn+Zs=; h=Subject:To:References:From:Date:In-Reply-To; b=qlvmHQs8KEL7xAyd1I9gdLPSjidjsjoX/Ug5Q7fZ1MntB22enbtZpCpONYOjTLc72 XHQsbtkM2/27eXI/IoYUkEMt4soPEKVcTrhLcdIR5gaYyNPM7tZHGSjQYyJLy+yPYY ohOKxoti5RvvSIJNGcnCQbd0zN5hXw3P1AiRQFqA= Subject: Re: Cron config for ipfw table To: freebsd-questions@freebsd.org, Lowell Gilbert References: <44blnzta6s.fsf@be-well.ilk.org> From: Jos Chrispijn Organization: Userland rocks! Message-ID: <7e5f317c-1f06-9400-39c1-cd6ffe61334a@cloudzeeland.nl> Date: Sat, 11 Apr 2020 12:34:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <44blnzta6s.fsf@be-well.ilk.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on poseidon.cloudzeeland.nl X-Rspamd-Queue-Id: 48zrpX45Kpz4Sk3 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2020 10:34:12 -0000 On 10-4-20 21:25, Lowell Gilbert wrote: > Is there any reason that you can't use the system's standard ipfw script > for that? It is a virtual table that is updated with new ip addresses. Unfortunately this table is empty after I reboot, so refill is needed (with the script). Best, Jos