From 968441af3fec91bcbe7dc0642f612b9b93f3dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 3 Feb 2016 15:38:26 +0100 Subject: [PATCH] hvm: Add info about DNS address in network configuration --- managing-os/hvm-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/hvm-create.md b/managing-os/hvm-create.md index 9d0fdd66..092b1935 100644 --- a/managing-os/hvm-create.md +++ b/managing-os/hvm-create.md @@ -80,7 +80,7 @@ In order to manually configure networking in a VM, one should first find out the Alternatively, one can use `qvm-ls -n` command to obtain the same information. -Now, one should configure the networking within the HVM according to those settings (IP/netmask/gateway). Only IPv4 networking is currently supported in Qubes. +Now, one should configure the networking within the HVM according to those settings (IP/netmask/gateway). Only IPv4 networking is currently supported in Qubes. Set DNS address to the same IP as gateway. **Note:** If one plans on installing Qubes Tools for Windows guests (see below) it is 'not' necessary to configure networking manually as described in this section, because the tools will take care of setting the networking automatically for such Windows domains.