Book Image

Packet Tracer Network Simulator

By : Jesin A
Book Image

Packet Tracer Network Simulator

By: Jesin A

Overview of this book

Table of Contents (18 chapters)
Packet Tracer Network Simulator
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The answer network


Now let's move on to creating the answer network. Open the Answer Network section and import the file that we previously saved. We will now finish this network setup. This is the finished network you'd want the end users to create. Click on Show Answer Network and you'll be taken to the logical view with the same four devices again. Our finished network will look like the following figure:

We'll be using the following IP address settings:

  • PC: The addresses assigned are as follows:

    • IP address: 10.10.0.2

    • Subnet Mask: 255.255.255.0

    • Gateway: 10.10.0.1

  • Router: The settings configured are as follows:

    • GigabitEthernet0/0: 10.10.0.1 (Connected to the switch)

    • GigabitEthernet0/1: 30.10.0.1 (Connected to the server)

  • Server: The addresses assigned are as follows:

    • IP address: 30.10.0.10

    • Subnet Mask: 255.255.255.0

    • Gateway: 30.10.0.1

After assigning IP addresses to the PC and server, do the same to the router.

R1(config)#int g0/0
R1(config-if)#ip add 10.10.0.1 255.255.255.0
R1(config-if)#no shut
R1...