In questi giorni ho avuto qualche problema con la mia adsl a casa, e per fare un tentativo ho gollegato al posto del mio wag300n un cisco 827-4v, riesumato dopo un lungo periodo di pausa...
Me lo aveva lasciato mio fratello un po' di tempo fa con un problema al socket della flash aggiuntiva, non faceva bene contatto...
Ora l'ho sistemato per testate la linea...
Il router si collega al primo colpo (evidentemente il linksys se ne è andato, oppure non è abbastanza sensibile anche se ho un'attenuazione di soli 14db, bhu...)
Comunque, torniano all'827-4v...
Appena lo accendo è gia' subito a corto di memoria!
Ha 32 mb di ram aggiuntiva oltre i 16mb onboard
Questo è lo sh ver:
Codice: Seleziona tutto
isco IOS Software, C820 Software (C820-K9OSV6Y6-M), Version 12.4(1a), RELEASE S
OFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Fri 27-May-05 22:57 by hqluong
ROM: System Bootstrap, Version 12.2(11r)YV1, RELEASE SOFTWARE (fc1)
MASTERX81 uptime is 10 minutes
System returned to ROM by power-on
System image file is "flash:c820-k9osv6y6-mz.124-1a.bin"
....
Cisco C827-4V (MPC855T) processor (revision 0x502) with 48128K/1024K bytes of me
mory.
Processor board ID JAD04500PP5 (2810607791), with hardware revision 0000
CPU rev number 5
4 POTS Ports
1 Ethernet interface
1 ATM interface
128K bytes of NVRAM.
16384K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)
Configuration register is 0x2102
Codice: Seleziona tutto
Head Total(b) Used(b) Free(b) Lowest(b) Largest(b)
Processor 820E3D14 14795500 14146408 649092 645256 586060
I/O 2F00000 1048576 784456 264120 264120 26351
Questa è la config:
Codice: Seleziona tutto
!
! No configuration change since last restart
!
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 MASTERX81
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
!
no aaa new-model
!
resource policy
!
clock timezone Asti 1
clock summer-time Asti recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero
no ip source-route
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.200 192.168.200.254
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.2
!
ip dhcp pool miopool
import all
network 192.168.1.0 255.255.255.0
domain-name lalllallero.com
default-router 192.168.1.1
dns-server 192.168.1.1
!
!
ip tcp synwait-time 10
ip cef
ip domain name lalllallero.com
ip name-server 212.216.112.112
ip name-server 212.216.172.62
ip name-server 88.149.128.12
ip name-server 88.149.128.22
ip name-server 151.99.125.2
ip name-server 151.99.0.100
no ip bootp server
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username yyyy password 7 xxxx
!
!
!
bridge irb
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
hold-queue 100 out
!
interface ATM0
mtu 1492
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 8/35
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
!
!
interface Dialer0
description $FW_OUTSIDE$
ip address negotiated
ip access-group 101 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
no snmp trap link-status
no cdp enable
ppp authentication chap pap callin
ppp chap hostname xxxxx
ppp chap password 7 yyyyy
ppp pap sent-username xxxxx password 7 yyyyy
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
ip nat inside source list 10 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.2 1755 interface Dialer0 1755
ip nat inside source static udp 192.168.1.2 4672 interface Dialer0 4672
ip nat inside source static tcp 192.168.1.2 3389 interface Dialer0 3389
!
access-list 10 permit 192.168.1.0 0.0.0.255
access-list 101 deny ip 210.1.20.0 0.0.0.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any ttl-exceeded
access-list 101 permit udp host 193.204.114.233 eq ntp any eq ntp
access-list 101 permit udp host 193.204.114.232 eq ntp any eq ntp
access-list 101 permit tcp any any established
access-list 101 permit tcp any any eq 3389
access-list 101 permit udp any any eq 4672
access-list 101 permit tcp any any eq 1755
access-list 101 permit tcp any any range 7002 7012
access-list 101 permit udp any any gt 1023
access-list 101 permit tcp any gt 1023 any eq ftp-data
access-list 101 permit tcp any eq ftp-data any gt 1023
access-list 101 permit udp host 212.216.112.112 any eq domain
access-list 101 permit udp host 212.216.172.62 any eq domain
access-list 101 permit udp host 151.99.125.2 any eq domain
access-list 101 permit udp host 151.99.0.100 any eq domain
access-list 101 deny ip any any
access-list 111 permit tcp any any range 7002 7012
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
banner login CCAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!
!
line con 0
transport output telnet
line vty 0 4
privilege level 15
login
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler interval 500
sntp server 193.204.114.233
sntp server 193.204.114.232
end
Quanluno sa darmi una dritta su dove cercare il problema?
Grazie!!!