Oct 7 09:29:23 lampsrv dhcpd: Unable to add forward map from reception.shriramdb.com dyn.shriramdb.com to 192.168.1.153: timed out
option domain-name text;
This option specifies the domain name that client should use when resolving hostnames via the Domain Name System.
option domain-search domain-list;
The domain-search option specifies a 'search list' of Domain Names to be used by the client to locate not-fully-qualified domain names. The difference between this option and historic use of the domain-name option for the same ends is that this option is encoded in RFC1035 compressed labels on the wire. For example:
option domain-search "example.com", "sales.example.com",
"eng.example.com";
ASKER
zone 2.168.192.in-addr.arpa. {
primary 192.168.1.244;
key "ddns-key";
}
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.150 192.168.1.200;
}
ASKER
Oct 7 10:52:24 lampsrv named[4227]: zone dyn.shriramdb.com/IN: journal rollforward failed: journal out of sync with zone
named-journalprint dyn.shriramdb.com
ASKER
ASKER
ASKER
indar@lampsrv:/var/cache/bind/dynamic$ cat db.2.168.192.in-addr.arpa
ASKER
zone "1.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/cache/bind/db.1.168.192.in-addr.arpa";
};
zone "2.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/cache/bind/dynamic/db.2.168.192.in-addr.arpa";
allow-update { key "ddns-key"; };
};
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.0 192.168.1.245;
}
ASKER
ASKER
The Domain Name System (DNS) is a hierarchical, globally distributed system responsible for associating the name of a computer, service or other resource into an IP address for connecting to the Internet or a private network. Most prominently, it translates domain names to the numerical IP addresses needed for the purpose of computer services and devices worldwide.
TRUSTED BY
Let's see your dhcpd.conf please, you know the drill :)