top of page
Writer's pictureMukesh Chanderia

How To Setup Virtual PC & HTTP Server in GNS3


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







47 views0 comments

Recent Posts

See All

Comments


bottom of page