summaryrefslogtreecommitdiff
path: root/080_blog/00015_Admin/00090_Miguels-KVM-Adventures
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-07 23:26:17 +0100
committerMiguel <m.i@gmx.at>2019-03-07 23:26:17 +0100
commit52f86ea0075c66e18e4796ad88f45541da8b4de5 (patch)
treea7dcdb140e49ca13ed2315970e3b86e0c6fb9ef3 /080_blog/00015_Admin/00090_Miguels-KVM-Adventures
parenta9e55a351753af1cfdeb75bdf50ecfd80de129c0 (diff)
some cleanup and such
Diffstat (limited to '080_blog/00015_Admin/00090_Miguels-KVM-Adventures')
-rw-r--r--080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md12
1 files changed, 10 insertions, 2 deletions
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