ho provato a cambiare l'ios ma il problema rimane , allego qui sotto il show version e la configurazione attuale del router:
Codice: Seleziona tutto
zeus>show version
Cisco IOS Software, SOHO97 Software (SOHO97-K9OY1-M), Version 12.4(7), RELEASE S OFTWARE (fc6)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 01-Mar-06 11:17 by alnguyen
ROM: System Bootstrap, Version 12.2(11r)YV3, RELEASE SOFTWARE (fc2)
zeus uptime is 1 hour, 3 minutes
System returned to ROM by power-on
System image file is "flash:soho97-k9oy1-mz.124-7.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
[email protected].
Cisco SOHO97 (MPC857DSL) processor (revision 0x500) with 58983K/6553K bytes of memory.
Processor board ID FCZ0925439T (1975228326), with hardware revision 0000
CPU rev number 7
1 Ethernet interface
1 ATM interface
128K bytes of NVRAM.
8192K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)
Configuration register is 0x2102
Codice: Seleziona tutto
zeus#show running-config
Building configuration...
Current configuration : 3658 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname zeus
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
no ip source-route
no ip gratuitous-arps
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
ip cef
ip name-server 62.94.0.1
ip name-server 62.94.0.2
no ip bootp server
ip inspect audit-trail
ip inspect udp idle-time 1800
ip inspect dns-timeout 7
ip inspect tcp idle-time 14400
ip inspect name autosec_inspect cuseeme timeout 3600
ip inspect name autosec_inspect ftp timeout 3600
ip inspect name autosec_inspect http timeout 3600
ip inspect name autosec_inspect rcmd timeout 3600
ip inspect name autosec_inspect realaudio timeout 3600
ip inspect name autosec_inspect smtp timeout 3600
ip inspect name autosec_inspect tftp timeout 30
ip inspect name autosec_inspect udp timeout 15
ip inspect name autosec_inspect tcp timeout 3600
!
!
!
username CRWS_Giri privilege 15 password 7 0242551F3C570900084158163632020A5D547C7C737E65667646
username CRWS_Jaidil privilege 15 password 7 03400A4F315E276D0A06480A24371B0D557E7D77786A6D704653
username CRWS_dheeraj privilege 15 password 7 09081F4D2E5411334F0355251801383264774A50465B5704080C
username CRWS_Gayatri privilege 15 password 7 125D5453255A0A256E24752700103212524753550F0A0D0B03
!
!
no crypto isakmp enable
!
!
!
interface Ethernet0
ip address 192.168.3.5 255.255.255.0
ip nat inside
no keepalive
hold-queue 100 out
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname xxxxxxxxx
ppp chap password yyyyyyyyyyy
ppp pap sent-username xxxxxxxxxxx password yyyyyyy
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username xxxxxx password yyyyyyyy
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static udp 192.168.3.2 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.3.2 5061 interface Dialer0 5061
ip nat inside source static udp 192.168.3.2 3478 interface Dialer0 3478
ip nat inside source static udp 192.168.3.11 8767 interface Dialer0 8767
ip nat inside source static tcp 192.168.3.11 51234 interface Dialer0 51234
ip nat inside source static udp 192.168.3.11 28960 interface Dialer0 28960
ip nat inside source static udp 192.168.3.11 28961 interface Dialer0 28961
ip nat inside source static udp 192.168.3.11 20500 interface Dialer0 20500
ip nat inside source static udp 192.168.3.11 20510 interface Dialer0 20510
ip nat inside source static udp 192.168.3.230 59000 interface Dialer0 59000
ip nat inside source static tcp 192.168.3.230 59000 interface Dialer0 59000
!
access-list 1 permit 192.168.3.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.255
snmp-server community public RO
snmp-server community private RW
no cdp run
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
!
scheduler max-task-time 5000
end