I just purchased a Cisco 1811. It was set for factory default. Logged in and set it up with the SDM, following the Basic Router Configuration using SDM document from Cisco (doc ID: 71305).
After I completed the setup and run the Ping test, I got the following error:
To test connectivity, SDM tries to ping the configured DNS servers. However, there is no configured route to any of the DNS servers through the selected interface.
The recommended action is: Select 'User-specified' option or add a 'host specific/network specific/default' route through this interface and retest connection.
As far as I can tell the interface/routing is defined in the routing setup. I can ping the router from outside, but unable to access the web from the router.
The config file is attached:
!version 12.4
no service pad
hostname foobar
no aaa new-model
no ip source-route
ip domain name foobar.com
ip name-server 10.0.0.87
ip name-server 12.127.17.71
interface FastEthernet0
description $ETH-LAN$
ip address 63.81.34.55 255.255.255.192
ip mask-reply
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
interface FastEthernet1
no ip address
interface FastEthernet2
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$$ES_LAN$$FW_INSIDE$
ip address 10.0.0.111 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
router rip
passive-interface FastEthernet1
passive-interface Async1
network 10.0.0.0
no auto-summary
ip route 10.0.0.0 255.255.255.0 63.81.34.1
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload
After I completed the setup and run the Ping test, I got the following error:
To test connectivity, SDM tries to ping the configured DNS servers. However, there is no configured route to any of the DNS servers through the selected interface.
The recommended action is: Select 'User-specified' option or add a 'host specific/network specific/default' route through this interface and retest connection.
As far as I can tell the interface/routing is defined in the routing setup. I can ping the router from outside, but unable to access the web from the router.
The config file is attached:
!version 12.4
no service pad
hostname foobar
no aaa new-model
no ip source-route
ip domain name foobar.com
ip name-server 10.0.0.87
ip name-server 12.127.17.71
interface FastEthernet0
description $ETH-LAN$
ip address 63.81.34.55 255.255.255.192
ip mask-reply
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
interface FastEthernet1
no ip address
interface FastEthernet2
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$$ES_LAN$$FW_INSIDE$
ip address 10.0.0.111 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
router rip
passive-interface FastEthernet1
passive-interface Async1
network 10.0.0.0
no auto-summary
ip route 10.0.0.0 255.255.255.0 63.81.34.1
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload