diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 13:53:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 13:53:55 -0300 |
commit | 85e1c1e9ca1acb346a4dd7b0d542467a5c57a9f3 (patch) | |
tree | f414061f19a60a0418facdab8cdf012787b9a395 /kvmxfile | |
parent | dff961c634f1372531ddd5c00f7df0fda539a85b (diff) | |
download | kvmx-85e1c1e9ca1acb346a4dd7b0d542467a5c57a9f3.tar.gz kvmx-85e1c1e9ca1acb346a4dd7b0d542467a5c57a9f3.tar.bz2 |
TAP network config at kvmx-create
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,13 @@ password="`head -c 20 /dev/urandom | base64`" #net="tap" net="user" +# Networking: tap config only +# This setting is used during virtual machine bootstrapping by kvmx-create. +#net_ip="10.1.1.2" +#net_mask="255.255.255.0" +#net_gateway="10.1.1.1" +#net_dns="192.168.1.1" + # Set this is you want to be able to share a single folder between host and guest. # Needs ssh_support set to "y" and a workable SSH connection to the guest. shared_folder="." |