LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   RHEL - KVM - name unresolved on Windows 10 Guest machine (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/rhel-kvm-name-unresolved-on-windows-10-guest-machine-4175669907/)

isagarran 02-19-2020 02:25 PM

RHEL - KVM - name unresolved on Windows 10 Guest machine
 
RHEL 7.7 host / KVM / Windows 10 Guest nated / VPN
Hello,

I'm successful reaching Internet (google) using edge browser. Now when I'm trying to reach site that are available through the VPN, I failed.

I think that it is due to the host DNS not used . Is there a similar command for KVM as the one I used with Virtualbox :
VBoxManage modifyvm "VM name" --natdnshostresolver1 on

This indicated to use Host DNS for th virtual machine.

Do you knoww if it exists the same for KVM.

Thanks,jps

berndbausch 02-19-2020 04:11 PM

You will have to modify the network definition according to https://libvirt.org/formatnetwork.html#examplesNAT. Either edit it with virsh net-edit, or use virsh net-update as in https://wiki.libvirt.org/page/Networ...rsh_net-update.


All times are GMT -5. The time now is 11:57 PM.