On 4 Apr 2000, at 14:44, Adam Johnson wrote:
> --- Benjamin Scott <[EMAIL PROTECTED]> wrote:
> For example, I've got two
> hosts on my ethernet LAN. One is a Windoze
> machine with address 192.168.10.5,
> the other is my Linux machine with
> 192.168.10.1 for the address. I can ping
> either box right now. But if I do
> the following:
>
> # ifconfig eth0
> 192.168.20.1
> # route add -net 192.168.10.1 netmask 255.255.255.0 dev eth0
Try:
# route add -net 192.168.10 netmask 255.255.255.0 dev eth0
Then do a netstat -nr to see what your routing table looks like.
You are adding a destination subnet (192.168.10) which is routable via eth0.
Jerry Feldman <[EMAIL PROTECTED]>
Associate Director
Boston Linux and Unix user group
http://www.blu.org
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************