search for: dhcpd_conf_file

Displaying 1 result from an estimated 1 matches for "dhcpd_conf_file".

2006 Jun 07
0
dhcp problem with vif-nat
...With the following change the creation of domain rightly fails. But does not solve my problem. --- /work/unstable/xen-unstable.hg/dist/install/etc/xen/scripts/vif-nat 2006-06-06 18:12:11.000000000 +0100 +++ vif-nat 2006-06-07 11:53:15.000000000 +0100 @@ -110,7 +110,7 @@ echo >>"$dhcpd_conf_file" \ "host $hostname { hardware ethernet $mac; fixed-address $vif_ip; option routers $router_ip; option host-name \"$hostname\"; }" release_lock "vif-nat-dhcp" - "$dhcpd_init_file" restart || true + "$dhcpd_init_file" restart && tru...