Bind Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * bind = Immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server: [Bind DNS Server#AddingANewHostToTh...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* [[bind]] | * [[bind]] | ||
=Set Up DNS on a Newly Installed Linux System= | |||
= | ==Set Up DNS Client== | ||
If the system won't run a name server, then it is sufficient to configure the DNS client only: | |||
{{Internal|bind Operations - Set Up DNS Client|bind Operations - Set Up DNS Client}} | |||
==Update the DNS Server with the IP of the New System== | |||
If maintaining the DNS server internally, immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server: | |||
{{Internal|Bind_Operations_-_Set_Up_DNS_Server#Adding_a_New_Host_to_the_Zone_File|Adding a New Host to the Zone File}} | |||
==Set Up DNS Server== | |||
{{Internal|bind Operations - Set Up DNS Server|bind Operations - Set Up DNS Server}} | |||
==Test== | |||
Test the following: | Test the following: | ||
If we have external network access, these whether the name resolving works: | |||
<pre> | |||
ping www.cnn.com | ping www.cnn.com | ||
</pre> |
Latest revision as of 23:49, 3 April 2017
Internal
Set Up DNS on a Newly Installed Linux System
Set Up DNS Client
If the system won't run a name server, then it is sufficient to configure the DNS client only:
Update the DNS Server with the IP of the New System
If maintaining the DNS server internally, immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server:
Set Up DNS Server
Test
Test the following:
If we have external network access, these whether the name resolving works:
ping www.cnn.com