Changes

Jump to: navigation, search

SRT210 Lab 4

598 bytes added, 02:00, 29 January 2019
Zone file
# Once you are certain that the ''named'' service had started and runs without errors, then set it to '''start automatically''' (i.e. enable the named service) when this virtual machine boots.
# Now that you know the service works, '''add the resource records necessary for it to provide forward lookups of the other machines in your virtual network''' (hint: You should only need two more records) and restart the service.
 
=== DNS Client Configuration ===
 
* Configure c7host to use lin2 as the DNS server. You can always change that back if you need internet access and your DNS server is broken:
** Edit the ifcfg file for your interface on c7host (/etc/sysconfig/network-scripts/ifcfg-ens33) and add <code>PEERDNS=NO</code> and <code>DNS1=192.168.210.12</code>
** Bring your interface down and back up using the ifdown and ifup commands.
* Try this to verify that you set-up your DNS server correctly:<source>
host c7host.yoursenecaid.ops
host lin1.yoursenecaid.ops
host lin2.yoursenecaid.ops
host google.ca</source>
= Lab completion =

Navigation menu