From 52f86ea0075c66e18e4796ad88f45541da8b4de5 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 7 Mar 2019 23:26:17 +0100 Subject: some cleanup and such --- 080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '080_blog/00015_Admin/00090_Miguels-KVM-Adventures') diff --git a/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md b/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md index 7f4e105..722d20f 100644 --- a/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md +++ b/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md @@ -194,7 +194,7 @@ A common use case is to run docker inside the virtual guests, which makes it an } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Optionally you can tell rsyslog to log deamon.* entries into a separate file and adjust logrotation as outlined here [5]. +Optionally you can tell rsyslog to log deamon.\* entries into a separate file and adjust logrotation as outlined here [5]. ## Miscellaneous @@ -202,6 +202,14 @@ Optionally you can tell rsyslog to log deamon.* entries into a separate file and virt-host-validate # validate host virtualization setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Use this RedHat virtio drivers when you install win10 [6]. + +* https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/ + +Forward ipv4 to an ipv6 only: + +socat TCP4-LISTEN:51247,fork,su=nobody TCP6:[2a01:4f8:192:5112::6]:51247 + ## References [1] https://libvirt.org/formatdomain.html @@ -209,4 +217,4 @@ Optionally you can tell rsyslog to log deamon.* entries into a separate file and [3] http://repo.firewall-services.com/misc/virt/virt-backup.pl [4] https://www.linux-kvm.org/page/Tuning_KVM [5] https://www.wolfe.id.au/2015/05/03/syslog-logging-driver-for-docker/ - + [6] https://www.funtoo.org/Windows_10_Virtualization_with_KVM -- cgit v1.2.3