Is the encapsulation on the line PPPoE, and if so, do you plan to have the modem do the NAT and PPPoE negotiations? If so, then just...
2811>en
2811#conf t
2811(config)#int fa0/0
2811(config-if)#ip add dhcp
2811(config-if)#exit
2811(config)#ip route 0.0.0.0 0.0.0.0 (IP address of the modem ethernet interface)
Also, you may have to hardcode the fa0/0 for half-duplex if the modem only offers half duplex...
2811(config)#int fa0/0
2811(config-if)#duplex half (or if the modem offers full, then duplex full)
2811(config-if)#end
2811#wr
Let me know how this goes---you may have to set the modem into bridge mode and configure the router to have a dialer interface by way of virtual access and virtual template. I have a 2620XM, and my modem is screwy, so I bought a WIC-1ADSL. This will replace my Cisco 837.
Burt