First up, I apologize if this has already been covered somewhere; I searched and couldn't find anything.
I've just installed Red Hat 8 on a machine my parents want to use as a file server. However, I am now stuck with a rather annoying problem: I can't get the new linux box to talk to any of the other machines.
The network itself is in a... transient state at the moment, but there are currently three machines: a Win98 machine, a Win2k machine, and the new linux box.
The Win98 machine has nothing special about it, except that it's configured to automatically get an IP address. The Win2k machine is set up for internet connection sharing, and so is 192.168.0.1, and atm has assigned the 98 machine an IP of 192.168.0.2.
The linux machine we don't need to have access to the internet (my parents would rather it don't for security reasons), so I set it to have an IP of 192.168.0.255.
Now, I KNOW that eth0 is being detected and brought up. If I run 'neat', it shows eth0 as being active, and checked in the profile. Under the device options, it's setup to have a static IP address (192.168.0.255), and subnet of 255.255.255.0 (which is what the Win2K machine is set up to have). It doesn't have a gateway address, as I don't think we have one/it needs one, and when I set it up to be 192.168.0.1, sendmail crashed the machine on boot (ie it just stalled). There's nothing in route, and hardware device is set to eth0, with the rest all unchecked.
Under hardware, the card is visible, but when I edit it, it's got device 'eth0', and then IRQ 'unknown', with the rest all empty. I know the card is on IRQ 12, so I put that in, but I didn't know if I had to put anything in the other fields (ie MEM, IO, IO1, etc. are all blank).
Hosts just has the loopback, and DNS just has the hostname set to the machine's hostname, and the only entry in the DNS search path is the machine's hostname.
Now, I know the loopback interface works (I can ping it), and I can ping my static IP address (192.168.0.255), but I can't reach the other two machines (which can talk to each other just fine). When I DO ping one of the other machines, I notice that there is network activity on both the linux box, and the machine being pinged on the hub (same if I try pinging the linux box from one of the other machines).
I've read and re-read all the guides and HOWTOs I can find, but still nothing seems to work. ANY insights into this would be greatly appreciated; I don't want to try reinstalling this thing as a Win2k file server...
Thanks in advance (and sorry for the long post),
-- Daniel