try setting a static route from your linux box to your windoze box
route add -host 293.268.3.2 eth0
this can be typed in at the command line or added to /etc/init/network
Hi all!
My network problems continue..
>I've got a Win95 machine and a linux machine connected via ethernet cards
>(Realtek in both) but cannot 'ping' from one to another. This is the
>configuration I've got:
>Windows->hostname: windows.cyllan.com
>IP address: 192.168
>> "RM" == Rodrigo Moya writes:
RM> I know I am missing the 'interfaces' configuration () but I
RM> don't know where should I do it. Please help
So you didn't tel the NIC which IP it has?
You do this in /etc/init.d/network. This is mine:
#!/bin/sh
ifconfig lo 127.0.0.1
route add -net 127.
>On Mon, Nov 09, 1998 at 01:22:18PM +0100, Rodrigo Moya wrote:
>> Hi all!
>>
>> I've got a Win95 machine and a linux machine connected via ethernet cards
>> (Realtek in both) but cannot 'ping' from one to another. This is the
>> configuration I've got:
>>
>
>Are you pinging by hostname or IP? Unle
Rodrigo Moya writes:
> Hi all!
>
> I've got a Win95 machine and a linux machine connected via ethernet cards
> (Realtek in both) but cannot 'ping' from one to another. This is the
> configuration I've got:
>
> Windows->hostname: windows.cyllan.com
> IP address: 192.168.1.2
Hey there...
You wrote...
> I've got a Win95 machine and a linux machine connected via ethernet cards
> (Realtek in both) but cannot 'ping' from one to another. This is the
I had much the same problem. Very recently too.
What driver are you using under Linux (and W95 too) for the network card?
Is
6 matches
Mail list logo