![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftp script not able to connect to ftp server. | gram77 | Shell Programming and Scripting | 3 | 02-16-2008 02:44 PM |
| connect to server using ssh | tungaw2004 | UNIX for Dummies Questions & Answers | 0 | 07-27-2007 10:49 PM |
| Could not connect to the server | srikanthus2002 | UNIX for Dummies Questions & Answers | 4 | 11-28-2006 07:31 AM |
| How to connect unix server via web | max_san007 | UNIX for Dummies Questions & Answers | 3 | 11-17-2006 01:46 AM |
| Connect From VB to SQL Server | Than Chanroeun | SUN Solaris | 0 | 08-04-2006 11:48 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Can't able to connect the Server
I am working with solaris 9 and i want to work with netscape browser but when i am opening netscape.it is showing the following message-
An error occurred reading the startup configuration file.Please contact ur administrator. /.netscape/preferences.js,line 66:unterminated string literal.t,127.0.0.1 and when I ping any address,it is showing the following message-- # ping 142.102.100.60 ICMP Host Unreachable from gateway mgsun (10.130.92.27) for icmp from mgsun (10.130.92.27) to 126.4.200.33 ICMP Host Unreachable from gateway mgsun (10.130.92.27) for icmp from mgsun (10.130.92.27) to 126.4.200.33 ICMP Host Unreachable from gateway mgsun (10.130.92.27) for icmp from mgsun (10.130.92.27) to 126.4.200.33 ICMP Host Unreachable from gateway mgsun (10.130.92.27) for icmp from mgsun (10.130.92.27) to 126.4.200.33 so please tell me,how can I connect with the server ??Please response quickly..... Thanks in advance.. |
|
||||
|
Quote:
ifconfig -a cat /etc/resolve.conf netstat -rn cat /etc/nsswitch.conf |
|
||||
|
I am putting the output
# ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 eri0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 10.130.92.27 netmask ffffffc0 broadcast 10.130.92.63 ether 0:3:ba:27:99:f3 # cat /etc/resolve.conf cat: cannot open /etc/resolve.conf # netstat -nr Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- 10.130.92.0 10.130.92.27 U 1 12 eri0 224.0.0.0 10.130.92.27 U 1 0 eri0 default 10.130.92.27 UG 1 0 127.0.0.1 127.0.0.1 UH 28 256078 lo0 # cat /etc/nssswitch.conf cat: cannot open /etc/nssswitch.conf |
|
||||
|
The missing files are misspelled. You want /etc/resolv.conf and /etc/nsswitch.conf with two (not three) s:es.
Why is your own IP listed as the default gateway? You need to have an outbound route configured. |
|
||||
|
Depending on how your network is setup you may also need to check if you have the following file
/etc/defaultrouter It should contain the ip address of your default gateway |
| Sponsored Links | ||
|
|