[EMAIL PROTECTED] wrote:
> 
> I am having some problems getting my lan working.  I'm trying to
> connect my win95 machine to my linux machine.  Both have 3c509's
> connected to a hub.  I've given my linux box 192.168.1.1 and windows
> 192.168.1.2.  However, I can not ping either machine from the other.
> Any ideas?
> 
> BTW, here is a basic diagram.
> 
>             PPP             192.168.1.1 - eth0          192.168.1.2
> Internet ---------------Linux ----------------------- win95
> 

Have you set up your network file correctly??  There is a file in
/etc/init.d called network this sets up your network.  the file is
pretty self explanatory and is easy to reconfigure.  Check for a line
like:

route add -net 192.168.1.0

you might try adding a route like

route add -host 192.168.1.2 eth0

This assumes that there is only one ethernet card in your system.

Good Luck
,,^..^,, Jeff

Reply via email to