Grazie per la veloce risposta!
Premetto che il link in realtà funziona anche se va piano, quindi dlci del frame-relay e ip sulle interfacce dovrebbero essere corretti da quel che so.
ah! dimenticavo di dire che non ne capisco granchè di router cisco anche se mi piaciono sempre di più....
ecco la configurazione che è in funzione per riuscire a vedere se c'è qualcosa che può bloccare l' upload:
Current configuration : 4722 bytes
!
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
service sequence-numbers
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 $*****************************.
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
!
!
no ip bootp server
ip domain name yourdomain.com
!
username ******** privilege 15 secret 5 $**************************.
!
!
!
interface FastEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$$ETH-LAN$
ip address ***.***.***.*** 255.255.255.240
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
interface FastEthernet0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
interface Serial0/0/0
bandwidth 2048
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation frame-relay
ip route-cache flow
frame-relay lmi-type ansi
!
interface Serial0/0/0.1 point-to-point
ip address ***.***.***.*** 255.255.255.252
ip access-group 100 in
no cdp enable
frame-relay interface-dlci 20 IETF
!
interface Serial0/0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
clock rate 2000000
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0.1
!
ip http server
ip http access-class 1
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip access-list standard R0
!
logging trap debugging
access-list 1 permit ***.***.***.*** 0.0.0.255
access-list 100 permit tcp ***.***.***.*** 0.0.0.255 host ***.***.***.*** eq telnet
access-list 100 permit tcp ***.***.***.*** 0.0.0.255 host ***.***.***.*** eq 22
access-list 100 permit tcp ***.***.***.*** 0.0.0.255 host ***.***.***.*** eq www
access-list 100 permit tcp ***.***.***.*** 0.0.0.255 host ***.***.***.*** eq cmd
access-list 100 permit udp ***.***.***.*** 0.0.0.255 host ***.***.***.*** eq snmp
access-list 100 deny tcp any host ***.***.***.*** eq telnet
access-list 100 deny tcp any host ***.***.***.*** eq 22
access-list 100 deny tcp any host ***.***.***.*** eq www
access-list 100 deny tcp any host ***.***.***.*** eq 443
access-list 100 deny tcp any host ***.***.***.*** eq cmd
access-list 100 deny udp any host ***.***.***.*** eq snmp
access-list 100 permit ip any any
access-list 101 permit ip ***.***.***.*** 0.0.0.255 any
access-list 102 permit ip ***.***.***.*** 0.0.0.255 any
snmp-server community public RO R0
no cdp run
!