Cisco 1841 e il comando ip domain-lookup
Inviato: gio 31 lug , 2008 9:05 am
ciao, ho un router cisco 1841, ho configurato i dns, sia primario sia secondario però quando faccio il test della connessione dall' SDM mi dice "configure che command ip domain-lookup in the config mode on the router", ci sono andato dalla linea di comando ho impostato questo comando ma niente da fare, il test dei DNS fallisce e non riesco ad utilizzarlo, vi posto di seguito la configutrazione:
Current configuration : 2486 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HDSL
!
boot-start-marker
boot-end-marker
!
no logging buffered
no logging console
logging monitor errors
enable secret 5 ************
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name ******
ip name-server 88.149.128.12
ip name-server 88.149.128.22
!
username *** privilege 15 password 0 ***
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description $ETH-LAN$
ip address 192.168.1.235 255.255.255.0
ip access-group sdm_fastethernet0/1_in in
ip access-group sdm_fastethernet0/1_out out
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay IETF
!
interface Serial0/0/0.20 point-to-point
frame-relay interface-dlci 20 ppp Virtual-Template10
!
interface Serial0/0/1
no ip address
encapsulation frame-relay IETF
shutdown
clockrate 2000000
!
interface BRI0/1/0
no ip address
shutdown
!
interface Virtual-Template10
bandwidth 2048
ip address negotiated
ip access-group sdm_virtual-template10_in in
ip access-group sdm_virtual-template10_out out
ppp chap hostname ******
ppp chap password 0 ******
ppp pap sent-username ****** password 0 ******
!
ip classless
ip route 0.0.0.0 0.0.0.0 81.174.0.1 permanent
!
ip http server
!
ip access-list standard prova
remark SDM_ACL Category=2
permit any log
!
ip access-list extended sdm_fastethernet0/1_in
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
ip access-list extended sdm_fastethernet0/1_out
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
ip access-list extended sdm_virtual-template10_in
remark SDM_ACL Category=1
permit icmp any any log
permit udp any any log
permit tcp any any log
ip access-list extended sdm_virtual-template10_out
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
!
!
control-plane
!
banner motd #Ogni accesso non autorizzato dalla ditta Centro Spedizionieri Doga
nali Service Srl e' PROIBITO#
!
line con 0
password ***
login
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
!
end
Current configuration : 2486 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HDSL
!
boot-start-marker
boot-end-marker
!
no logging buffered
no logging console
logging monitor errors
enable secret 5 ************
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name ******
ip name-server 88.149.128.12
ip name-server 88.149.128.22
!
username *** privilege 15 password 0 ***
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description $ETH-LAN$
ip address 192.168.1.235 255.255.255.0
ip access-group sdm_fastethernet0/1_in in
ip access-group sdm_fastethernet0/1_out out
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay IETF
!
interface Serial0/0/0.20 point-to-point
frame-relay interface-dlci 20 ppp Virtual-Template10
!
interface Serial0/0/1
no ip address
encapsulation frame-relay IETF
shutdown
clockrate 2000000
!
interface BRI0/1/0
no ip address
shutdown
!
interface Virtual-Template10
bandwidth 2048
ip address negotiated
ip access-group sdm_virtual-template10_in in
ip access-group sdm_virtual-template10_out out
ppp chap hostname ******
ppp chap password 0 ******
ppp pap sent-username ****** password 0 ******
!
ip classless
ip route 0.0.0.0 0.0.0.0 81.174.0.1 permanent
!
ip http server
!
ip access-list standard prova
remark SDM_ACL Category=2
permit any log
!
ip access-list extended sdm_fastethernet0/1_in
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
ip access-list extended sdm_fastethernet0/1_out
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
ip access-list extended sdm_virtual-template10_in
remark SDM_ACL Category=1
permit icmp any any log
permit udp any any log
permit tcp any any log
ip access-list extended sdm_virtual-template10_out
remark SDM_ACL Category=1
permit udp any any log
permit icmp any any log
permit tcp any any log
!
!
control-plane
!
banner motd #Ogni accesso non autorizzato dalla ditta Centro Spedizionieri Doga
nali Service Srl e' PROIBITO#
!
line con 0
password ***
login
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
!
end