top of page

How To Setup Virtual PC & HTTP Server in GNS3

  • Writer: Mukesh Chanderia
    Mukesh Chanderia
  • Jan 28, 2022
  • 1 min read

Virtual PC Setup


PC1> ip 3.3.3.3/24 3.3.3.1


PC1> ip dns 1.1.1.1


PC1> show ip


HTTP Server Setup


enable

config t

username admin privilege 15 secret cisco

ip http server

ip http authentication local

interface fa0/0

no shutdown

ip address 10.10.10.10 255.255.255.0

exit


ip route 0.0.0.0 0.0.0.0 10.10.10.1







 
 
 

Recent Posts

See All
Wireshark

1. What is Wireshark? Wireshark is a network packet capture tool . It shows every packet of data moving through your network. Think of it...

 
 
 
MultiCast In ACI

Understanding Multicast in Cisco ACI 1. Multicast Traffic Flow in ACI In ACI, multicast traffic is primarily managed within Bridge...

 
 
 
Quality of Service (QoS) in Cisco ACI

Configuring Quality of Service (QoS)  in Cisco ACI (Application Centric Infrastructure)  involves creating and applying QoS policies that...

 
 
 

Comments


Follow me

© 2021 by Mukesh Chanderia
 

Call

T: 8505812333  

  • Twitter
  • LinkedIn
  • Facebook Clean
©Mukesh Chanderia
bottom of page