ho il seguente problema: dal mio router cisco 1721 collegato ad un frame relay non riesco a fare il ping all'esterno e nemmeno a navigare dai pc collegati. La cosa strana è che sia dai pc che dal router riesco a fare il ping dei dns, ma solo di quelli. Vi posto l'attuale configurazione nella speranza che mi possiate dare una mano. Grazie.
P.S.: L'interfaccia BRI0 per ora non mi serve x quello non è configurata e il parametro dlci è ovviamente corretto.
Codice: Seleziona tutto
Using 1113 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 ********************
enable password *************
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
no ip dhcp use vrf connected
!
ip cef
ip name-server 217.22.224.51
ip name-server 217.22.224.52
!
!
!
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
ip access-group 122 out
ip nat inside
no ip virtual-reassembly
speed auto
hold-queue 100 out
!
interface Serial0
bandwidth 2048
no ip address
encapsulation frame-relay IETF
no fair-queue
!
interface Serial0.1 point-to-point
ip address xxx.yyy.zzz.kkk 255.255.255.252
ip nat outside
no ip virtual-reassembly
timeout absolute 35790 0
frame-relay interface-dlci 20
!
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip http server
!
!
access-list 122 permit ip any any
access-list 122 permit icmp any any
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
end