[Bug 680301] Re: DNS Search Domain in instance /etc/resov.conf should be set by DHCP

Kiall 680301 at bugs.launchpad.net
Tue Apr 5 15:52:00 UTC 2011


Its actually simpler than that :)

L1032 of net/vnetwork.c is

fprintf(fp, "subnet %s netmask %s {\n  option subnet-mask %s;\n  option
broadc .....

change it to ..

fprintf(fp, "subnet %s netmask %s {\n  option domain-name
\"eucalyptus.internal\";\n  option subnet-mask %s;\n  option broadc ...

and recompile ..


Also - that user-data script you have wont work thanks to "default-lease-time 1200;" .. 20 mins later your changes are reverted...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/680301

Title:
  DNS Search Domain in instance /etc/resov.conf should be set by DHCP



More information about the Ubuntu-server-bugs mailing list