> Hello from the soggy Pacific Northwest :),
> I would like to cennect my Win95 box to my Linux box so that my Win95
> machine can use the Linux machines PPP connection. I know I need to
> implement a TCP/IP connection between the 2, but I'm not sure what
> how-to or FAQ covers that. Both machines have NE2000 compatible Ethernet
> Cards.
I just got this exact thing working tonight !! So I'll give you some
tips.
First, I assume you have the NE2000 cards correctly talking ? I assume
you can ping between your Win95 and Linux machines. Also, I assume you
have a good PPP connection to an ISP available to the Internet from your
Linux box. Now, you have realized that Linux provides a much better
connection and you want to use it's PPP implementation, so....now...
What I did..I recompiled the kernel to include IP-Masquerading and
Firewalls...there's a totally super-excellent MINI-HOWTO on
IP-Masquerading that tell you exactly what to do.
After this recompilation of the kernel, I edited my Win95
NE2000>TCP/IP properties exactly as it says in the mini-howto, and
restarted Linux, and gave two command line parameters per the mini-howto
and it worked beautifully....can use Netscape on Win95 whilst connected
to the Inernet via my Linux PPP.
Quote:> Also, would it be worth my time to implement Samba for file and
> print sharing? THANK YOU VERY MUCH IN ADVANCE FOR ALL ASSISTANCE!
IF you have an urge to see your Linux files on Win95 then yes. If you
just want to be able to share them, then an easier way is to configure
Win95 simply to share its drives ( make them 'shareable'), then Win95
starts acting as its own dumb server to anyone. Then, get the 'smbmout'
utility package. This will allow you to mount those Win95 'shares' on a
directory in Linux, say /mnt/Win95, and you can start sharing files from
both boxes on the Linux box.
smbmount program doesn't require *anything* to do with the Samba
package, but I think you have to recompile the kernel to allow the smbfs
filesystem support.
--tom--
=====================================