Closed richb-hanover closed 4 years ago
Rich Brown notifications@github.com writes:
Using Flent 1.9.9-git-34ed663 on macOS 10.15.3, I am having trouble with the "-6" option. My default test host is
flent-fremont.bufferbloat.net
Using that hostname with the -6 option causes both fping and flent to fail with unknown host.
What's a good IPv6 host to use with Flent? Thanks.
Hmm, this seems like it may be an issue with the OS X resolver? I have no issues with IPv6 against that hostname. What does 'host flent-fremont.bufferbloat.net' return on your machine?
This indicates that it's an OSX issue as well: https://stackoverflow.com/questions/4132525/getaddrinfo-nodename-nor-servname-provided-or-not-known#comment54330628_4133272
It's actually more frustrating than that... My ISP (Consolidated Communications, a DSL provider) has me using their resolver at 64.222.212.243 and 64.222.165.243
dig aaaa flent-fremont.bufferbloat.net @ 8.8.8.8
(or @1.1.1.1) return a perfectly reasonable AAAA address.
Using my ISP's resolver does not return a AAAA record. I'll horse around to reconfigure my OpenWrt's upstream DNS resolver.
Update: Telling OpenWrt not to use the ISP's DNS servers, but to use something reliable solves the problem.
Moral of the story: Friends don't let friends use their ISP's resolvers...
vixie is campaigning for everyone to install a full recursive resolve and go to the root instead of DOH.
On Wed, Mar 18, 2020 at 1:38 PM Rich Brown notifications@github.com wrote:
Update: Telling OpenWrt not to use the ISP's DNS servers, but to use something reliable solves the problem.
Moral of the story: Friends don't let friends use their ISP's resolvers...
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tohojo/flent/issues/202#issuecomment-600846456, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVNJP5VJZ2L36SXVG7PJCLRIEWJNANCNFSM4LOTCOLA .
Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org
-- Make Music, Not War
Dave Täht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-435-0729
Using Flent 1.9.9-git-34ed663 on macOS 10.15.3, I am having trouble with the "-6" option. My default test host is
flent-fremont.bufferbloat.net
Using that hostname with the -6 option causes both fping and flent to fail with unknown host.
What's a good IPv6 host to use with Flent? Thanks.