To reach the network and let my PC (OS SnOS Solaris 10) communicating with the other machines on the LAN or internet I did this to add a new gateway:
route add default 192.168.1.1
The system displayed:
add net default: gateway 192.168.1.1: Network is unreachable
It seems from netstat –r that my network shows this:
Destination Gateway Flags Ref Use Interface
224.0.0.0 localhost U 1 0 lo0
Localhost localhost UH 22 402 lo0
On my left corner side on the bottom I got the Icon saying (Network connection: lo0).
Some references talk about
/etc/defaultrouter
or
/etc/rc.n
I do not have these documents in my system SunOs Solaris 5.10.
So how to reach the network and get out from the prison of this machine?
Any help?