From: Stefan Kangas <stefankangas@gmail.com>
To: Ship Mints <shipmints@gmail.com>, Robert Pluim <rpluim@gmail.com>
Cc: 74907@debbugs.gnu.org
Subject: bug#74907: 31.0.50; nsm-check-local-subnet-ipv4 test fails on macOS with VPN enabled
Date: Mon, 16 Dec 2024 21:55:33 +0000 [thread overview]
Message-ID: <CADwFkm=8GWwecxwtkNeFXWKAqEu7RNkgJUntQHvv7WMMJiC-uw@mail.gmail.com> (raw)
In-Reply-To: <CAN+1HboZQ0+3SEg8uv+7Po9w10mniuX5tQxd+Mmu8rJA+Y4+CA@mail.gmail.com>
Ship Mints <shipmints@gmail.com> writes:
> With the VPN running and without, check the value
> of (network-lookup-address-info "localhost") and see if the VPN-regime
> value looks sensible. It is possible that your VPN set up is absconding
> with host resolution. I'd bet that (nsm-should-check "127.0.0.1") works
> fine under both scenarios.
I don't see a difference there.
;; With VPN
(network-lookup-address-info "localhost")
=> ([0 0 0 0 0 0 0 1 0] [127 0 0 1 0])
(network-lookup-address-info "127.0.0.1")
=> ([127 0 0 1 0])
;; Without VPN
(network-lookup-address-info "localhost")
=> ([0 0 0 0 0 0 0 1 0] [127 0 0 1 0])
(network-lookup-address-info "127.0.0.1")
=> ([127 0 0 1 0])
> You could at the command line also ping
> localhost and see what that reveals or try macOS network "reachability"
> diagnostic utility scutil -W -r localhost.
ping localhost works both with VPN and without, and scutil gives
basically the same output also.
prev parent reply other threads:[~2024-12-16 21:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-16 2:03 bug#74907: 31.0.50; nsm-check-local-subnet-ipv4 test fails on macOS with VPN enabled Stefan Kangas
2024-12-16 10:56 ` Robert Pluim
2024-12-16 11:23 ` Ship Mints
2024-12-16 11:46 ` Robert Pluim
2024-12-16 21:55 ` Stefan Kangas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADwFkm=8GWwecxwtkNeFXWKAqEu7RNkgJUntQHvv7WMMJiC-uw@mail.gmail.com' \
--to=stefankangas@gmail.com \
--cc=74907@debbugs.gnu.org \
--cc=rpluim@gmail.com \
--cc=shipmints@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).