avrei un problema sulla configurazione di un router cisco 877 per la mia adsl a 7Mb, infatti non riesco a navigare.
Il led PPP sul router è accesso quindi la negoziazione PPP la esegue, infatti l'ip mio pubblico lo riesco a pingare, ma oltre non vado.
Questa è la configurazione.
Codice: Seleziona tutto
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool router
default-router 10.10.10.1
dns-server 62.94.0.1 62.94.0.2
lease infinite
!
no ip domain lookup
ip name-server 62.94.0.1
ip name-server 62.94.0.2
!
crypto pki trustpoint TP-self-signed-3022873674
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3022873674
revocation-check none
rsakeypair TP-self-signed-3022873674
!
!
crypto pki certificate chain TP-self-signed-3022873674
certificate self-signed 01 nvram:IOS-Self-Sig#3401.cer
username router
!
interface ATM0
bandwidth 544
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface FastEthernet0
no cdp enable
!
interface FastEthernet1
no cdp enable
!
interface FastEthernet2
no cdp enable
!
interface FastEthernet3
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 10.10.10.1 255.255.255.248
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
hold-queue 100 out
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
no cdp enable
ppp chap hostname [email protected]
ppp chap password 0 xxxxxxx
ppp pap sent-username [email protected] password 0 xxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
ip http access-class 23
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat translation timeout 420
ip nat translation tcp-timeout 120
ip nat translation pptp-timeout 420
ip nat translation icmp-timeout 1
ip nat translation max-entries 1000
ip nat inside source list nat interface Dialer0 overload
!
ip access-list extended nat
permit ip 10.10.10.0 0.0.0.248 any
!
access-list 23 permit 10.10.10.0 0.0.0.7
no cdp run
!
control-plane