summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm
diff options
context:
space:
mode:
authorMichael Janczyk2010-05-17 22:24:43 +0200
committerMichael Janczyk2010-05-17 22:24:43 +0200
commit716fb67d6e4b105b77d6ea0a51aedd986415de48 (patch)
treea6dd6e51556f5cbc5a4f16e3d311162598b916a9 /os-plugins/plugins/qemukvm
parentMerge branch 'master' into vmgrid (diff)
downloadcore-716fb67d6e4b105b77d6ea0a51aedd986415de48.tar.gz
core-716fb67d6e4b105b77d6ea0a51aedd986415de48.tar.xz
core-716fb67d6e4b105b77d6ea0a51aedd986415de48.zip
changer router addres to x.x.x.1 since vmware seems to need that.
virtualbox changes, /wo vt flags only one vcpu possible
Diffstat (limited to 'os-plugins/plugins/qemukvm')
-rwxr-xr-xos-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh b/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
index 396631c1..4d10965d 100755
--- a/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
+++ b/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
@@ -10,7 +10,7 @@
# General information about OpenSLX can be found at http://openslx.org
#
# Init hook to create a bridge on the active network interface
-# (should be kept identical to the files of virtualbox and vmware plugins)
+# (should be kept identical in vmware, virtualbox and qemukvm plugins)
#############################################################################
. /etc/openslx.conf
@@ -41,7 +41,7 @@ pidfile PIDFILE
option dns ${domain_name_servers}
option subnet 255.255.255.0
-option router CNETWORK.254
+option router CNETWORK.1
option wins CNETWORK.10
option domain virtual.site ${domain_name}