Since I upgraded my SPARCstation2 to SUN 7 OS, I have not been able to telnet or ftp to the Sun machine. Get network is unreachable error message with Telnet. Everything worked fine with Solaris 2.4. Ethernet hookup with hub works OK between other PCs.
What's the IP address of the Sun server, and the IP address of your Windows box? Also, what does the output from "netstat -r" on the Sun box show?
AndyBo<br>
<br>
Sun box IP 192.0.0.1<br>
Windows box 192.168.0.1<br>
Netstat -r returns:<br>
192.0.0.0 sunny u 3 0 leo<br>
224.0.0.0 sunny u 3 0 le0<br>
localhost localhost uh 0 33494 lo0<br>
<br>
This appears to be OK as far as I can tell.<br>
Sure do appreciate the help on this. Any other suggestions?<br>
<br>
Sunnyone,
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
AndyBo<br>
<br>
I changed the IP address on the Windows box. lo and behold!<br>
We are connected. I had installed connection sharing on this box a few months ago and when it became the gateway it automaticly changed the network ID from 0 to 168, I never changed it back when I tried to connect to the Sun box after I had upgraded to Solaris 7. Naturaly I assumed the upgrade was the problem.<br>
Thanks for pointing me in the right direction. You have my vote.<br>
<br>
Sunnyone,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.