ho da poco installato un cisco 877 al posto del vecchio linksys e da quando ho fatto il cambio di router, ho dei problemi con il caricamento di molte pagine web.
praticamente se uso il router 877 e vado sul sito della gazzetta ( come tanti altri siti tipo radio 101, ecc) mi rimane la pagina bianca del browser e non va avanti!
il problema lo fa con tutti i pc della lan (win e mac)...
ho controllato i dns, i nomi vengono risolti correttamente (sono uguali a quelli impostati sul vecchio router), ho provato anche a mettere i dns di google, ma non cambia nulla...
Non ci sono acl o simili...
cosa puo essere?
di seuito la config.
Codice: Seleziona tutto
C877W#sh run
Building configuration...
Current configuration : 5269 bytes
!
! Last configuration change at 22:49:11 MEDT Mon Jun 14 2010 by xxx
! NVRAM config last updated at 22:19:28 MEDT Mon Jun 14 2010 by xxx
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname C877W
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
logging buffered 51200
logging console critical
enable password 7 XXXX
!
no aaa new-model
clock timezone MET 1
clock summer-time MEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
!
crypto pki trustpoint TP-self-signed-3359208545
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3359208545
revocation-check none
rsakeypair TP-self-signed-3359208545
!
!
crypto pki certificate chain TP-self-signed-3359208545
certificate self-signed 01
BLA BLA BLA
dot11 syslog
ip source-route
ip icmp rate-limit unreachable 1000
no ip dhcp use vrf connected
ip dhcp excluded-address 10.40.0.1 10.40.0.29
!
ip dhcp pool CASA
import all
network 10.40.0.0 255.255.255.0
domain-name casa
default-router 10.40.0.1
dns-server 8.8.8.8 193.70.152.15
!
!
ip cef
no ip bootp server
no ip domain lookup
ip domain name casa
ip name-server 193.70.152.15
ip name-server 193.70.152.25
ip ddns update method dyndns
HTTP
add http://XXXX:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
remove http://XXXX:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
!
login on-failure
login on-success
!
!
!
!
username XXXX privilege 15 secret 5 XXXX
!
!
!
archive
log config
hidekeys
!
!
ip tcp selective-ack
ip tcp synwait-time 10
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
no ip redirects
no ip unreachables
no ip proxy-arp
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
ip address 10.40.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
ip ddns update hostname XXXX.dyndns.org
ip ddns update DynDNS
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp pap sent-username XXXX password 7 XXXXX
!
no ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
ip http secure-server
!
ip nat inside source list 101 interface Dialer0 overload
!
logging trap debugging
access-list 101 permit ip any any
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
banner motd ^C
****************************************************************
BLA BLA BLA
****************************************************************
^C
!
line con 0
no modem enable
line aux 0
line vty 0 4
privilege level 15
password 7 XXXXXXXXX
login local
!
scheduler max-task-time 5000
ntp server 192.43.244.18 prefer
ntp server 207.46.197.32
end
C877W#
grazie a tutti
Zenze