Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Course Name: Securing Windows with Linux b Course Code: CSP-457

Experiment:4

Aim: Familiarization with the Windows Client Configuration

Software Required:

i. Windows operating system


ii. Windows server
iii. Ethereal for analysing captures session.
iv. Windows 2008 Server
v. Cisco packet tacer

Description:

Step 1: Start the Windows 2008 Server and Windows 7 PCs. Log on only to the Windows 7 machine.

Step 2: View the network card configuration using the ipconfig command.

Step 3: Change the IP address of the Windows 7 machine.


Step 4: Verify the new IP address. Use the ipconfig command to verify that the IP address has changed.

Step 5: Change the IP address of the Windows 7 machine back to the original address.

Step 6: Ping the Windows 2008 Server machine from the Windows 7 PC.

Step 7: View and modify the ARP table.

Step 8: Log off from the Windows 7 PC.

Pseudo code/Algorithm/Flowchart/Steps:

Name: Shubham Bharti UID: 19BCS2848


Course Name: Securing Windows with Linux b Course Code: CSP-457

Step 1: Start the Windows 2008 Server and Windows 7 PCs. Log on only to the Windows 7 machine.
To log on to the Windows 7 PC, follow these steps:

1. At the Login screen, click the Admin icon.

2. In the password text box, type the password adminpass and press ENTER.

Step 2: View the network card configuration using the ipconfig command. On the Windows 7 PC,
you will view the network card configuration using ipconfig. This utility allows administrators to
view and modify network card settings.

1. To open the command prompt, click Start; in the Search Programs And Files box, type cmd and then
press ENTER.

2. At the command prompt, type ipconfig /? and press ENTER.

a. Observe the options available for ipconfi g. You may have to scroll up to see all of the information.

b. Which options do you think would be most useful for an administrator?

c. Which option would you use to obtain an IP configuration from a Dynamic Host Configuration
Protocol (DHCP) server?

3. Type ipconfi g and press ENTER.

a. What is your IP address?

b. What is your subnet mask?

4. Type ipconfi g /all and press ENTER.

a. Observe the new information.

b. What is the MAC address (physical address) of your computer?

Name: Shubham Bharti UID: 19BCS2848


Course Name: Securing Windows with Linux b Course Code: CSP-457

c. What is your DNS server address?

5. Type exit and press ENTER.

Step 3: Change the IP address of the Windows 7 machine. You will access the Local Area Connection
Properties dialog box and change the host portion of the IP address.

1. Click Start | Control Panel | Network and Internet | Network and Sharing Center. 2. Click Change
adapter settings.

3. Right-click Local Area Connection and select Properties.

4. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

5. In the IP Address text box, you will see the IP address 192.168.100.101. Change the last octet (101)
to 110.

6. Click OK.

7. In the Local Area Connection Properties window, click Close.

8. Click Close to close the Network Connections window.

Step 4: Verify the new IP address. Use the ipconfig command to verify that the IP address has changed.

1. To open the command prompt, click Start; in the Search Programs And Files box, type cmd and then
press ENTER.

2. Type ipconfi g and press ENTER.

3. Observe that your IP address has changed. 4. Type exit and press ENTER.

Name: Shubham Bharti UID: 19BCS2848


Course Name: Securing Windows with Linux b Course Code: CSP-457

Step 5: Change the IP address of the Windows 7 machine back to the original address.

1. Click Start | Control Panel | Network and Internet | Network and Sharing Center. 2. Click Change
Adapter Settings.

3. Right-click Local Area Connection and select Properties.

4. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

5. In the IP Address text box, you will see the IP address 192.168.100.110. Change the last octet (110)
to 101

6. Click OK.

7. In the Local Area Connection Properties window, click Close.

8. Click Close to close the Network Connections window.

Step 6: Ping the Windows 2008 Server machine from the Windows 7 PC. 1. On the Windows 7 PC,
click Start; in the Search Programs And Files box, type cmd and then press ENTER. 2. To view the
ping help fi le, type ping /? at the command line and then press ENTER.

Step 7: View and modify the ARP table. At the Windows 7 machine, you are now going to view the
ARP cache, using the arp utility.

1. Close the current Command Prompt window.

2. Select Start | All Programs | Accessories and then right-click Command Prompt. 3. Click Run as
administrator.

4. In the User Account Control dialog box, click Yes.

5. At the command line, type arp /? and press ENTER.

Name: Shubham Bharti UID: 19BCS2848


Course Name: Securing Windows with Linux b Course Code: CSP-457

Output:

Name: Shubham Bharti UID: 19BCS2848

You might also like