各位大哥
小弟在模拟器上桥接本地网卡后 (工大瑞普)
R1做了如下配置:
en
config t
no ip do loo
line con 0
exec-t 0 0
logg s
exit
username gm privilege 15 secret cisco
ip http server
ip http authentication local
line vty 0 4
transport input all
login local
exit
int f0/0
ip add 10.19.3.2 255.255.255.0
no sh
R2配置如下:
en
config t
int f0/0
ip add 10.19.3.3 255.255.255.0
no sh