Can't able to connect the Server


 
Thread Tools Search this Thread
Operating Systems Solaris Can't able to connect the Server
# 1  
Old 09-17-2008
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 Smilie??
Please response quickly.....

Thanks in advance..
# 2  
Old 09-17-2008
Quote:
Originally Posted by smartgupta
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 Smilie??
Please response quickly.....

Thanks in advance..


ifconfig -a
cat /etc/resolve.conf
netstat -rn
cat /etc/nsswitch.conf
# 3  
Old 09-17-2008
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
# 4  
Old 09-17-2008
Look to server side ...

hmm .. lets look what traceroute gives ..
# 5  
Old 09-17-2008
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.
# 6  
Old 09-17-2008
look to /etc/defaultrouter file ..
have you df gw or u added it manually?
# 7  
Old 09-17-2008
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
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Shell Programming and Scripting

How to connect from one server(Current) to another server?

Hi, I have something like this. I have connected to one server ServerA and from this ServerA, i need to do ssh connection to ServerB and then execute my queries. #!/usr/bin/expect spawn ssh Myusername@ServerB expect "password" send "Mypassword\r" interact Output.ksh: spawn: not... (5 Replies)
Discussion started by: Samah
5 Replies

3. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

4. Shell Programming and Scripting

Connect to one server from other server without asking password

Hi , I am using redhat linux 5.I.I need a command or script which need to login from one server to another without asking password.This can be done even providing password on the command line is also fine.I have tries sshpass but it didn't work.ssh key generations is not preferred here. ... (7 Replies)
Discussion started by: muraliinfy04
7 Replies

5. Shell Programming and Scripting

Connect to server-1 from server-2 and get a file from server-1

I need to connect to a ftp server-1 from linux server-2 and copy/get a file from server-1 which follows a name pattern of FILENAME* (located on the root directory) and copy on a directory on server-2. Later, I have to use this file for ETL loading... For this I tried using as below /usr/bin/ftp... (8 Replies)
Discussion started by: dhruuv369
8 Replies

6. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

7. UNIX for Advanced & Expert Users

Public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (1 Reply)
Discussion started by: sridhardwh
1 Replies

8. Linux

Generate public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (0 Replies)
Discussion started by: sridhardwh
0 Replies

9. Shell Programming and Scripting

Connect to Server B from Server A and Archive the file

Hi I need to connect to a ServerB from Server A eg: Server A : 172.20.273.51, un: xxx, pwd: xxx Server B: 172.20.273.51, un:yyy, pwd: yyy Need to copy the files(with name starts with IME*) from /grid/pc/IME* to /grid/pc/archive What will be the command or script to... (3 Replies)
Discussion started by: vsmeruga
3 Replies

10. Windows & DOS: Issues & Discussions

To Connect to Windows server from Unix server

Hi i am writing a script in unix where after some validations, i require the script to connect to a windows server and then kich off a batch file there. i tried ftp and got the error message that "the remote host refused an attempted connect operation". I am able to connect to this unix... (4 Replies)
Discussion started by: vidzz911
4 Replies
Login or Register to Ask a Question