salve,
non riesco a connettere il mio 2610 alla rete adsl telecom smart 5
dove sbaglio? Grazie per l'aiuto.
Posto sh run:
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
no ip source-route
!
!
ip domain name interbusiness.it
ip name-server 151.99.125.2
!
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
!
!
!
interface ATM0/0
ip address <... Ip PUbblico ....>
ip nat outside
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
!
dsl operating-mode auto
no fair-queue
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
half-duplex
hold-queue 100 out
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0/0
ip http server
!
!
access-list 1 permit 192.68.0.0 0.0.0.255
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end