You don't need to go through adsl-setup if you're connecting through a nic/router. Open a terminal, login as root, type "netconfig" (minus quotes, of course) and follow the prompts. I normally choose DHCP as it's easier, but setting a static IP (that of your router) will work okay as well.
Once you've gone through netconfig, stay in the root terminal and type the following:
Quote:
# ifconfig eth0 down
# cd /etc/rc.d
# ./rc.inet1 restart
|
That should do it, assuming the correct modules are loaded for your network card.
Hope this helps,
Dave
Edit: I should add that I take no credit for the above - I found the answer through a search of the site when I first switched from dialup to ADSL. Well worth a couple of minutes of your time.