From nobody Tue Nov 12 05:36:52 2024 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 4XnZt63Wngz5dCkp for ; Tue, 12 Nov 2024 05:37:02 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from ns.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 ECDSA (P-256) client-digest SHA256) (Client CN "discoveriesinwood.com", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XnZt52dK1z4NvM for ; Tue, 12 Nov 2024 05:37:01 +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.dreamchaser.org [192.168.151.122]) by ns.dreamchaser.org (8.18.1/8.18.1) with ESMTP id 4AC5arwZ000535 for ; Mon, 11 Nov 2024 22:36:53 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <0f00ea1a-8b62-4c0d-80ee-08721794483b@dreamchaser.org> Date: Mon, 11 Nov 2024 21:36:52 -0800 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: FreeBSD Mailing List Reply-To: freebsd@dreamchaser.org From: Gary Aitken Subject: missing ARP reply Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Mon, 11 Nov 2024 22:36:53 -0700 (MST) for IP:'192.168.151.122' DOMAIN:'breakaway.dreamchaser.org' HELO:'[192.168.151.122]' FROM:'freebsd@dreamchaser.org' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Mon, 11 Nov 2024 22:36:53 -0700 (MST) X-Spamd-Result: default: False [-1.33 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.997]; NEURAL_SPAM_SHORT(0.85)[0.855]; R_SPF_ALLOW(-0.20)[+mx]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[dreamchaser.org]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org] X-Rspamd-Queue-Id: 4XnZt52dK1z4NvM X-Spamd-Bar: - I'm having trouble with my solar inverter connecting to its home base somewhere in Germany and am suspecting a problem with a missing ARP reply. Traceroutes go most of the way there, and individual power optimizers appear to be reporting successfully so they are clearly getting through, I assume via a successful DNS translation in the inverter software. Or maybe the inverter itself is sending out the optimizer info (I thought that was how it worked). But the monitoring site claims the inverter itself is not reporting. (SolarEdge system if anyone cares). xxx.yyy is the inverter on the local network xxx.zzz is the fbsd gateway/router on the local network #tcpdump -flnt -i fxp0 | grep 192.168.xxx.yyy ARP, Request who-has 192.168.xxx.zzz (aa:bb:cc:dd:ee:ff) tell 192.168.xxx.yyy, length 46 IP 192.168.xxx.yyy.3337 > 147.185.237.1.22222: Flags [.], seq 26043:26065, ack 708198036, win 2144, length 22 IP 147.185.237.1.22222 > 192.168.xxx.yyy.3337: Flags [P.], seq 1:23, ack 22, win 18410, length 22 IP 192.168.xxx.yyy.3337 > 147.185.237.1.22222: Flags [.], ack 23, win 2144, length 0 I'm guessing the 3 packets exchanged are a power optimizer reporting in, but may be the inverter doing something. The arp table on xxx.zzz has a permanent entry for itself on the interface, picked up from /etc/hosts: # arp -a ns.dreamchaser.org (192.168.xxx.zzz) at aa:bb:cc:dd:ee:ff on fxp0 permanent [ethernet] Thoughts on why I am not seeing a reply to the ARP request? Thanks, Gary