Changes

Jump to: navigation, search

OPS335 Lab 1

18,582 bytes added, 19:11, 4 January 2021
Generating a Public/Private Key Pair & Sharing the Public Key
= INVESTIGATION 1: BASIC NETWORK CONFIGURATION = OBJECTIVE & PREPARATION==In OPS235, you learned how to configure a virtual private network for your '''vm1''', '''vm2''' and '''vm3''' virtual machines. You were required to configure a static network connection for your VMs. In OPS335, you will also be setting up a static network connection for all of your VMs (which all VMs will be text-based). All of the services that we install and configure for this course '''require a working network connection'''; therefore, it is very important that you know how to configure a network connection for your VMs, whether via command line for trouble-shooting purposes, or to create a persistent (permanent) network connection that uses static IP address (REVISITEDas opposed to DHCP) =.
Remember how you set up This lab is a <u>review</u> of the network interfaces in your virtual machines in OPS235? You're expected to know that ''"insidematerial from labs 6 ( [http://zenit.senecac.on.ca/wiki/index.php/OPS235_Lab_6_-out"'' by now_CentOS7#Part_4:_Configuring_VM_Network_Setup_via_Command_Line_.28centos3.29 CLI Network Configuration] ), but will also additional topics.
=== Online Resources===
In OPS235, you learned how to configure a virtual private network via graphical applications for the '''centos1''' and '''centos2''' machines*[https://www.tty1. In the previous lab, you have created and cloned VMs that are textnet/blog/2010/ifconfig-ip-based only ('''like centos3''')comparison_en. All of the services that we are configuring in this course require a working network connection; therefore, it is very important that you know html ip vs ifconfig]*[https://www.digitalocean.com/community/tutorials/how -to set (preferable configure) -use-rsync-to-sync-local-and-remote-directories-on-a static IP address, default gateway, as well as your DNS server-vps rsync Howto]*[https://help.ubuntu.com/community/CronHowto Cron HowTo]
This lab is a <u>review</u> of the material from labs 6 ( [http== INVESTIGATION 1://zenit.senecac.on.ca/wiki/index.php/OPS235_Lab_6_-_CentOS7#Part_4:_Configuring_VM_Network_Setup_via_Command_Line_.28centos3.29 CLI Network Configuration] ), but will also show newer BASIC NETWORK CONFIGURATION (more efficientREVISITED) commands in the process.==
Remember how you set up the network interfaces in your virtual machines in OPS235?
You are expected to be familiar with how to configure and test out a VM's network connectivity at this point.
=== Checking Your Current Network Settings ===
In OPS235 , you've have used the '''ifconfig''' and '''route ''' commands. In this course we'll use the '''ip''' command instead (, so that you're welcome to use the old ll be familiar with both sets of commands but you're expected to know the new ones too).
'''Perform the following steps:'''
# View the table below comparing ''older '' vs ''newer '' methods of obtaining network setting information for a Linux machine.
::'''Comparison of Older and Newer Methods of Obtaining Network Settings:'''
<table border="1" cellspacing="0" cellpadding="5" style="margin-left:40px51px;"><tr><td>'''Purpose'''</td><td>'''Older Method''' <br>''(command)''</td><td>'''Newer Method''' <br>''(command)''</td></tr>
<tr> <td>Obtain IP ADDRESS and Subnet Mask</td><th>ifconfig</th><th>ip address</th></tr>
<tr> <td>Obtain DNS Server</td><th>nslookup</th><th>more resolv.conf</th></tr>
<tr> <td>Obtain Hostname</td><th>uname -n</th><th>Sameuname -n</th></tr> <tr> <td>See MAC cache</td><th>arp -n</th><th>ip neighbour</th></tr>
</table>
<ol><li value="2">Run the '''ifconfig''' command on your '''host''' machine. Check and record the IPADDR for your default (dhcp) network interface card (possibly eno1) and the virtual bridge.</li><li>Issue the '''ip address''' commands separatelycommand on your '''host''' machine to determine the IPADDR and GATEWAY information (refer to above chart). Do you notice any differences between their respective outputsHow are the result similar or different than the ifconfig command?</li><li>Repeat Issue the same steps for other two sets of commands listed in the tableifconfig command on your VMs.what happened?</li><li>Which commands do you prefer Use the '''ip''' command for your VMs to use?list the IPADDR and GATEWAY information.</li><li>Use Refer to the man pages or refer to following article [http://www.tecmint.com/ip-command-examples/ 10 Useful ip Commands] to see how to issue the above commands to create a <u>temporary</u> connection to your existing network.</ol> 
=== Making Persistent (Permanent) Network Setting Changes ===
If In your OPS235 course, you change your used a series of commands (ifconfig, route, and nameserver) to setup a temporary network settings using connection. You can use the commands ip command (a another command) in the previous section, a similar way to create a temporary network connection. The problem with this network connection method is that those changes will be lost if you restart your Linux machine, although you may want to do that to create a temporary network connection for troubleshooting purposes.
In order to have your network settings become permanent, you need to edit and save the settings changes in a file.
For the IP address, subnet mask, default gateway, and DNS server you edit that file is contained in a directory called: '''network-scripts'''. # From your ''OPS335''/''OPS235''/'''ULI101''' notes, issue a command to provide the full path-name of the directory: ''network-scripts''
# Why do you think that previously issued command can be useful when you want to edit your exiting network settings?# The name of the file that contains your persistent network settings has '''Perform the following name formatsteps: '''ifcfg-{interfacename}'''
# Change to the ''network-scripts'' directory (see your ''OPS335''/''OPS235''/''ULI101'' notes).# The name of the file that contains your persistent network settings has the following name format:<br>'''ifcfg-''interfacename'''''# Which filename file-name in your network-scripts directory do you think contains your current network settings?# View the contents of the file to see if it contains the IP ADDRESSaddress, subnet mask, and default gateway?.
# What is the MAC address if your current machine?
# Does this file contain the hostname of your machine? If not, what command can allow you to change your machine's hostname?
Except for your host machine, all the Virtual Machines in this course will have '''static network configuration''' (as opposed to Automatic or DHCP). Sometimes, you will be required to debug networking problems quickly by changing the network configuration of your VMs.  <ol><li value="7">Edit the '''ifcfg-''interfacename''''' (most likely ifcfg-eth0) file for each of your VMs to use a static IP address (refer to previous OPS235 lab on networking: [ [https://wiki.cdot.senecacollege.ca/wiki/OPS235_Lab_6#Part_3:_Configuring_VM_Network_Setup_via_Command_Line_.28centos3_and_centos2.29 Network Config - CLI] ].<br> You should be configuring the BOOTPROTO ('''static''' instead of dhcp), IPADDR, PREFIX (or NETMASK), GATEWAY, HWADDR, and DNS1 for this file. Note the following information for this setup:<ul><li>Set your IPADDR for each VM with the following rules:<ol type= Set "a"><li>Your IPADDR's third octet will use the last 2 digits in your student number.</li><li> Make certain that the 4th octet for your VMs does not start with '''1''' since that is reserved by your host machine.<br>Use the recommended fourth octets: '''2 for vm1''', '''3 for vm2''', and '''4 for vm3'''.</li></ol></li><li>Don't forget to set the default gateway and DNS server for your VMs. You can use your host's IP address as a gateway and DNS server<br>(''libvirt'' will proxy the requests to the real DNS server).</li><li> You can refer to your previous lab to obtain information for setup of these options: [ [https://wiki.cdot.senecacollege.ca/wiki/OPS335_Installation_Lab#Configuring_a_VM_host Configuring a VM Host] ]<br><br></li></ul><li>Make note of the files used and entries required and note them in your lab log-book.</li><li>Save your editing session, and then restart each VM and run the following command to ensure they still have the network configuration you set:<ul><li>'''ping''' (what is the purpose of this command?). Try to ping google from your host machine.<br>Try to ping google from each of your VM's to ensure you can reach the outside world.</li><li>'''ssh''' (into another server, like Matrix) </li></ul></li><li>After setting the network configuration for EACH VM, then either the the ifdown and ifup commands or reboot each VM, to verify that you can connect to the Internet with the new static IP addresses network configuration. If you cannot connect to the Internet, then check the network configuration file and make corrections until you have a workable network connection for each VM from boot-up.</ol>  If you are uncertain how to perform those above-listed operations by member, take time to practice them.If everything works and you are comfortable with these operations then you may proceed to the next section. === Linux Network Connection Configuration Troubleshooting === If the network works in your host, but not in your Virtual Machine, you should perform the following routine steps to troubleshoot the network connection: # '''IS THE NETWORK ON VM PLUGGED IN?''' On a physical network you would check whether the cable is plugged in and the link light is on on your network card. In a virtual network environment, you don't have a physical network adapter. Instead, you will need to check the NIC settings in the <u>'''virtual'''</u> machine details to view and confirm the appropriate network connection.# '''IS THE NETWORK ENABLED?''' This is a problem more common with virtual networks than physical networks. Check in:<br> '''VirtManager'''-> '''ConnectionDetails'''-> '''VirtualNetworks''' that your network is active.# '''DO YOU HAVE AN IP ADDRESS?''' Run '''ip address''' to check.# '''CAN YOU PING THE HOST BY IP?''' (by its internal IP address). If not - check all of the above, check if you have an IP address conflict, and check that your subnet mask is correct.# '''CAN YOU PING 8.8.8.8?''' If all of the above work - check that your default gateway is set correctly with '''ip route''' and that you can ping the default gateway.# '''CAN YOU RESOLVE google.ca?''' Run '''host google.ca'''. If the output doesn't provide an IP address, check that your DNS server is configured correctly and that you can ping that address. There are a number of other problems that could prevent your network connection from functioning but the above are the most common problems. ==== Run Script to Break Network Connection for Troubleshooting ==== You will now download, set execute permissions and run a Bash shell script to try to "break" the network connection for your vm1. This will provide troubleshooting practice to check your network configuration file, look and correct errors and restart your network interface connection.  Perform the Following Steps: #Move to your '''vm1''' machine and make certain that you are logged in as '''root'''.#Make certain that the '''wget''' command is available on your VM. If not, install the wget application. Make certain to do for ALL of your VMs.#Use the '''wget''' command (with option "--no-check-certificate" ) to download and run the following shell script:<br>http://scs.senecacollege.ca/~murray.saul/ops335/break-network.bash#When you have run that shell script, it should automatically restart your vm1.#Login to your vm1.#Use the commands taught in this lab to confirm if your network connection is broken.#Carefully check your configuration to see if there is a change to your settings#Try to temporarily connect to the Internet#Edit your network settings file to make the changes permanent#Test your connectivity (including after a reboot of your vm1) '''Note:''' You should be able to go through that troubleshooting process pretty quickly. Setting up the network in this course is never a primary task, but it's almost always a prerequisite for anything else we're going to do. You can't have a working web server (or any other kind of server) if you don't have a working network connection.  '''Record steps, commands, and your observations in INVESTIGATION 1 in your OPS335 lab log-book''' == INVESTIGATION 2: Configuring SSH == The default (and often the only way) to administer a Linux server is via SSH. Even if you work in a graphical Linux environment, it is very useful to open a terminal and use SSH to monitor and manage your VMs (you can resize the terminal window). Using SSH to connect to remote servers on a network helps to protect your Linux machine from being penetrated. You can also generate a private and public encryption key for the root user, and copy that public key from your host to your VMs in order to allow certain backup programs to run via a scheduling daemon (called cron) without having to be required to enter the password for the remote machine. You will be doing those operations later in this lab. === Managing Services === The SSH server should already be installed and running in your VMs. If it's not installed, you can install '''openssh-server''' using yum.It is essential for CNS/CTY students to become comfortable managing services since you will need to constantly stop services, change their configuration, and start them for the configuration changes to take effect in nearly every topic this semester, and for other courses involving Linux network management.  '''Perform the following steps:''' # Note the following [http://zenit.senecac.on.ca/wiki/index.php/Init_vs_systemd#systemd_Command_Usage systemctl] commands (refer to man pages or the Internet) and become comfortable using them: ::* '''systemctl list-units --all'''::* '''systemctl start/stop'''::* '''systemctl enable/disable'''::* '''systemctl status''' <ol><li value="2">Launch your '''vm2''' machine, login to the machine, and open a shell terminal.</li><li>Use one of the commands above to check the status of your SSH server (i.e. service: ''sshd'').</li><li>Issue one of the above commands to stop of the ssh server and run a command to verify that the ssh server is no longer running.</li><li>Issue another one of the above commands to start the SSH server and to verify that it is running.</li><li>Issue a command to confirm that the ssh service will run upon when the vm2server restarts (i.e. "enabled").</li></ol> ===Configuring the SSH Service=== A common (if somewhat blatant) way to try to hack into a machine is to try to ssh as '''root''' and brute-force root's password. The root user always exists, meaning the attacker doesn't need to try guessing what user names are on your system. If they can get access to root, they can do anything. To prevent this, we will edit the configuration file for the ssh service to prevent root from ssh'ing into your host machine.  '''Perform the following steps:''' #Login to your Centos '''host''' machine for the following steps.#Use the more command to display '''/etc/ssh/sshd_config''' on your host. This file contains the configuration parameters for the ssh service.#Take a few moments to view this file. Lines that begin with # are comments. Either simple explanations of parameters, or parameters that have not been set.#Open the man page for '''sshd_config'''. This lists all the possible parameters in alphabetical order along with a brief explanation of what each one does. The parameter we are looking for is '''PermitRootLogin''', read its description.#Use a text editor to edit the file '''/etc/ssh/sshd_config''', and find the line that has '''PermitRootLogin'''. By default it is set to yes, allowing the root user to ssh in to the machine.# Uncomment '''PermitRootLogin''', and change the value to '''no'''.#Try to use ssh from one of your VMs to log into your host as root. What happened?#This is because (for most services) the '''changes you make to the configuration file will not take effect until the service restarts'''.#Restart the sshd service on your host and try to ssh in again. Now it should prevent you.#The option '''PermitRootLogin''' for '''all of your VMs''' for both labs and assignments MUST be set to '''yes'''. The reason for this is that you have created a virtual network, so you have protected the host from root login, so you don't have to do the same for your VMs. Also, by allowing root login for your VM's will allow you to automatically backup your VMs to your host machine (via a crontab entry) without being prompted for a root password for each VM. '''Note:''' Configuration files for most services follow a very similar format. Some use an = between the parameter and its value, some require you to group certain parameters together, and most use # to be a comment. You will get lots of experience working with the configuration files for services in this course. === SSH Key Concepts=== After performing lab7 in OPS235, you should have a basic understanding of ssh and public/private key cryptography to create secure connections between servers.<br>The public key can be "shared" with other server accounts, and can be used in conjunction with your private key in order to help encrypt/de-crypt data.  The diagram below is shared from [http://sebastien.saunier.me/blog/2015/05/10/github-public-key-authentication.html Sébastien Saunier's blog].It demonstrates how SSH key authentication works. It's not a complete diagram, but it helps see all the parts of ssh key authentication in one place. [[Image:ssh_connection_explained.png|thumb|center|600px|A diagram explaining how public / Private keys work. Another term to represent this process is called '''PKI''' (Public/Private Key Infrastructure) ]]<br />Put this book on your "must-read" list. You can borrow a copy from the Toronto Public Library. I have yet to see a better introduction to encryption. It's not a reqirement for OPS335 - but if you want to not be clueless about security fundamentals online - read that book and vm3 understand it. [[Image:crypto.jpeg|center|"crypto" by Steven Levy]] === Generating a Public/Private Key Pair &amp; Sharing the Public Key ==The public/private key pair needs to be generated on and used on your '''host''' machine (i.e. the user/machine you're connecting '''from'''). The private key is the equivalent of a <u>''password''</u> (that is why it is considered to be <u>''private''</u> - only to be used by ''<u>one</u>'' owner). That is why the private key is stored in the owner's '''~/.ssh/''' directory. One very common mistake that students make is to either generate the key pair for the wrong account, or copy the public key to the wrong account on the intended remote machine. '''Perform the following Steps:''' # Make certain you are in your '''host''' machine.# You will be creating a '''key-pair on your host machine with no password''' (i.e. when generating keypair press enter for all prompts including the password).#Make certain you are logged on as '''root''' on your host machine.# Generate the key-pair by issuing the command:<br><source>ssh-keygen -t rsa</source> '''NOTE:''' When issuing this command, you will end up with the files: '''~/.ssh/id_rsa''' and '''~/.ssh/id_rsa.pub''' (private and public keys). So far, this topic is generally a repeat of OPS235 lab7. What you may '''<u>not</u>''' know is that by using a '''"trick"''' (the ''magic'' of public key cryptography), you can SSH to a Linux machine without using a password! Learning to perform this trick is <u>'''essential'''</u> in this course and in the industry in general. SSH keys are used everywhere that Linux servers are used. If you have the private key, you can prove to someone who has your public key that you are indeed the '''actual owner of that public key'''. That is how ssh key authentication works. You are then only required to transfer your public key to a remote server. <ol><li value="5">You are going to share the public key from the '''root user in your host machine''' with the '''root user of your vm1 machine'''.</li><li>Copy the contents of your '''~/.ssh/id_rsa.pub''' from your host machine and append to '''~/.ssh/authorized_keys''' on each of your Virtual Machines. In your case, you will issue the following command 3 times (for each vm IPADDR):<br><source>ssh-copy-id -i ~/.ssh/id_rsa.pub root@IPADDR_for_vm</source>'''NOTE:''' Press ENTER for all prompted information including the password (although this may seen counter-intuitive!).<br><br></li><li>Use the ssh command to test each ssh connection between your host and each virtual machine that you can connect to the VMs without having to use a password. This is essential to create backups from VMs to your hostmachine without being prompted for password.</li></ol>  {{Admon/important|Errors in Copying Public Key from Host to VM|If you experience an error when copying the public key from your hostmachine to your VM, it is most likely caused from not permitting root login that you performed in the previous section. Set to allow login from root for each vm, restart your sshd service and then re-run the above command.}}  After you perform either of those operations, you can then ssh into a remote vm without a password. '''NOTE:''' Always remember that these keys are '''per-user, <u>not</u> per machine'''. This means that sharing a user's public key will only work for that specific user.
Except for the host all the machines in this course will have static network configuration. That means you need to be able to perform said configuration and debug problems quickly. If the following steps aren't 100% clear - make sure to practice them.== INVESTIGATION 3: PERFORMING &amp; AUTOMATING BACKUPS ==
# Edit each of your VMs Data backups are considered to use a static IP addressbe an insurance policy. vm1 should use the first available address Running backup can be tedious, but they MUST be performed in the subnetan accurate and consistent basis, vm2 the second and vm3 the third.# Don't forget to set the default gateway and DNS server. You since loss of data can use your host's IP address as a DNS server be expensive (libvirt will proxy the requests For example: cost of hiring staff to the real DNS serverre-enter data).# Make note of the files used and entries required.# Restart each VM and run the following command to ensure they still have the network configuration you set.# Test connectivity by pinging each of your VMs.# Try to ssh from the guest to the host machine, then from the host to the guest. # Try to ping matrix and google from your host machine.# Try to ping matrix and google from each of your VM's to ensure you can reach the outside world.
If everything works - greatWhen performing labs or assignments in this class, if you fail to make backups and something bad occurs and there is loss of data, it only affects you. If notOn the other hand, if you are supporting a client, or working for a company and fail to adequately perform backups and there is loss of data, move on then other users are affected by failure to the next sectionbackup essential data.
== Linux network connection configuration troubleshooting = Performing Full Backups ===
If A full backup represents backing up of all of the network works files of a computer machine (in your host but not in the our case, a VM, the following are the usual steps you go through to troubleshoot the problem, starting with ). A full backup should be performed at the first two rules end of troubleshooting:each lab or assignment working session.
# '''Is it plugged in?''' On a physical network you would check whether the cable is plugged in and the link light is on on your network card. In a virtual network environment OPS235, you don't have that - you'll need learned to check use the NIC settings in the virtual machine details. In there it will tell you which virtual network your virtual network card is connected to.# command '''Is it turned on?gzip''' This is a problem more common with virtual networks than physical networks. Check in your VirtManager->ConnectionDetails->VirtualNetworks that your network is active.# , '''Do you have an IP address?gunzip''' Run (plus'''ip addressvirsh dumpxml''' to check.# / '''Can you ping the host by IP?virsh define''' (by its internal IP addressif backing up to external storage device like a usb key). If not - check all of the above, check if you have an IP address conflict, check that to backup your subnet mask is correctvirtual machines.# '''Can you ping 8.8.8.8?''' If all of We will use the above work - check that your default gateway is set correctly with '''ip route''' and that you can ping the default gateway.# '''Can you resolve google.ca?''' Run '''host google.ca'''. If it doesn't come back with an IP address, and all of the above worked - check that your DNS server is configured correctly same method to perform a full backup for these labs and that you can ping itassignments.
There is a number of other problems that could prevent your network connection from functioning but '''Perform the above are the most common ones. You should be able to go through the troubleshooting process pretty quickly. Setting up the network in this course is never a primary task, but it's almost always a prerequisite for anything else wefollowing steps:'re going to do. You can't have a working web server (or any other kind of server) if you don't have a working network connection.
= SSH Server =#Make certain that your virtual machines are NOT running.#Make certain that you are logged in as '''root''' user on your host machine.#Refer to OPS235 lab2 on backing up your VMs using the '''gzip''' command [https://wiki.cdot.senecacollege.ca/wiki/OPS235_Lab_2_-_CentOS7_-_HD2#Part_1:_Backing_Up_Virtual_Machines OPS235 Lab2 - Backing up VMs]#Make certain that you have performed a full backup for '''vm1''', '''vm2''', and '''vm3'''.
The default (and often the only) way It is recommended to administer create a linux server is via SSHBash shell script to automate the backing up of ALL your VMs in sequence. Even in your case where you have You can do this by running a direct console to all your VM screens you may find it helpful to connect to your virtual machines for loop using SSH (if nothing else - you can resize the terminal window)a list for vm1, vm2, and vm3 image file pathnames.
The SSH server <ol><li value="5">Create the sub-directory '''/root/bin/'''</li><li>You should be installed and running know how to create full backups of your VMs in your VMsOPS235 course. Create a Bash shell script called:<br>'''/root/bin/fullbackup.bash''' that will backup all of your other vms (i.e. If itvm1, vm2, and vm3) one at a time using the '''gzip'''s not installed command to your host machine into the directory path- you can install name: '''openssh-server/backup/full/''' using yum</li><li>Set execute permissions, and run the shell script to verify that you shell script works. Whether it </li><li>It is running or not - you should practice the following commands also recommended to make sure you know how backup to use them, you'll need them for nearly every topic this semester:your USB key as well (qcow2 images and xml config files).</li></ol>
* '''systemctl start/stop'''
* '''systemctl enable/disable'''
* '''systemctl status'''
== SSH Keys ==It will be your responsibility as an administrator of your own Linux system, to backup all of your VMs for labs and assignments at the end of your lab session. Learning to create shell scripts to automate routine tasks (such as backups) will be EXTREMELY useful for your NDD430 course.
Using the magic of public key cryptography you can SSH to a linux machine without using a password. This topic is crucial - not only for this course but in the industry, SSH keys are used everywhere that linux servers are used.=== Performing Incremental Backups ===
Here's An incremental backup is a modified diagram from [http://sebastienbackup of only files that have changed since the last backup.saunier.meIn your case, it may be a good idea to perform incremental backups of your '''/blogetc/2015/05/10/github-public-key-authentication''' directory for your VMs upon startup.html Sébastien SaunierWe will be using the '''rsync''s blog] that's a simple illustration command to perform incremental backups for all of how SSH key authentication works (the one in the blog post had a significant error in it which I fixed in the version here):your VMs.
[[Image:ssh_connection_explained'''Rsync''' is a very versatile backup tool. As the name suggests, rsync is used for <u>synchronizing</u> files typically across a network. It works over the '''SSH''' protocol, which is useful in our situation since we are running ssh on our server and VMs. You are going to use your ''host machine'' to backup files from the ''virtual machines''.png|800px]]
It's not a complete diagram but it helps see all ''Perform the parts of ssh key authentication in one place.following steps:'''
=== Public/Private key pair ===
This needs {{Admon/important|Rsync Needs to be generated Installed on and used ALL VMs |Since you select minimum install on your '''client''' (VMs, the user/machine you're connecting '''from''')rsync command was not installed by default. The private key is You need the equivalent rsync command to be available on your host machine and all of a password, your VMs. Make certain thatthe ''s why it's private. And a private key is used by one user, thatrsync's why it's stored in a user's ~/.ssh/ directorycommand is installed on all your vms.}}
You generate a new keypair with this command (press enter for all the questions):
<source lang="bash">ssh-keygen -t rsa</source># Make certain that your '''vm1''' machine is running.# Make certain that you are logged in as '''root''' user on your host machine.# On your '''host machine''', run the following commands:
You'll end up with ~<source>mkdir -p /backup/incremental/vm1rsync -avz 192.168.x.sshx:/etc /backup/incremental/id_rsa and ~vm1/ # where 192.ss/id_rsa168.pub - now you have a key pair you can use for authenticationx.x is the IPADDR of your vm1</source>
=== Public key on the server ==='''NOTE:''' This command will '''NOT''' work if '''permit root access is denied for your VMs''' for your sshd service configuration, so keep it off for now...
<ol><li value="4">If rsync prompts for a password, make certain that you have completed the private key - you can prove to someone who has your public '''SSH key ''' section above, and that youassigned the keys for the <u>appropriate user</u><br>(in this case, for the 're really ''root user for both the owner of that public key. Thathostname and vm1'''s how ssh key authentication works!)</li><li>When the rsync command runs correctly, so you should see all the server needs files from vm1 being copied over to have you user's public keyyour host machine.</li><li>Run the rsync command again. You can copy it Notice that the second time nothing is copied over manually and append to your host machine since none of the contents of files have changed on your ~vm1 machine.</.sshli><li>Create a new file in vm1's '''/etc/id_rsa''' directory, and rerun '''rsync'''.pub from the client Confirm on your '''host machine''' that only that file that was created on your vm1 machine actually got backed up to ~/your host machine.ssh</authorized_keys on li><li>Repeat the server, or you can issue this command above steps to create backups for your '''vm2''' and '''vm3''' machines on your host machine as well (for the client to do all that for yourespective directories:'''/backup/incremental/vm2''' and '''/backup/incremental/vm3''').</li></ol>
ssh-copy-id -i ~/.ssh/id_rsa.pub username@server=== Automating Backups (cron) ===
After that Since your host machine and VMs are '''not continuously running''', '''you can login without a password. But remember - keys are per user, not per machinerequired to schedule to perform your FULL BACKUPS periodically''' (eg. every week at 2:00 AM). So this Instead, it will only work with one user on be YOUR responsibility to run your full backup script when you complete each of your OPS335 labs, or when you finish your OPS335 assignment working session. On the client and one user on the server other hand, '''you will use cron to perform incremental backups''' (eg. copy updated files from the two users involved in running the command aboveVMs/ /etc/ directory).
'''Your task ===:''' For this lab you have to set up password-less login for the root user on the host to the root user on each of the VMs.
= Rsync ='''Cron''' is a ''daemon'' (i.e. a program that runs in the background). The term ''"Cron"'' is short for '''Chronograph''' which was an old fashioned term for a '''stop watch''' or '''timer'''. The role of '''Cron''' is to run tasks periodically. It can run tasks for the system (as root) or for a user (including regular users). Every user has a crontab (Cron Table) which is a list of tasks they want to run periodically. You do not edit this file manually: instead, you edit this table using the command '''crontab -e'''. Once you run the command, you will get an empty file where you have to insert a line like this:
Rsync is a very versatile backup tool. As '''Perform the name suggests itfollowing steps:'''s used for synchronising files typically across a network. It works over the SSH protocol so if you have ssh working - you can use rsync as well.
You're going # Refer to the following WIKI to learn how to use cron: [[crontab tutorial]]# In your host machine as root, modify the setting so it will run that echo command every minute by creating a crontab (via '''crontab -e''') entry with the following line:<br><source>* * * * * echo "Cron ran this job at: "`date` >> /tmp/cron.log</source># Save and exit your crontab edit session.# Wait for one minute to backup files from pass, and check the virtual machines'''/tmp/cron. To make log''' file to see if it simpler we wonwas created with the expected contents.<br>(You can also check '''/var/log/cron'''t have any incremental file to see what jobs were run).# Perform a Net-search to see how to configure that crontab entry to run every two minutes instead of every minute.# Edit your crontab entry to run same command every two minutes, save and exit, and then confirm by viewing '''/tmp/cron.log''' and '''/var/log/cron''' files.# Perform a Net-search to see how to run a cron for a command for every hour.# Edit your crontab to '''make automatic backups using the rsync command''' of the '''/etc''' directory from '''vm1''', '''vm2''', and the backups will be automated so don't rely on these too much''vm3''' into '''/backup/incremental/vm1''', '''/backup/incremental/vm2''', but they may save you some time over and '''/backup/incremental/vm3''' every hour and overwrite the many weeks in this courseprevious backup.
On your host run the following commands:
<source lang=bash>mkdir -p {{Admon/important |Backup your VMs!|You MUST perform a '''full backup/vm1rsync -avz 192''' of ALL of your VMs whenever you complete your '''OPS335 labs''' or when working on your '''OPS335 assignments'''.168You should be using the gzip command, and you should use the Bash shell script that you were adviced to create in order to backup all of your VMs.x.2:/etc /backup/vm1/</source>}}
If rsync asked for a password - make sure you completed the SSH keys part of the lab, and that you're using the correct user. If you get a different error - perhaps rsync is not installed. What you should see is all the files from vm1 being copied over.
Rerun the command. Notice that the second time nothing is copied over '''Record steps, commands, and your observations in INVESTIGATION 2 in your OPS335 lab log- thatbook'''s because there would be no point, none of the files have changed on vm1.
Create a new file in vm1's /etc/ directory, and rerun rsync. Notice that only that file gets copied over.== COMPLETING THE LAB ==
= Cron ==Online Submission===
Cron is a daemon - a program that runs in Follow the background. It's role is to run tasks periodically. It can run tasks instructions for the system or for a user (any user). We'll get cron to run some backup scripts for us, but first let's see how it workslab 1 on blackboard.
Every user has a crontab <!- a list of tasks they want to run periodically. You edit this table using the command '''crontab -e'''. Once you run the command you===Andrew'll get an empty file where you have to insert a line like this:s sections===
<pre>10 You may choose to:* Submit screenshots of your work on Blackboard, in which case you don't need to come to the lab.* * * echo "Cron ran this job at: "`date` > /tmp/cronOr come to the lab, show me your work, and talk to me about it. I want to hear what you've learned and answer any questions you have.log</pre>
This tells cron to run the command '''echo "Cron ran this job at: "`date` > /tmp/cron.log''You' at ll get the 10th minute same grade regardless of every hour of every day of every month. Modify the setting so it will run in a couple of minutes from now and insert that into how you choose to submit your crontabwork.
Wait for the minute to pass, and check that /tmp/cron.log was created with the expected contents. You can also check /var/log/cron to see what jobs were run.Expected results of this lab are:
::<span style="color:green;font-size:1.5em;">&#x2713;</span> Each of your VMs should now boot to a command prompt (no graphical interface), and should be using a static IP address.::<span style="color:green;font-size:1.5em;">&#x2713;</span> Each of your VMs should have a working network connection and a static IP address.::<span style="color:green;font-size:1.5em;">&#x2713;</span> Each of your VMs should have an SSH server running.::<span style="color:green;font-size:1.5em;">&#x2713;</span> should be able to ssh from your host to each VM as the root user without a password.::<span style="color:green;font-size:1.5em;">&#x2713;</span> Display contents of backup script called: '''Your task:/root/bin/fullbackup.bash''' set up cron to make automatic ::<span style="color:green;font-size:1.5em;">&#x2713;</span> Full and incremental backups of the your 3 VMs.::<span style="color:green;font-size:1.5em;">&#x2713;</etc directory from vm1, vm2, and vm3 into span> You have notes in your lab-book about what you've learned in this lab.::<span style="color:green;font-size:1.5em;">&#x2713;</backupspan> Run a shell script : http:/vm1, /backupmatrix.senecac.on.ca/vm2, and ~murray.saul/backupops335/vm3. These should run every hour and overwrite the previous backup. Which makes them lousy backups but they're better than nothinglabcheck_network_backup.sh-->
= Completing the lab = EXPLORATION QUESTIONS ==
* Each of # Explain the major different between the '''ip''' and '''ifconfig''' commands.# List the steps to create a '''temporary static IP network connection''' for your vm1 machine to connect to your VMs should now boot host machine.# List the steps to create a command prompt (no graphical interface), and should be using a '''persistent static IP addressnetwork connection''' for your vm1 machine to connect to your host machine. * Each of your VMs should have # List at least '''3 trouble-shooting techniques''' to check or verify a working network connection and from a vm to a static IP addresshost machine.* Each of your VMs should have an SSH server running# List at least '''5 reasons''' (from networking trouble-shooting) that can break a network connection.* You should be able # List the tools (commands) how to configure / stop / start the ssh from your host service.# Explain why it is important to know how to manage network services if you intend to each VM as configure ("tweak") the root user without a passwordservice.* Backups # Briefly explain the purpose of the three VMs'''tar''', '''cpio''', '''dump''', '''restore''' commands.# Explain how the '''rsync''' command differs from the ''tar'', ''cpio'', ''dump'', and ''restore'' commands.# List the steps to create a '''crontab''' entry to run the program ''' /etcbin/ directories are made automatically in the hostclean-out.bash''' every half day.* You have notes in # What is the purpose of using '''crontabs''' for backing up your labbook about what youvirtual machines've learned in this lab.data to your host machine?

Navigation menu