Question : Cisco config

I am trying to setup a cisco 1700 series router to be used with dsl service.  The configuration i have set up is not passing any traffic. I keep getting a no DNS server are routable through this interface error.  My current config is as followed

interface Null0
 no ip unreachables
!
interface Ethernet0
 description $ETH-LAN$
 ip address 64.190.49.178 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
 full-duplex
!
interface FastEthernet0
 description $FW_INSIDE$
 ip address dhcp
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
 speed auto
 full-duplex
!
ip route 0.0.0.0 0.0.0.0 Ethernet0
ip http server
ip http authentication local
ip http secure-server
!
!
!
logging trap debugging
logging 192.168.1.1
access-list 100 remark VTY Access-class list
access-list 100 remark SDM_ACL Category=1
access-list 100 deny   ip any any
no cdp run
!
!
control-plane
!
banner login ^CArmorGroup North America systems are subject to monitoring at all times to ensure proper functioning or equipment and systems including security devices and systems, to prevent unauthorized use and violations of statues and security regulati
ns, to deter criminal activity, and for other similar purpose.  Unauthorized use is PROHIBITED!^C
!
line con 0
 login authentication local_authen
 transport output telnet
line aux 0
 login authentication local_authen
 transport output telnet
line vty 0 4
 access-class 100 in
 password 7 071F205B1A514A5C
 authorization exec local_author
 login authentication local_authen
 transport input telnet ssh
!
scheduler allocate 4000 1000
scheduler interval 500
end


The only other thing is we have a wireless router set up as the DHCP server could that be causing the error?

Answer : Cisco config

Sorry for the typo in my previous post.  The wrong interface is being used for the "NAT overload".
  Run these commands *in this order*:
no ip nat inside source list 101 int f0 overload
ip nat inside source list 101 int e0 overload

cheers
Random Solutions  
 
programming4us programming4us