PDA

View Full Version : Cisco 2600 e numero connessioni torrent


mannana93
04-12-2012, 10:33
Salve a tutti ho un Cisco 2651 con 128MB di RAM e 32di flash, monta IOS 12.3.
Il problema è che quando apro torrent su una sola macchina, parte il download e raggiunge la massima velocità della linea, intanto posso anche navigare normalmente ma dopo 3 o 4 minuti il download crolla e il pc perde la connettività. Come se non reggesse il num di connessioni, però mi sembra strano che il mio linksys con ddwrt e soli 32 mb di ram riesca a reggere torrent e il 2600 no. Dando uno sh ip nat stat mi dice che le traslazioni con torrent aperto sono sui 1000, ma anche le le limito a 500 dal router dpo pochi minuti fa la stessa cosa.


CISCO-2600#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-JK9O3S-M), Version 12.3(26), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by cisco Systems, Inc.
Compiled Mon 17-Mar-08 15:24 by dchih


Current configuration : 1638 bytes
!
! Last configuration change at 11:24:46 cet Tue Dec 4 2012
! NVRAM config last updated at 11:05:37 cet Tue Dec 4 2012
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname CISCO-2600
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxx.
!
clock timezone cet 1
clock summer-time ROMA recurring last Sun Mar 2:00 last Sun Oct 2:00
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.0.2 192.168.0.200
!
ip dhcp pool insideDHCP
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 62.101.93.101 83.103.25.250
!
ip cef
ip audit po max-events 100
!
!
!
!

!
!
!
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
speed 100
full-duplex
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip nat inside source static tcp 192.168.0.2 5760 interface FastEthernet0/0 5760
ip http server
ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp
!
ip dns server
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
access-class 1 in
password 7 15100A020A2B3F2B7160
login
transport preferred none
transport input telnet
!
ntp clock-period 17208824
ntp server 193.204.114.232
ntp server 193.204.114.233
!
end

Wolfhwk
05-12-2012, 08:12
Prova ad aggiornare l'IOS...

Version 12.3(26)

Aggiornala alla 12.4

mannana93
05-12-2012, 08:21
Ho appena aggiornato alla 12.3T (la notte porta consigli), l'ho testato per mezz'ora stressandolo un po' e non ha dato problemi. Reggeva tutte e 1200 le richieste di traslazione. Con questo hardware più o meno quale sarebbe il limite?

Wolfhwk
05-12-2012, 08:29
Finchè non fa fuori la cpu e la ram.

Con "#sh process cpu" la tieni d'occhio.

Con #sh memory summary controlli la memoria.

OK anche il #sh process memory

mannana93
05-12-2012, 08:37
Grazie mille Wolfhwk.

Wolfhwk
05-12-2012, 08:50
Di nulla :)