Tim> Ok, I have a beat up Compaq ProLinea 486/50MHz, 16MB RAM, 120MB Tim> hard drive, a D-Link 220 NIC and a spare IP addres from my DSL Tim> provider. I just installed a fresh Slackware 3.5 install of the Tim> "A" and "N" disks. My goal is to set it up as a webserver to Tim> host a few web pages I've been working on. I think the memory is going to be the big limitation here. And as other have said, Slackware 3.5 is ancient. You should run something more recent. Tim> 1) Is it worth it/can it be done? (This would defintely affect Tim> the rest of the questions...) Sure, with more memory it's definitely doable. And doable with only 16mb as well, but tighter, esp since Apache can be a memory hog. If you are only going to server static pages, thttpd might be a better fit. Tim> 2) How the hell do I set up my NIC for DSL? Tim> I have tried to setup my NIC per some FAQ's, O'Reilly's Running Tim> Linux (2nd Edition), Usenet posts and a lame HOWTO from my DSL Tim> provider. They all seem to advocate different steps which is Tim> confusing and doesn't seem to work. Tim> From what I gather, I needed to remove the PnP settings on the Tim> card, which I did with a DOS utility supplied by D-Link. I then Tim> insmod'd the ne.o module for my card. I ran ifconfig eth0 Tim> xxx.xxx.xxx.xxx and got no errors. Then, things get wonky... I Tim> can't seem to get the gateway set up per the instructions I've Tim> been reading. What output do you get when you do 'ifconfig -a' on the box? What errors are you getting when you try to setup the gateway? Have you got the right networking cable setup? What is your network setup like? I suspect it's either a cabling issue, or something a little more involved. Did you insmod the ne.o modules with the proper parameters for the base address, IRQ, etc? I'm not really familiar with ISA network cards, I use PCI only, since it's much better. Tim> I'd happily post the result of any diagnostics I could run, but Tim> since I'm not online I'd have to retype them from a hard copy or Tim> something. I'm not even sure which ones would help. Ifconfig? Tim> Route? Others? Ifconfig and route would be good ones to see. Tim> Is there a definitive methodology for getting a NIC setup? Or Tim> are things so different based on distro, kernel, NIC that it's Tim> useless to follow generic "instructions"? The big thing is to get the NIC setup. From the sound of it, it's a pure ISA card, which really sucks in alot of ways, since ISA is a pain to deal with. Good luck, John