Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY] Fix recursive lookups against IPv6 interface of core master #747

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

kylerisse
Copy link
Member

Description of PR

Found issues with DNS lookups over the IPv6 interface only on the core master server.

Previous Behavior

  • serverspec tests for recursive DNS didn't exist
  • cache network config for core master had the wrong /64 defined

New Behavior

  • serverspec tests for recursive DNS now exist
  • cache network config for core master has been corrected

Tests

  • serverspec locally
  • this PR branch being applied to core master after closing keynote is complete.

@kylerisse kylerisse changed the title [REVIEW] Fix recursive lookups against IPv6 interface of core master [READY] Fix recursive lookups against IPv6 interface of core master Mar 17, 2024
Copy link
Member

@sarcasticadmin sarcasticadmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial output for serverspec:

Command "dig @10.0.3.5 +short loghost.scale.lan A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.0.3.5 +short loghost.scale.lan AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short loghost.scale.lan A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short loghost.scale.lan AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short loghost.scale.lan A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short loghost.scale.lan AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short loghost.scale.lan A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short loghost.scale.lan AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.0.3.5 +short lobste.rs A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.0.3.5 +short lobste.rs AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short lobste.rs A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short lobste.rs AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short lobste.rs A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short lobste.rs AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short lobste.rs A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short lobste.rs AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.0.3.5 +short google.com A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.0.3.5 +short google.com AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short google.com A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @10.128.3.5 +short google.com AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short google.com A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:103::5 +short google.com AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short google.com A | grep -v -e '^$'"
    exit_status
      is expected to eq 0
  Command "dig @2001:470:f026:503::5 +short google.com AAAA | grep -v -e '^$'"
    exit_status
      is expected to eq 0

@sarcasticadmin
Copy link
Member

thanks for helping track this down!

@sarcasticadmin sarcasticadmin merged commit dea2047 into socallinuxexpo:master Mar 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants