Hmmm... What happens if you change the Sun box IP address to be 192.168.0.2? (Or similar...)<br>
<br>
The reason I ask is that the Sun box thinks it's on a class A network, and the Windows box (probably) thinks it's on a class C network (or maybe class B). (The output from netstat -r shows a route to network 192.0.0.0, which is class A.)<br>
<br>
So, changing the IP address of the Sun box to 192.168.0.2 should put it on the same network as the Windows box.<br>
<br>
Alternatively, setting up a new route on the Sun box might resolve things:<br>
<br>
route add 192.168.0.1 192.0.0.1<br>
<br>
As another alternative, change the netmask on the Windows box to be 255.0.0.0 - this then puts the Windows box onto network 192.0.0.0.<br>
<br>
Let us know how you get on.<br>
<br>
(And it's a pleasure to help