Differences between revisions 32 and 33
Revision 32 as of 2021-08-26 16:58:54
Size: 3333
Editor: scot
Comment:
Revision 33 as of 2021-09-02 16:54:59
Size: 3729
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 1. Enable remote desktop connections  1. Enable remote desktop connections0
 1. Install updates!
Line 37: Line 38:
Connect to your pfSense/OPNSense machine and finish configuring pfSense/OPNSense.
 * Set the primary and secondary DNS:
   * 10.10.129.2
   * 10.10.129.3
 * Set Time Zone to America/New York
 * Make sure to '''uncheck'''
   * Block RFC 1918 Private Networks
   * Block bogan networks

Setup a NAT rule to forward port 3389 to your Windows machine.

=== Installing Windows Server ===
Line 39: Line 52:

Use one of these [[WindowsAdministration/ActivatingWindows2012R2|keys]]
Line 65: Line 76:
Start your Windows Server to installing updates.

Lab 01

Installing Windows Server, the firewall and a basic network.

Please read the entire lab before starting.

Assignment

First read the naming convention before you do anything!

Create 3 virtual machines:

  1. pfSense
  2. Windows 10 Client
  3. Windows Server 2019 Standard Core (If you install the desktop experience, you will have to re-install it)

Installing pfSense

  1. Create the VM (do not turn it on)
  2. Have your instructor put it on your VLAN
  3. Turn it on and run through the installer

Configure your pfSense firewall as shown here.

Installing Windows 10 Client

  1. Create your Windows 10 vm, (do not turn it on)
  2. Have your instructor put it on your VLAN.

Install Windows 10:

  1. Run through windows install - Dr. A can give you a Windows 10 Key later.
    1. Change computer hostname to be cpte230w
  2. Find and install the remote administration tools. (Hint: you can do this through powershell easier than through the GUI)
  3. Instal Windows Admin Center
  4. Enable remote desktop connections0
  5. Install updates!

Connect to your pfSense/OPNSense machine and finish configuring pfSense/OPNSense.

  • Set the primary and secondary DNS:
    • 10.10.129.2
    • 10.10.129.3
  • Set Time Zone to America/New York
  • Make sure to uncheck

    • Block RFC 1918 Private Networks
    • Block bogan networks

Setup a NAT rule to forward port 3389 to your Windows machine.

Installing Windows Server

Install Windows Server on one of your remaining VMs.

On windows setup your network with the following information:

  • IP address 192.168.1.2
  • Gateway 192.168.1.1
  • DNS 10.10.129.2 and optionally 10.10.129.3 (We will change this soon)

To do this, run sconfig (if you have a GUI, you are doing it wrong). While you are at it, make sure you've got all of the following configured:

  1. [no change]
  2. Set to CPTE230A
  3. [no change]
  4. Enable remote access
  5. [no change]
  6. [no change]
  7. Enable remote desktop
  8. Configure your network settings here.
  9. Set the timezone to Eastern
  10. [no change]
  11. If you haven't done it yet, enter the key and activate your server
  12. [No change ....]

[ATTACH]

Start your Windows Server to installing updates.

Make sure you can access the Internet and that you can remote desktop into your Windows 10 machine.

To earn points:

Create a homepage on your Documentation Wiki and include links to the following pages:

  1. Document the configuration of your network in a new page called “Networking" using the principles of documenting that we went over in class. Draw a diagram like you see on the wiki, but make sure it has your correct IP addresses.
  2. Document the process of installing Windows Server (Screen shots are good documenting choices during the install) in a new “Install” page of your wiki on moodle.
  3. Document your passwords in a new "Passwords" page of your wiki.

Create a video that shows your working Windows Server installation working. Include a walk through of your wiki pages.

Grade Guide

Topics

Points

Video shows working windows 2019 installation (ping internet from commandline)

20

Video Shows working windows 10 installation

20

Video talks through your Networking Documentation

10

Video talks through your Installation Documentation

10

Video Talks through your Passwords Documentation

10

Wiki contains a home page with links to the three pages listed above

30

WindowsAdministration/Lab01ConfigureLinuxInstallWindowsServer (last edited 2023-10-15 19:23:15 by scot)