I have been trying to get a very simple network going for a few days,
now. This network is intended to allow my Win98 machine to talk to my
Linux box. The Linux box will simply provide stuff like telnet, http, and
possibly ftp or database services. It does NOT need to provide access to
the internet, DNS, etc.
So, I have set up this intranet with 2 PCs connected with a cat5 crossover
cable between 2 TRENDnet TE100-PCIA adapters (21143). Both these machines
are able to boot multiple OS's. The Slackware 7.1 installation detects
these cards (uses de4x5 driver) and asks me two simple Q's: 1) IP and 2)
Netmask for which I enter 192.168.42.x and 255.255.255.0, respectively.
It automatically set up network, broadcast. So, now I have these two
machines with static IP's 192.168.42.1 and 192.168.42.2. They do
everything I want (ping, telnet, browses each others web server).
I do the same thing booting these machines with Win98. Same
addresses. They ping each other, and see each other in their Net 'hoods.
The problem is that when I boot one as Linux and the other as Win98, they
can't even ping each other.
I've looked at several tutorials on the subject. Most of these tutorials
include a lot of stuff I don't need so I omit them - like setting up
samba, masquerading. I know I don't need Samba, and I'm pretty sure I
don't need masquerading, that is for providing internet access, right?
Some additional info: I also boot Redhat 6.1 on one of these machines.
It's install wanted to use the tulip driver for this card, but it didn't
work. I cleared out the IRQ field, and then eth0 came up, but it didn't
talk to anything. I changed to the de4x5 driver, and then it was able to
talk to Linux.
I guess the next thing I'll try, is the most up to date tulip driver, but
this looks a little hairy for me, so, I thought I'd post this to see if
anybody has a tip.
Thanks!