Bind Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
=Set Up DNS on a Newly Installed Linux System= | =Set Up DNS on a Newly Installed Linux System= | ||
= | ==Update the DNS Server with the IP of the New System== | ||
Immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server: [Bind DNS Server#AddingANewHostToTheZoneFile] | Immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server: [Bind DNS Server#AddingANewHostToTheZoneFile] | ||
==Set Up DNS Client== | |||
[Linux DNS Client#Configuration] | [Linux DNS Client#Configuration] | ||
==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> |
Revision as of 04:04, 5 January 2016
Internal
Set Up DNS on a Newly Installed Linux System
Update the DNS Server with the IP of the New System
Immediately after reboot and before logging in the first time, set up the DNS server to resolve the new server: [Bind DNS Server#AddingANewHostToTheZoneFile]
Set Up DNS Client
[Linux DNS Client#Configuration]
Test
Test the following:
If we have external network access, these whether the name resolving works:
ping www.cnn.com