How To Set Web Server in Cisco Packet Tracer
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>
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>
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