ho un router di proprietà del cliente anzichè telecom, e hanno problemi con la navigazione.
Ovvero, gli Ip interni navigano, ma su alcuni siti la navigazione è veloce, su altri la navigazione è a dir poco lenta...
le immagini si caricano a metà.. i download di files si interrompono.. nauseante!
La linea è una : Telecom Interbusiness Liberty HDSL 2MB Flat
Il router è il seguente:
Codice: Seleziona tutto
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-O3Y-M), Version 12.2(17a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 19-Jun-03 16:26 by pwade
Image text-base: 0x800080E0, data-base: 0x8079FDAC
ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Router uptime is 2 weeks, 6 days, 22 hours, 44 minutes
System returned to ROM by power-on
System image file is "flash:c1700-o3y-mz.122-17a.bin"
cisco 1720 (MPC860) processor (revision 0x601) with 24576K/8192K bytes of memory
.
Processor board ID JAD04011SB2 (2567212735), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
Codice: Seleziona tutto
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
memory-size iomem 25
ip subnet-zero
!
ip inspect name myfw http java-list 10
ip inspect name myfw ftp
ip inspect name myfw udp
ip inspect name myfw tcp
ip audit notify log
ip audit po max-events 100
!
!
!
interface FastEthernet0
ip address 192.168.1.253 255.255.255.0
ip access-group 102 out
ip nat inside
ip inspect myfw in
speed auto
!
interface Serial0
bandwidth 1024
no ip address
ip inspect myfw in
encapsulation frame-relay
load-interval 30
no fair-queue
!
interface Serial0.1 point-to-point
bandwidth 1024
ip address 94.xxx.xxx.xxx 255.255.255.252
ip access-group 101 in
ip nat outside
frame-relay interface-dlci 363 IETF
!
ip nat inside source static 192.168.1.60 94.xxx.xxx.xx5
ip nat inside source static 192.168.1.239 94.xxx.xxx.xx6
ip nat inside source static 192.168.1.50 94.xxx.xxx.xx8
ip nat inside source static 192.168.1.51 94.xxx.xxx.xx7
ip nat inside source static 192.168.1.61 94.xxx.xxx.xx9
ip nat inside source static 192.168.1.10 94.xxx.xxx.xx0
ip nat inside source static 192.168.1.62 94.xxx.xxx.xx1
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
no ip http server
!
access-list 101 deny ip any host 94.xxx.xxx.xx5
access-list 101 deny ip any host 94.xxx.xxx.xx6
access-list 101 deny ip any host 94.xxx.xxx.xx7
access-list 101 deny ip any host 94.xxx.xxx.xx8
access-list 101 deny ip any host 94.xxx.xxx.xx9
access-list 101 permit tcp any host 94.xxx.xxx.xx0 eq 3101
access-list 101 deny ip any host 94.xxx.xxx.xx0
access-list 101 deny ip any host 94.xxx.xxx.xx1
access-list 101 deny ip any host 94.xxx.xxx.xx2
!
line con 0
exec-timeout 1 30
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxx
login
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end
Accetto qualsiasi tipo di aiuto