linux_router:dns_dhcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux_router:dns_dhcp [2023-07-04 Tue wk27 13:00] baumkplinux_router:dns_dhcp [2023-07-08 Sat wk27 10:55] – [Bind9 Control Nomenclature] baumkp
Line 36: Line 36:
   *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/default.named.conf.default-zones''   *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/default.named.conf.default-zones''
  
 +====Bind9 Control Nomenclature====
 +There are a number of "names" that are used with bind9 dns.
 +  * "bind9" is the DNS software is known as isc_bind9, and systemctl in some Linux refers to the service as bind.service.
 +  * "named" is the normal name of the isc-bind9 code that is call to start the application 
 +  * "rndc" is an application used to control a running bind9 instance, e.g. ''rndc reload'' to reload the configuration
 ====Setting Bind9 to IPv4 Mode==== ====Setting Bind9 to IPv4 Mode====
 ''sudo vim /etc/default/bind9'' or ''sudo vim /etc/default/named'', set following parameter: ''OPTIONS="-u bind -4"'' ''sudo vim /etc/default/bind9'' or ''sudo vim /etc/default/named'', set following parameter: ''OPTIONS="-u bind -4"''
  • /app/www/public/data/pages/linux_router/dns_dhcp.txt
  • Last modified: 2023-07-08 Sat wk27 10:56
  • by baumkp