If you can ping a server, but can't telnet or ssh to it,
whats wrong?

Answers were Sorted based on User's Feedback



If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / sanjiv vinaik

Ping mean its check system is on network and telnet check
access of application.

If you can Ping but can't telnet it means a specific port
which that application use to communicate is blocked. Check
your firewall rule to fix it.

Is This Answer Correct ?    20 Yes 4 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / jsdkar

if service not enable the server uncomment tcp,ssh service
in /etc/inetd.conf

Is This Answer Correct ?    13 Yes 7 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / ramanji

check tcp wrapper file

Is This Answer Correct ?    8 Yes 4 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / surender singh malik

Pinging a server just checks that Particular system is
present on the network.

Telnet or SSH are application to login the server from
remote and use the services provided by the server.

In TELNET DATA is not encrypted so it's easy to hack.
In SSH DATA is encrypted so it's safe.

Is This Answer Correct ?    4 Yes 0 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / madhukar

1. check tcp wrapper file, or
2. console may be uncomment, or
3. there is a file /etc/nologin

Is This Answer Correct ?    3 Yes 3 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / ashutosh

Server is in single user mode.

Is This Answer Correct ?    3 Yes 5 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / umamaheswara rao.g

you have to check the entry, DEV = CONSOLEin
in /etc/default/login file whether it is commented or not.
It should be un commented.

Is This Answer Correct ?    8 Yes 11 No

If you can ping a server, but can't telnet or ssh to it, whats wrong?..

Answer / palak

Server can be on OK prompt

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More Solaris AllOther Interview Questions

how to copy the disk image

1 Answers  


If ping command is not working then how to check the status of the server..?

2 Answers  


how u can configure the Crontab and how many fields in Crontab file

2 Answers   IBM,


How will u give a write permission to user inthe group when all other users in that group have only read permission.?

1 Answers  


benifits of SMF over LRC

1 Answers  






When the system is hang?Unable to login,and console is available?what is the action u will take?

2 Answers  


how to add a disk group in veritas from one system to another system?

2 Answers   TCS,


what is mean by netfmd in sun cluster what is the use of netfmd and what is the relation between ccd and netfmd?

0 Answers  


how to know OS release?

4 Answers  


What is the config file in DNS?

2 Answers  


What does init 5 do?

10 Answers  


How do you view shared memory statistics?

3 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)