On 30/10/11 16:21, Tom Metro wrote:
The dhcp-host option has a complex syntax, and the man page doesn't
cover all the rules.
One aspect not mentioned is that the order of the arguments don't have
to match what it is specified. The man page indicates:
--dhcp-host=[][,id:|*][,set:][,][,][,][,ignor
There's at least three bugs filed against Ubuntu on this issue. I'm
sure they'll fix it eventually. They keep referring the problem
upstream back to Debian. If I remember correctly, Ubuntu tries to bring
up ethernet before it has a hostname.
Steve
Richard Bailey wrote:
Thanks, that worked
Thanks, that worked, but is there a way that could pull the configured
hostname automatically instead of hardcoding it in the file?
I tried:
send host-name "`hostname`";
but that didn't work.
- Thanks,
Richard
On 7/31/06, Simon Kelley wrote:
Richard Bailey wrote:
> Hello,
>
> I have dnsmasq
Richard Bailey wrote:
Hello,
I have dnsmasq running and it's running great. When I had my client
machine as Windows XP the dhcp-host option worked and gave the ip for
the host I'd defined in the /etc/hosts file.
Now my client is a Ubuntu 6.06 machine and it has the same hostname, but
it doe
i am going to guess.
you have ip v6 there, do you need it?
also, is the host name set in /etc/conf.d/hostname ?
matt
On Sun, 30 Jul 2006, Richard Bailey wrote:
> Hello,
>
> I have dnsmasq running and it's running great. When I had my client machine
> as Windows XP the dhcp-host option work