Cisco Router Mod. 827H lentissimo

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
molotov
n00b
Messaggi: 2
Iscritto il: mar 31 gen , 2006 3:38 pm

Salve a tutti,
ho un 827 h che su alcuni siti e lentissimo, nel sito della banca riesce a utenticarsi 1 volta su 10 il caricamento della pagina risulta lentissimo.

se attacco lo stesso pc sulla linea analogica tutto va perfettamente, quindi deduco che sia il router adsl ad avere dei settaggi un po strani

di seguito la conf

Cisco Router Mod. 827H


Using 3344 out of 131072 bytes
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname MY_ADSL
!
boot-start-marker
boot system flash c820-k9osy6-mz.123-4.T.bin
boot-end-marker
!
enable password 7 xxxxxxxxxxxx
!
username tizio password 7 xxxxxxxxxxxx
username caio password 7 xxxxxxxxxxxx
username sempronio password 7 xxxxxxxxxxxx
aaa new-model
!
!
aaa authentication login userauthen local
aaa authorization network groupauthor local
aaa session-id common
ip subnet-zero
ip name-server 194.243.154.62
ip name-server 151.99.125.2
!
!
ip ssh break-string
!
!
!
!
crypto isakmp policy 3
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group winclient
key xxxxxxxxxxxx
dns 151.99.125.2
domain MY
pool ippool
!
!
crypto ipsec transform-set myset esp-3des esp-md5-hmac
!
--More--
crypto dynamic-map dynmap 10
set transform-set myset
!
!
crypto map clientmap client authentication list userauthen
crypto map clientmap isakmp authorization list groupauthor
crypto map clientmap client configuration address respond
crypto map clientmap 10 ipsec-isakmp dynamic dynmap
!
!
!
!
interface Ethernet0
ip address 192.168.0.250 255.255.255.0 secondary
ip address 172.16.1.254 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
ip access-group 100 in
ip access-group 100 out
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description ADSL Smart 15 TGU 059 13329334
bandwidth 640
ip address 81.72.129.68 255.255.255.0
ip access-group 100 in
ip access-group 100 out
ip nat outside
pvc 8/35
vbr-nrt 640 640 1
encapsulation aal5snap
!
crypto map clientmap
!
ip local pool ippool 192.168.0.22
ip nat translation timeout 10
ip nat translation tcp-timeout 10
ip nat inside source list 1 interface ATM0.1 overload
ip nat inside source static tcp 172.16.1.1 25 81.72.129.68 25 extendable
ip nat inside source static tcp 192.168.0.1 47 81.72.129.68 47 extendable
ip nat inside source static tcp 192.168.0.1 1723 81.72.129.68 1723 extendable
ip nat inside source static tcp 172.16.1.1 22 81.72.129.68 2222 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 81.72.129.254
no ip http server
--More—
ip nat inside source static tcp 192.168.0.1 1723 81.72.129.68 1723 extendable
ip nat inside source static tcp 172.16.1.1 22 81.72.129.68 2222 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 81.72.129.254
no ip http server
no ip http secure-server
!
!
access-list 1 permit 172.16.1.0 0.0.0.255
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 13 permit 80.207.38.1
access-list 13 permit 172.16.1.1
access-list 13 permit 80.207.38.121
access-list 13 permit 80.207.38.101
access-list 13 permit 192.168.0.0 0.0.0.255
access-list 13 deny any log
access-list 100 deny udp any eq netbios-ns any
access-list 100 deny udp any eq netbios-dgm any
access-list 100 deny tcp any eq 137 any
access-list 100 deny tcp any eq 138 any
access-list 100 deny tcp any eq 139 any
access-list 100 deny udp any any eq netbios-ns
access-list 100 deny udp any any eq netbios-dgm
access-list 100 deny tcp any any eq 137
access-list 100 deny tcp any any eq 138
access-list 100 deny tcp any any eq 139
access-list 100 permit ip any any
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
transport preferred all
transport output all
stopbits 1
line vty 0 4
access-class 13 in
exec-timeout 0 0
password 7 xxxxxxxxxxxx
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
!
end



Rigrazio chiunque possa aiutarmi.

Ale
molotov
n00b
Messaggi: 2
Iscritto il: mar 31 gen , 2006 3:38 pm

nessun suggerimento?
Rispondi