How you can Add Computers to an Existing Network.
Here I'm giving the process and lastly you will found the packet tracer file in which you may apply the technique:
- Configure the computers to use DHCP.
- Configure Static addressing.
- Use ipconfig to retrieve host IP information.
- Use ping to verify connectivity.
- Notice the PCs are connected to BranchSwitch using straight-through cables. Packet Tracer uses solid lines to represent Ethernet straight-through links.
- Notice the green dots on each side of the straight-through links (next to each PC and next to BranchSwitch). Green dots on both sides of a link indicate the correct cable type was used to inter-connect those devices.
- Click PC0. A PC0 window will appear.
- From the PC0 window, select the Desktop tab.
- Click IP Configuration and select the DHCP button to enable the PC to act as a DHCP client. A DHCP client will receive IP address configuration information dynamically from a DHCP server. (You should see the following message after clicking the DHCP button: DHCP request successful.)
- Close the PC0 configuration window by selecting the x in the upper right-hand corner.
- Click PC1. A PC1 window will appear.
- From the PC1 window, select the Desktop tab.
- Click IP Configuration and select the DHCP button to enable the PC to act as a DHCP client.
- Close the PC1 configuration window.
- Click PC0.
- Select the Desktop tab.
- Click Command Prompt.
- At the PC> prompt, enter the ipconfig /all command.
- Record the IP address, subnet mask, default gateway, and DNS server address information that was dynamically assigned via DHCP to PC0.
- Record the IP address, subnet mask, default gateway, and DNS server address information that was dynamically assigned via DHCP to PC1.
- Using the ping command, test layer 3 connectivity between the PCs and their default router.
- In that scenario, would PC1 have acquired an IP address over DHCP?
- Why?
- What about PC0? Would it have acquired an IP address via DHCP if PC1 was connected to BranchSwitch through a cross-over cable?
- Click PC1 to bring up its configuration window.
- Click the Desktop tab.
- Click IP Configuration.
- Select Static.
- Enter the IP information as follows:
- PC1 is now configured with a static address.
- Close IP Configuration.
- Click PC1 to open its configuration window.
- Click Desktop.
- Click Command Prompt.
- Ping the default gateway by typing ping 172.16.1.254. The pings should be successful.
- Ping Server0 by typing ping 172.16.1.100. The pings should be successful.
- Ping router used as the entry point for Corporate cloud by typing ping 172.16.200.1. The pings should be successful.
- Ping a server located inside the Corporate cloud by typing ping 209.165.200.226. The pings should be successful.
- Full connectivity has been achieved within the network.
0 comments:
Post a Comment