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

xen service: Forward DNS queries from Xen guests #25495

Merged
merged 1 commit into from
May 6, 2017

Conversation

michalpalka
Copy link

Provide the option forwardDns in virtualisation.xen.bridge, which
enables forwarding of DNS queries to the default resolver, allowing
outside internet access for the xen guests.

Motivation for this change

The current setup for xen-bridge does not allow the VMs to use external services, as the DNS queries are not forwarded. This PR adds a configuration option that enables forwarding of DNS queries.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Provide the option forwardDns in virtualisation.xen.bridge, which
enables forwarding of DNS queries to the default resolver, allowing
outside internet access for the xen guests.
@mention-bot
Copy link

@michalpalka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edolstra, @oxij and @peti to be potential reviewers.

@joachifm
Copy link
Contributor

joachifm commented May 5, 2017

cc @ts468

@joachifm joachifm merged commit dc2fc5e into NixOS:master May 6, 2017
@joachifm
Copy link
Contributor

joachifm commented May 6, 2017

Thank you

@michalpalka michalpalka deleted the xen-forward-dns branch May 11, 2017 09:59
@SigmaSquadron SigmaSquadron added the 6.topic: xen-project The Xen Project hypervisor label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: nixos 6.topic: xen-project The Xen Project hypervisor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants