summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
diff options
context:
space:
mode:
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}