I am trying to optimize my server so that accessing the local network as well as the internet. The OS is Solaris 9 running on a SUN V210
Connecting outside takes a long time, with sometimes there is a failure in the connection. I get the following error
ping www.google.com
ping: unknown host www.google.com
Then I try ping again after a few seconds.. ping is successful
ping www.google.com
www.google.com is alive
Entries for both default gateways in the subnet 10.100.x.x and 169.14.x.x are added in the outing table as well as /etc/defaultrouter
The connection is there but it is not stable, is there any way I can optimize this? Thank you