windows 7 peer-to-peer networking - niagara...

8
/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 1 of 8 CTEC1767 .................................................................................................... Lab #7 Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot into Windows 7 and choose (Start Menu > Control Panel > Network and Sharing Center > Change adapter settings) the Intel network card. Choose (Double Click) the TCP/IPv4 properties of the Intel card and verify that they are set to the defaults:

Upload: others

Post on 27-Mar-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 1 of 8

CTEC1767 .................................................................................................... Lab #7

Windows 7 Peer-to-Peer Networking

PART A: WINDOWS 7 PEER TO PEER SETUP Boot into Windows 7 and choose (Start Menu > Control Panel > Network and Sharing Center > Change adapter settings) the Intel network card.

Choose (Double Click) the TCP/IPv4 properties of the Intel card and verify that they are set to the defaults:

Page 2: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 2 of 8

RIght click on the Computer icon on the start menu (or the Desktop, if there is an icon there.) Choose Properties, then "Change settings" and you should see the information displayed:

Choose the “Computer Name” tab (if it's not already selected), then click the "Change..." button. Make a note of the existing computer name and workgroup, so that you can set them back at the end of the lab!

Page 3: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 3 of 8

In the dialog box shown in the figure enter a unique name for each computer. For the workgroup name you must enter the same name on both computers. Be sure to use unique names for your computers and the same name for the workgroup. This is very important. You will be asked to reboot after making this change. Do so. After you reboot, create a new folder named after yourself on the C: drive. RC on this folder, choose Properties and switch to the “Sharing” tab. Click on “Share...".

Share with "Everyone", and allow "Read/Write" access. When you click "Share", you will get a confirmation.

Page 4: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 4 of 8

Create a text file within this folder and put a few (nice) words in it. Name the text file after yourself and save it in your shared folder. Under “Computer” choose “Network”. You should see your PC and the other PC displayed. DC on the other PC and show the professor when you can read a text file placed into the shared folder.

Page 5: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 5 of 8

NOTE: You may get a warning that Network Discovery is turned off. To turn it on, click on the warning message.

Make sure that both "Turn on network discovery" and "Turn on file and printer sharing" are checked. You may get a warning popup again.

You should then be able to view the other workgroup computer(s) and access their shared folders. You should be able to both view files in the folder and copy files to the folder.

Page 6: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 6 of 8

WHEN YOU ARE DONE THIS PART

Demonstrate your shared folders and get checked off on Blackboard.

PART B: WINDOWS NETWORKING FROM THE COMMAND-LINE When the PCs in L-17 are connected to the College network (via CIT jack), drive mappings are made via your login script, but only when you use the L17 Applications (frozen) version of Windows 7. However, you can map your drives manually using the Networking (open) Windows 7.

Step B1. Network Time Synchronization

1. If you skipped Step 0, open a Command Prompt window. Enter the following

commands:

(a)

net use \\WCFS02 /user:NC\yourBBusername

where yourBBusername is your Blackboard (College) username. For example, net use \\WCFS02 /user:NC\jblough1

(b)

net time \\WCFS02 /set Having synchronized network time will make sure that file timestamps are accurate on both the local hard drive (C:) and on the network drive (H: -- which you don’t have, yet.)

2. Verify that the time synchronization you set up in Step 1 worked:

net time \\WCFS02 && date /t && time /t

The && runs all three commands in succession. The first command shows the current time on the server; the other two show the current date and time on your PC.

Page 7: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 7 of 8

Step B2. Windows Networking. 1. In the same Command Prompt window, run the following commands to view the

available network shares on the server and map a network drive: net view \\WCFS02 net use s: \\WCFS02\Faculty\LabFiles\CEEP_LAB_FILES\CTEC1767

2. Verify that you have correctly mapped the share:

net use

3. Install either OpenOffice or LibreOffice from S drive. (If installing directly from

drive S: does not work, copy the installer to C drive first.) 4. Disconnect from the S drive share. Make sure that S is not your current drive!

net use s: /delete

5. Verify with net use that S drive is no longer in use.

WHEN YOU GET TO THIS POINT

Demonstrate OpenOffice/LibreOffice and get checked off on Blackboard.

6. Disconnect from the server.

net use \\WCFS02 /delete

Verify with net use that no network resources are in use.

Page 8: Windows 7 Peer-to-Peer Networking - Niagara Collegetechnology.niagarac.on.ca/courses/ctec1767/lab7/... · Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot

/USERS/MBOLDIN/2017W/CTEC1767/LABS/LAB07/CTEC1767-2017WS-LAB7-WIN7P2P.DOCX Page 8 of 8

PART C: WINDOWS PEER-TO-PEER FROM THE COMMAND-LINE Repeat Part A using the command line. Write down or copy-and-paste the commands you used.

WHEN YOU ARE DONE

Show your professor the commands and get checked off on Blackboard. While you have your shares set up, you can easily proceed to Lab 8.