Connecting netgearDG384G with 2514

in CCNA & CCENT

Ive decided to go for CCNA whilst I still study for MCSE. I have 2*2514 and a 2900 swith. I managed to connect everything (and config) but I havent been able to route the internet through. The netgear is connected to e0 on the first router, it is connected as I can see at 10Mbs and I can ping from anywhere to a PC connected to the netgear. However I can only ping the netgear from the attached router (not from my other router or PCs) Its only the netgear router its self, ie anything connected to it i can ping? Also I can see by the horible orange light that its at 10mbs where as the other is at 100 (i have swapped and got the same result).
Any idea's ?
Im trying to get some knowledge in whilst I still need internet without having to change everything, as I said I still have 3 exams for MCSE to go.
Also any advise on taking the 2 exams or 1 would be helpful
Thanks
Comments
"We believe our students will change the world."
http://www.eastinitiative.com/
maybe your config look like this?
netgear (DHCP) ---> e0 R01 s0 <----> s0 R02 e0 <
> fa0/1 2900 <----> pc
R01
e0
ip add nego
ip nat out
s0
ip add 10.1/24
ip nat in
ip route 0/0 via netgear
R02 :
s0
ip add 10.2/24
ip nat out
e0
ip add 11.1/24
ip nat in
ip route 0/0 10.1
*just make sure that netgear support MDI-X auto 10/100 (i think it does).
HTH.