cisco2611的配置。高手来哟,解决问题追加分数!

来源:百度知道 编辑:UC知道 时间:2024/05/16 10:46:14
Router#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable password ****
!
!
!
!
!
ip subnet-zero
ip name-server 58.22.96.66
ip name-server 218.104.128.106
ip dhcp excluded-address 192.168.3.1 192.168.3.200
!
ip dhcp pool zhangjay
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 58.22.96.66 218.104.128.106
lease 30
!
!
!
!
process-max-time 200
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.252
no ip directed-broadcast
ip nat outside
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 192.168.3.1 255.255.255.0
no ip directed-broadcast
ip nat inside
speed 100

1、局域网内有蠕虫病毒攻击
2、减少nat翻译的生存时间

看配置是没有什么的。掉线的原因也不一定就是配置的问题,可能是外网线路的问题。查看一下端口状态有没有错误包,内网广播包多么?外网线路怎么样?都可能影响到的。
外网地址改了,可静态路由指向怎么没改啊,根据255.255.255.252还是可以推算出你的外网路由地址的。快点改了吧。

ip nat pool ccnp 10.1.1.1 10.1.1.1 netmask 255.255.255.252
你一个地址怎么还用地址池啊?

查看log
更换ios