- 论坛徽章:
- 0
|
请教各位大虾,怎么解决啊?
我的路由器(cisco 26)配置如下:局域网带有40台左右的机器上网使用。
可是老是在运行一阵以后就会发生局域网的机器ping网关192.168.0.1的时
延非常大或者干脆就time out,只好重起路由器。然后情况就有好转了。
Building configuration...
Current configuration : 1082 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname LAN
!
enable secret 5 $1$XMsi$gki2Zq2Sm1WIRsn3ynT0e0
!
username 123 password 7 1511021F0725
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
speed 100
full-duplex
!
interface Serial0/0
ip address 61.240.58.3 255.255.255.252
ip nat outside
encapsulation ppp
peer default ip address 61.240.58.4
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
ip nat pool p1-1 61.240.58.3 61.240.58.3 netmask 255.255.255.0
ip nat inside source list 1 pool p1-1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 61.240.58.4
no ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
login local
!
!
end |
|