gday,
im very new to the cisco routing world and just after a bit of help. i have just bought a 2154 and a 1900 to practise on for my CCNA course. i wanted to connect the router ethernet0 to my adsl modem and the ethernet1 to the switch. from what i understand i need to auto assign the ip address on ethernet0 with dhcp. and then set up a ip route table from ethernet1 to ethernet0. this is my running-config so far.
interface Ethernet0
ip address dhcp
ip nat outside
shutdown
!
interface Ethernet1
ip address 192.168.1.1 255.255.255.0
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
ip route 192.168.1.0 255.255.255.0 Ethernet1
im sure i have made a silly mistake but i cant see it.