How would you find whether a remote server is up or not?
Answers were Sorted based on User's Feedback
Answer / amitshiknis
You can ping to that server and check if it is online or
not. You can take a console of the server,or simply try to
telnet/ssh to that machine.
Thanks,
Amit Shiknis
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / bc
Some times icmp requests might be blocked on the server. So
server might not respond to ping requests.
So better option is try to telnet to various ports on the
server. If it's a webserver 80 port will surely be UP.
So
telnet <server-ip> 80
Will surely yield some results.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sujit
you ping to the server from you command prompt
ex: ping <IP ADDRESS>
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satyaveer sharma
1 Method: which is generally used is ping command......
ping ip address
2 Method: if your ping command returns 0 packet received...
than we can try by either SSh or telnet command to remotly
login on that server..(use telnet command with port no which
is open using nmap serverip address)
telnet ip-address portno
butsome times in linux administrator can block this service
from outers network.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / girish g pillai
Ping could be disabled on the remote machine.
Telnet cannot be used as a reliable method, because we have
to know the services running on the machine to telnet to
that port.
nmap would be a reliable method, but normal nmap checks are
disabled in the network level, so it would be good to run
nmap in stealth mode.
nmap -sS <IP Addr>
| Is This Answer Correct ? | 2 Yes | 0 No |
What is an inode?
3 Answers ProdEx Technologies,
when i create SAMBA server it is ok but while i try for access from windows pc he ask me only first time smb password then i close samba login next time he can`t ask for passwd why.?
How do I check terminal history?
how do you configure linux system as a router?
How can I check the exit status of my previous command in Linux operating system?
0 Answers SwanSoft Technologies,
What is cpu in top command?
How much ram do I have linux?
how can i give acl permission in numerical mode on linux
Explain shift command of linux?
Which command is used to uncompress gzip files?
What is the purpose of the "top" command?
How do I find hostname in linux?