Ciao a tutti,
ho un curioso problema che non riesco a risolvere: se eseguo uno speedtest a casa dalla mia FTTC WindTre il download si completa correttamente, l'upload invece arrivato a metà si blocca: la barra va avanti ma si vede chiaramente la lancetta immobile. Stesso problema se lancio lo speedtest da CLI con la scelta automatica del server, a volte non parte nemmeno lo Speedtest. A mio parere è qualcosa che riguarda MTU o MSS sul mio router poiché il problema si presenta da quando l'ho sostituito. Per eseguire queste prove mi sono colegato direttamente al router escludendo qualsiasi apparato a valle di esso e se rimetto il router originale di Wind tutto va a meraviglia. Un altro malfunzionamento c'è con Whatsapp e Telegram: le immagini vengono inviate/ricevute dopo tanto caricamento. Qualcuno magari ha già avuto problemi simili? Mi confronterò anche coi miei colleghi, ma ci tenevo ad avere anche un parere da voi.
Grazie
Qui la configurazione attuale (ho rimosso i dati come password eccetera)
TR-GW-01#show running-config brief
Building configuration...
Current configuration : 2606 bytes
!
version 15.7
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname TR-GW-01
!
boot-start-marker
boot system flash:c1900-universalk9-mz.SPA.157-3.M9.bin
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
clock summer-time CET recurring
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name xxx.local
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
!
license udi pid CISCO1921/K9 sn FCZ1716C035
!
!
username xxx privilege 15 secret xxx
!
redundancy
!
!
controller VDSL 0/0/0
firmware filename flash:vdsl.bin-A2pv6C033c_d23e
sra
description FTTC VDSL2 17a 100/20 WINDTRE
lldp run
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description TR-FW-01
ip address 10.0.0.1 255.255.255.252
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0/0/0
description FTTC WINDTRE TGU->xxx
no ip address
logging event subif-link-status
load-interval 30
!
interface Ethernet0/0/0.835
description FTTC WINDTRE DATI+VOCE VLAN
encapsulation dot1Q 835
no ip redirects
no ip unreachables
no ip proxy-arp
pppoe enable group global
pppoe-client dial-pool-number 35
!
interface Dialer835
description FTTC WINDTRE DATI+VOCE PPPoE
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 35
dialer idle-timeout 0
dialer persistent
dialer-group 35
no cdp enable
ppp authentication chap pap callin
ppp chap hostname xxx
ppp chap password xxx
no ppp chap wait
ppp pap sent-username benvenuto password xxx
no ppp pap wait
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source static 10.0.0.2 interface Dialer835
ip route 0.0.0.0 0.0.0.0 Dialer835
!
!
!
access-list 22 permit 10.0.0.0 0.0.0.3
access-list 22 deny any
!
control-plane
!
!
line con 0
login local
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
access-class 22 in
login local
transport input ssh
line vty 5 15
access-class 22 in
login local
transport input ssh
!
scheduler allocate 20000 1000
ntp server 193.204.114.232 prefer
ntp server 193.204.114.233
ntp server 193.204.114.105
!
end