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
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>

<title>gwaxprograms</title>

</head>

<body >
<hr>
<center><form method=?post? action=?tampil.php?>
<table border=?3px?>
<tr>
<td>Blog Name : gwaxprograms.blogspot.com</td>
</tr>
<tr>
<td><b>email : gwaxhenry@gmail.com</b></td>
</tr>
<tr>
<td>Location : Tanzania</td>
</tr>
<tr>
<td><b><i>a software engineer who understand network</b></i></td>
</tr>
</table>
</form></center>
<hr>

</body>
</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
Previous
Next Post »

3 comments

Click here for comments
Anonymous
admin
27 March 2019 at 20:18 ×

thanus

Reply
avatar
Unknown
admin
17 July 2021 at 20:20 ×

I love u gwaxprogram nice articke

Reply
avatar