ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option nis-domain "domain.org";
option domain-name "domain.org";
option domain-name-servers 192.168.1.1;
option time-offset -18000; # Eastern Standard Time
host tst {
hardware ethernet 00:13:D3:EE:99:C5;
fixed-address 192.168.1.14;
}
}
if no hostnames options used in "host declaration" as above,
hostname will be assigned none.
If u want assign hostnames then use the following under "host
declaration"option host-name xyz;
B.Sadhiq
--- On Fri, 15/1/10, suryabhan yadav <[email protected]> wrote:
From: suryabhan yadav <[email protected]>
Subject: [LinuxVadaPav] assigning ip
To: [email protected], [email protected]
Date: Friday, 15 January, 2010, 6:31 PM
Dear friends,
I want to assign a static ip address to mobile devices, i have MAC address of
the device but don't have hostname.
I want dhcp assign them a static ip with respect to MAC address.
Is it possibe to assign a static ip address without hostname, I have MAC
address. Plz help me.
Plz give me the possible steps to do that.
Regards,
suryabhan
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
[Non-text portions of this message have been removed]