June 2016
Intermediate to advanced
152 pages
3h 30m
English
Right now you get your IP address configured automatically via DHCP and you're able to resolve DNS records from the internet via your DNS server. With the use of Dynamic DNS, you can also leverage your DNS server to address your local systems by name as well.
Let's configure dynamic DNS on your local network:
example.org:zone "example.org" {
type master;
notify no;
file "/var/lib/bind/example.org.db";
}
zone "0.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/lib/bind/rev.1.168.192.in-addr.arpa";
};Read now
Unlock full access