From: Rich McCabe <[EMAIL PROTECTED]>

> The eth0 card is configured as 192.168.1.1 with a netmask of
255.255.255.0

    OK, it sounds like your router is configured to be on a different
network.  Assuming that your eth0 card is the one that's connected to
the router, set its IP to 10.0.0.x, where 2=<x=<254.  Do likewise with
all other machines on the network.  Alternatively, you might try
enabling dhcp on the linux box (and the other machines).

> default gateway____________
> default gateway device__________

    10.0.0.1 for both, I believe.

> And then if I click add I get
>
> Device_________________
> Network_______________
> Netmask_______________
> Gateway_______________

    You wouldn't need to add another network interface, AFAIK.

> I have tried to ping the router at 10.0.0.1 and 2 and cant get a
response.

    The router is at .1; 10.0.0.2 seems to be your Win box.  My guess is
that your Linux box doesn't know how to route to 10.0.0.1, which is why
it doesn't get a response.

    I'm not sure, though, why you have two NICs in the Linux box.  With
this setup (using a separate router), you shouldn't need a second one.

Reply via email to