Vi scrivo di seguito la configurazione, credo correttamente effettuata, perchè ho potuto vedere che mi autentico al gestore, faccio ping verso i DNS ma non riesco ad uscire sulla rete Internet.
Questa è la mia configurazione:
Conte#sh run
Building configuration...
Current configuration : 1497 bytes
!
! Last configuration change at 04:15:13 UTC Thu Mar 25 2010
! NVRAM config last updated at 04:53:38 UTC Thu Mar 25 2010
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Conte
!
logging queue-limit 100
!
memory-size iomem 25
ip subnet-zero
!
!
!
ip dhcp pool test
network 192.168.1.0 255.255.255.0
dns-server 62.xx.xx.xx 62.xx.xx.xx
default-router 192.168.1.11
!
!
!
!
!
interface Loopback0
no ip address
shutdown
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 11/35
!
dsl operating-mode auto
!
interface FastEthernet0
ip address 192.168.1.11 255.255.255.0
ip nat inside
speed 100
full-duplex
!
interface Serial0
description "connection to xxxxxxx"
no ip address
encapsulation frame-relay IETF
load-interval 30
no fair-queue
frame-relay traffic-shaping
!
interface Serial0.1 point-to-point
ip nat outside
frame-relay interface-dlci 20 ppp Virtual-Template1
class frshaping
!
interface Virtual-Template1
description virtual-template
bandwidth 1408
ip address negotiated
load-interval 30
ppp chap hostname pippo@pippo
ppp chap password 0 pluto
ppp pap refuse
!
ip nat inside source list 1 interface Serial0.1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 62.xx.xx.xx
no ip http server
!
!
!
map-class frame-relay frshaping
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
password pinco
login
line aux 0
line vty 0 4
password pallino
login
!
end
Secondo Voi è forse un problema di NAT? O cosa può essere? Mi date una mano?
Grazie per la disponibilità
