๐ Cisco Packet Tracer Configuration Guide
Objective: Access a website (www.ak.com) using DNS and Static IP setup.
Devices Used:
-
Router-PT -
Server-PT -
PC-PT -
Switch-PT
๐ง Step 1: Assign IP Address to the Router
-
Click on Router0 in the workspace.
-
Go to the Config tab.
-
Click on FastEthernet0/0.
-
Set the following:
-
IP Address:
192.168.0.1 -
Subnet Mask:
255.255.255.0
-
-
Turn the interface ON by clicking the "On" button.
๐ง Step 2: Configure Server with Static IP
-
Click on Server0.
-
Go to the Desktop tab → Click IP Configuration.
-
Set the following:
-
IP Address:
192.168.0.3 -
Subnet Mask:
255.255.255.0 -
(Leave Default Gateway empty for now)
-
๐ง Step 3: Configure PC0 with Static IP and DNS
-
Click on PC0.
-
Go to the Desktop tab → Click IP Configuration.
-
Set the following:
-
IP Address:
192.168.0.2 -
Subnet Mask:
255.255.255.0 -
Default Gateway:
192.168.0.1 -
DNS Server:
192.168.0.3
-
๐ Step 4: Configure Server0 as a DNS Server
-
Click on Server0.
-
Go to the services tab → Click DNS from the left panel.
-
Turn the DNS Service ON.
-
In the Name field, type:
www.ak.com -
In the Address field, type:
192.168.0.3 -
Click Add.
๐งช Step 5: Test the Web Browser
-
On PC0, go to the Desktop tab → Open Web Browser.
-
Test DNS name:
-
Type
www.ak.cominto the URL field and click Go. -
๐ธ Take a screenshot of the result.
-
-
Test direct IP:
-
Type
192.168.0.3into the URL field and click Go. -
๐ธ Take a screenshot of the result.
-
✅ If everything is configured correctly, the page will load successfully in both cases.
๐ก Tips:
-
Make sure all cables are correctly connected (Router ↔ Switch ↔ PC and Server).
-
Ensure all interfaces are turned ON.
-
You can enable the HTTP service on Server0 (under the Services tab → HTTP) to host a test webpage.

0 Comments