From nobody Sat May 06 21:04:22 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QDKmn4qnxz4983w for ; Sat, 6 May 2023 21:04:25 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "discoveriesinwood.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QDKmm0w43z44YK for ; Sat, 6 May 2023 21:04:24 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org; dmarc=none Received: from [192.168.151.122] (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.16.1/8.16.1) with ESMTP id 346L4Mhb009520 for ; Sat, 6 May 2023 15:04:22 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <080af465-82c9-6347-473d-0235d6982278@dreamchaser.org> Date: Sat, 6 May 2023 14:04:22 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Content-Language: en-US To: FreeBSD Mailing List Reply-To: freebsd@dreamchaser.org From: Gary Aitken Subject: blackhole defaults Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.4 (nightmare.dreamchaser.org [192.168.151.101]); Sat, 06 May 2023 15:04:22 -0600 (MDT) X-Spamd-Result: default: False [1.11 / 15.00]; NEURAL_SPAM_LONG(0.94)[0.943]; NEURAL_SPAM_SHORT(0.30)[0.302]; R_SPF_ALLOW(-0.20)[+mx:c]; NEURAL_SPAM_MEDIUM(0.16)[0.163]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dreamchaser.org]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org]; TO_DN_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4QDKmm0w43z44YK X-Spamd-Bar: + X-ThisMailContainsUnwantedMimeParts: N I don't think I've specifically set any of these: $ sysctl net.inet | grep blackhole net.inet.tcp.v6pmtud_blackhole_mss: 1220 net.inet.tcp.pmtud_blackhole_mss: 1200 net.inet.tcp.pmtud_blackhole_detection: 0 net.inet.tcp.blackhole: 2 net.inet.udp.blackhole: 1 net.inet.sctp.blackhole: 0 Can someone explain to me the logic behind the last 3 (tcp,udp,sctp) defaults, and why they aren't all at 2? Gary