Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 13

Steps followed to create a loop back adapter in windows.

1.

2.

The above 2 steps are repeated to create multiple loopback adapters.


The connections are verified in the network and sharing

Manually assigning the IP address, subnet mask and default gateway required for
the loopback adapters created.

Verifying the IP address from the PC.

Configuring the cloud and routers using GNS3:

The Loopback adapters which were created during the earlier steps have to be
selected.
The same procedure is repeated for multiple cloud instances and each one is
assigned a unique loopback adapter created.
Cloud symbols are changed to PC

A Cisco router is added to the work space and manually connected to the Virtual
PCs created.

After the connection, the router is started and its interfaces are configured from the
console.
ip address 192.1.10.1 with subnet mask 255.255.255.0 is assigned to fast Ethernet
0/0
ip address 192.1.11.1 with subnet mask 255.255.255.0 is assigned to fast Ethernet
0/1
Connectivity is verified by pinging the system from the router console to both the
systems.
ping 192.1.10.11 (System 1)
ping 192.1.11.12 (System 2)

In the global configuration mode of the router, ip http server command is issued to
make it an HTTP server.
Once the router is configured as HTTP server, a browser is used to get the HTTP
sessions and router page is available on the browser. http://192.1.10.1 and
http://192.1.11.1 is used to access the web page stored inside the router ios image
downloaded.

Wireshark captures are done on the router interfaces to analyze the HTTP flow
taking place.

You might also like