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
Comments