Hi, I have started a home lab and have a Cisco 806 router with IOS 12.2 IP F/W Plus installed on it. I am trying to set up the 806 to be my gateway between my home network and my cable modem. I have set up nat and have that working properly, and I have tried RIP v2 running between the 806 and Linksys, which works ok, my problem is that I can't pull a DHCP IP address from my ISP from my e1 int to save my life, I can get an ip on my linksys off the cable modem and direct into my PC just fine but when I try it on my 806 no matter what I try it just wont take an IP off my cable modem, I know it has to be something in my config, because my modem works fine everywhere else, if you guys could take a look at my config and help me out I would appreciate it - THANKS!!!
806#sh ru Building configuration... Current configuration : 1726 bytes ! version 12.2 no parser cache no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname 806 ! logging console informational ! clock timezone PST -8 clock summer-time PDT recurring ip subnet-zero no ip source-route no ip domain lookup ip name-server x.x.x.x ip name-server x.x.x.x ip dhcp excluded-address 10.10.10.1 ip dhcp excluded-address 10.10.10.2 ip dhcp ping packets 1 ip dhcp ping timeout 100 ! ip dhcp pool CLIENT import all network 10.10.10.0 255.255.255.0 default-router 10.10.10.1 ! ip dhcp pool client ! no ip bootp server ip cef ! ! ! interface Ethernet0 ip address 10.10.10.3 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip accounting access-violations ip nat inside no cdp enable hold-queue 32 in hold-queue 100 out ! interface Ethernet1 description "Internet" ip address dhcp ip verify unicast reverse-path no ip redirects no ip unreachables no ip proxy-arp ip accounting access-violations ip nat outside no cdp enable ! ip nat log translations syslog ip nat inside source list 1 interface Ethernet0 overload no ip classless ip route 0.0.0.0 0.0.0.0 192.168.1.1 no ip http server ! ! access-list 1 permit any access-list 102 permit ip 10.10.10.0 0.0.0.255 any dialer-list 1 protocol ip permit dialer-list 1 protocol ipx permit no cdp run ! line con 0 exec-timeout 120 0 logging synchronous stopbits 1 line vty 0 4 exec-timeout 0 0 exec prompt timestamp length 0 ! scheduler max-task-time 5000 scheduler interval 500 end Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=71667&t=71667 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

