summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
diff options
context:
space:
mode:
authorMichael Janczyk2010-05-17 22:21:57 +0200
committerMichael Janczyk2010-05-17 22:21:57 +0200
commitdb7bc082ea77bd2417a591a1ad9609e3452e28c3 (patch)
treedc8f2e8a7da823931c32a2c6443a53a2f2b1377d /os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
parentminor naming changes (diff)
downloadcore-db7bc082ea77bd2417a591a1ad9609e3452e28c3.tar.gz
core-db7bc082ea77bd2417a591a1ad9609e3452e28c3.tar.xz
core-db7bc082ea77bd2417a591a1ad9609e3452e28c3.zip
router address changed to x.x.x.1, works /w vmware
Diffstat (limited to 'os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh')
-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}