要使用SDM达到访问思科路由器的目的,下面提供一个最简单的方法和配置命令,默认配置的用户名和密码都是cisco。
首先配置好telnet和console的访问,然后进入配置模式:
ip http server
ip http secure-server
ip http authentication local
user name privilege 15 password 0 配置用户为cisco,密码cisco
line vty 0 4
privilege level 15
login local
transport input telent
transport input telnet ssh...
建立虚拟机Windows2003,给其创建两块网卡,一块网段为192.168.1.1,这块网卡通过路由器与外网连接;一块网段为192.168.2.199,这块与后面要建立的内网XP连接,是内网地址。在Windows2003上安装ISA Server 2006防火墙。注意在安装时选择“同时安装ISA服务和配置存储服务器”,和“创建新ISA服务器企业”。
安装ISA之后,windows2003将不能上Internet,在ISA上建一个本地主机可以访问Internet的规则,让ISA所在...