Open main menu

CDOT Wiki β

Changes

OPS235 Lab 8 - CentOS7

22 bytes added, 08:28, 6 May 2015
no edit summary
== Part 3: Configuring DHCP Server for Static IP Addresses==
{{Admon/note | Use your centos3 VM | Complete the following steps on your centos3 VM.}}width="40%" align="right"
|- valign="top"
 
|{{Admon/caution | Recall Secure SSH Connection Method from Lab7 | Do not forget that you made ssh more secure in the previous lab. Therefore, you will need to use the same command in lab7 to securely connect to your VM.}}
 
|}
 
 
# # Remain in your '''centos3''' VM for this section.
# Edit <code>/etc/dhcp/dhcpd.conf</code> for a second time, and add a new subnet delcaration for your virtual network
# The network address is '''192.168.235.0/255.255.255.0''' and the range of host addresses should be from '''51 to 60'''
# Also add a default gateway for the virtual network of '''192.168.235.1'''
# Save your editing session, and exit the text editor.
{{Admon/note | Recall Secure SSH Connection Method from Lab7 | Do not forget that you made ssh more secure in the previous lab. Therefore, you will need to use the same command in lab7 to securely connect to your VM.}}
<ol><li value="5">Open another terminal window (ssh into centos3 from the centos host as user root) and issue the following command:
13,420
edits