0% found this document useful (0 votes)
580 views

How To Set Web Server in Cisco Packet Tracer

1. To set up a basic web server in Cisco Packet Tracer, add a PC and server to the topology and connect them with a crossover cable. 2. Configure the PC with an IP address of 192.168.0.2 and the server with 192.168.0.1. 3. On the server, set the DNS name to 192.168.0.1 and paste the provided HTML code into the HTTP configuration to host a basic web page.

Uploaded by

kndnew guade
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
580 views

How To Set Web Server in Cisco Packet Tracer

1. To set up a basic web server in Cisco Packet Tracer, add a PC and server to the topology and connect them with a crossover cable. 2. Configure the PC with an IP address of 192.168.0.2 and the server with 192.168.0.1. 3. On the server, set the DNS name to 192.168.0.1 and paste the provided HTML code into the HTTP configuration to host a basic web page.

Uploaded by

kndnew guade
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

HOW TO SET WEB SERVER IN CISCO PACKET TRACER

Network administrators, such a beautiful tutorial you see. Now, i’m gonna share about
Cisco Packet Tracer in setting a web server. It’s a basic set, so it should be
easy.
Practice make perfect so be able to fall the tutorial when you exercise yourself
Open your cisco packet tracer
First, try to add a pco and rename it whatever you want and add a server as in the picture
below, and hence connect it with cross over cable
Second, set the GWAX-PC IP address click on it and go to “DESKTOP” tab and look for
“IP CONFIGURATION” button it should look like this after inserting 192.168.0.2
the subnet mask will select itself
Third, set the GWAX-server IP address click on it and go to “DESKTOP” tab and look for
“IP CONFIGURATION” button it should look like this after inserting 192.168.0.1
the subnet mask will select itself
Fourth, click Gwax-server and go to “CONFIG” tab. Look for “DNS” , set the “Name” into
whatever you wish, but if you dont own a domain name just use the same ip adress like me is
“192.168.0.1“. As for the address, as you set on “IP CONFIGURATION” before into
“192.168.78.1” and save like this
NOTE : DNS stand for "Domain Server Name"

Fithy, after you done with your “DNS” now look for “HTTP” in the same tab “CONFIGURE” on
Gwax-server . Now here you can add the code for your website but if you wana exercise
try to copy my code ass in the picture below
Haha haha!!!! I know we are lazy dont worry you can copy the code here
here is the code :
1 <html>

2 <head>

4 <title>gwaxprograms</title>

6 </head>

8 <body >

9 <hr>
10 <center><form method=?post? action=?tampil.php?>

11 <table border=?3px?>

12 <tr>

13 <td>Blog Name : gwaxprograms.blogspot.com</td>

14 </tr>

15 <tr>

16 <td><b>email : [email protected]</b></td>

17 </tr>

18 <tr>

19 <td>Location : Tanzania</td>

20 </tr>

21 <tr>

22 <td><b><i>a software engineer who understand network</b></i></td>

23 </tr>

24 </table>

25 </form></center>

26 <hr>

27

28 </body>

29 </html>

Finally, click the PC and then go to “DESKTOP” tab then choose “WEB BROWSER”. On url box , type the
server IP (192.168.0.1) an IP that you just gave on fourth step.
That’s all. If you follow everything it should appear as mine but incase not then start from the first procedure
in while loop untill you understand

You might also like