On Sun, 07 Nov 1999, you wrote:


It works! Yea!

I'm a bit curious as to why I have to explicitly add a route for each node. 
(I'm not complaining mind you! :-) Just curious why pointing it to ".0" (whole
network) doesn't work....... anywho, thank you!!

I found a fix for the Adaptec 1542 Errors 
(Wrong buffer length supplied for request sense (256) Kernel error after being
up for a few days or some heavy tape/M.O drive usage) I found a newer version
of  aha1542.c which (so far) seems to fix the issue.


> Tadghe Djin writes:
>  > On Sat, 06 Nov 1999, you wrote:
>  > > What are the outputs of 
>  > > ifconfig
>  > > route
>  > > 

>  > 
>  > route's output
> 
> so, baby has IP address: 192.168.1.3 
>     and victory has IP address: 192.168.1.1
> 
> Your /etc/hosts files on both machines should have the lines
> 
> 127.0.0.1       localhost 
> 192.168.1.1   victory
> 192.168.1.3   baby
> 
> 
> on victory, as root, type 
> 
> /sbin/route del 192.168.1.1
> /sbin/route del 192.168.1.0
> 
> /sbin/route add -host baby dev eth0
> 
> on baby, as root, type 
> 
> /sbin/route del default
> /sbin/route del 192.168.1.0
> 
> /sbin/route add -host victory dev eth0
> 
> 
> Then, from baby, 
>  ping victory 
>  should get you something, and
> 
> from victory,
>  ping baby 
>  should get you something. 
> 
> Good luck!
>  -Cheers,
>  -sen



Christopher C. Pitts 
 -- 
 "As soon as men decide that all means are permitted to fight an evil,then their good 
becomes indistinguishable from the evil that they set out to destroy."         
 --Christopher Dawson
 

Reply via email to