The next step for me is connecting my portable, which is a windows 98 machine, to the linux box, which I want to run as a gateway.
I don't have any idea where to start on this step in the process...I'm going to surf around google for ideas...also there is an internet connection wizard with Mandrake Linux 8.0 I'm going to look at that, too.
Is there anyway to have a lan and the intenet connection going through the same nic? If so, care to share the way of setting that up?
I do have a second NIC, but it's Netgear FA311, which apparently won't work with anything so new as Mandrake 8.0 (my version of linux).
I compiled the driver file ? with gcc, which included a .c .h and .o file. It had a makefile with a description of what to type at the command prompt, which I did.
Now, I don't know how to find the package I just compiled, and I've tried a few times since to detect automatically the 2nd nic card without success.
So, where do driver files go? After being compiled so they can become part of the system? Do I need to recompile the kernel? How do I do that?
Hmmm...I know this is a lot of questions, but at the end of this, we should have a very nice step by step instruction set for all those others wondering around, without linux, and wishing they were :)
A module is loaded into the kernel dynamically as it's needed, so you don't need to recompile the kernel.
If all has gone well, you should be able to associate the new module with your nic using Linuxconf (run it either from DrakConf, or by typing 'linuxconf &' as root.)
Click on the Networking tab, then 'Host Name and IP Network Devices'
You'll then get a new window where you can set the main hostname, plus IP addresses etc for up to 4 nics. Your driver should be available from the 'kernel module' drop down - although the name will not necessarily be obvious ;)
Does this get you any further?
So yes, that does get me to where I am now: thinking drop it, for 25, get another nic, according to rumore linksys seems to be great.
I guess the lesson to be learned is unfortunetly, stay away from the netgear fa311. Perhaps that is why Verizon gives them away, because they know it will give *nix users trouble :) ?