你好!
1.首先第一个问题,为什么不通主要原因在在于你的路由器的两个接口处于同一个网段,是通不了的。
2.你这个只是一个cisco的实验,那么你只需要把外网的接口的IP地址给改成与内网不处于同一个网段即可。
配置如下,命令可以充当脚本,可以直接复制到命令行:
enable
configure terminal
interface fastethernet0/1
ip address 202.1.1.1 255.255.255.252
no shutdown
exit
interface fastethernet0/0
ip address 192.168.1.254 255.255.255.0
no shutdown
exit
ip dhcp pool intranet
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 0.0.0.0
exit
ip dhcp e 192.168.1.254
注意:202.1.1.1 掩码是255.255.255.252,为了仿真连接到Internet。广域网连接的掩码。另外必然是使用202.1.1.2,掩码也是255.255.255.252。
希望能帮到你。
cisco模拟器 电脑跟路由之间要用交叉线相连(模拟器里的虚线),另外路由器F0/1,F0/0接口的地址必须不是一个段的,1841端口下别忘了打no shotdown,电脑的网关是路由F0/1的地址,这是几个关键问题,你再看看,配置命令我觉得不是问题,就那么几条,还有问题的话可以M我。
希望能够帮到你
ip dhcp pool xxx
net 192.168.2.0 255.255.255.0
default-router 192.168.2.254
dns xxxx *外网dns地址
exit
ip dhcp ex 192.168.2.254
int f0/0*连接pc的口
ip add 192.168.2.254 255.255.255.0
no sh
int f0/1*
192.168.1.3 255.255.0
no sh
计算机开启dhcp
顺带说一下,你给的ip有问题,如果掩码一样的话