Doubt with Information of particular port


 
Thread Tools Search this Thread
Special Forums IP Networking Doubt with Information of particular port
# 1  
Old 03-20-2009
Doubt with Information of particular port

Hi experts,

I tried telnet command :
telnet 192.168.1.22 80

80 is port number.
then ^] and i pressed ENTER

but NO OUTPUT, WHY?

My problem is I want to know the applications running on any particular port number.Which command will be uuseful? either telnet or ?
# 2  
Old 03-20-2009
Port 80 is the HTTP server. If you'd read up on the HTTP protocol, it works by the client first sending commands, and only after this is done the server responds (repeat as necessary).
Try this: telnet 192.168.1.22 80. As soon as it's connected, enter "HEAD / HTTP/1.0" followed by hitting return twice. In the output, look for a line like this
Code:
Server: Apache/2.2.3 (Linux/SUSE)

This tells you that the server uses Apache 2.2.3 running atop SuSE Linux.

Your other option is to install nmap and use the service version scan.
# 3  
Old 03-20-2009
Thanks pludi,
But my altimate aim is to know :

What all are the application runninig on any particular port number either
port 80 or 22 doesn't matter. I have just tried telnet for the same but
i need the right command for this:

What all are the application runninig on any particular port number either
port 80 or 22 doesn't matter ? ?
# 4  
Old 03-21-2009
The lsof(8) command can be run as follows:
Code:
# lsof -i
COMMAND    PID  USER   FD   TYPE DEVICE SIZE NODE NAME
avahi-dae 5033 avahi   14u  IPv4  15387       UDP *:mdns 
avahi-dae 5033 avahi   15u  IPv4  15388       UDP *:33378 
cupsd     5081  root    2u  IPv4  15468       TCP localhost:ipp (LISTEN)
hddtemp   5136  root    0u  IPv4  15530       TCP localhost:7634 (LISTEN)
dhclient  6014  root    5w  IPv4  20112       UDP *:bootpc 
thunderbi 9118  tony   32u  IPv4  88273       TCP laptop.local:47532->ey-in-f111.google.com:imaps (ESTABLISHED)
thunderbi 9118  tony   33u  IPv4  88277       TCP laptop.local:54941->moz.com01.nslb.sj.mozilla.com:www (ESTABLISHED)
thunderbi 9118  tony   34u  IPv4  88282       TCP laptop.local:58086->2.stage.mozillamessaging.com:www (ESTABLISHED)
thunderbi 9118  tony   35u  IPv4  88294       TCP laptop.local:38661->1.stage.mozillamessaging.com:www (ESTABLISHED)
thunderbi 9118  tony   36u  IPv4  88295       TCP laptop.local:38662->1.stage.mozillamessaging.com:www (ESTABLISHED)
#

And as you can see list what process has opened what port. See also http://www.opensource.apple.com/darw...f/00QUICKSTART.
# 5  
Old 03-23-2009
thanks TonyFullerMalv,
But can u please tell me which of the column will give me the port no here..
# lsof -i
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
avahi-dae 5033 avahi 14u IPv4 15387 UDP *:mdns
avahi-dae 5033 avahi 15u IPv4 15388 UDP *:33378
cupsd 5081 root 2u IPv4 15468 TCP localhost:ipp (LISTEN)
hddtemp 5136 root 0u IPv4 15530 TCP localhost:7634 (LISTEN)
dhclient 6014 root 5w IPv4 20112 UDP *:bootpc
thunderbi 9118 tony 32u IPv4 88273 TCP laptop.local:47532->ey-in-f111.google.com:imaps (ESTABLISHED)
thunderbi 9118 tony 33u IPv4 88277 TCP laptop.local:54941->moz.com01.nslb.sj.mozilla.com:www (ESTABLISHED)
thunderbi 9118 tony 34u IPv4 88282 TCP laptop.local:58086->2.stage.mozillamessaging.com:www (ESTABLISHED)
thunderbi 9118 tony 35u IPv4 88294 TCP laptop.local:38661->1.stage.mozillamessaging.com:www (ESTABLISHED)
thunderbi 9118 tony 36u IPv4 88295 TCP laptop.local:38662->1.stage.mozillamessaging.com:www (ESTABLISHED)
#
# 6  
Old 03-24-2009
The port number is after the colon, some have been translated into their names using their respective numbers from /etc/services presumably, .e.g.:

:7634
or
:www (port 80)
or
:ipp (port 631)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script, find the next closed (not in use) port from some port range.

hi, i would like to create a bash script that check which port in my Linux server are closed (not in use) from a specific range, port range (3000-3010). the print output need to be only 1 port, and it will be nice if the output will be saved as a variable or in same file. my code is: ... (2 Replies)
Discussion started by: yossi
2 Replies

2. Shell Programming and Scripting

Help Generate new port base on the last port but not in used by other application

Hi Expert, Anybody can figure it out on how to generate new port base on my last port let say my last port var1=124 and increment for new port 125,126 but this new two ports need to look at first if this port is not in used by any service, if the port is in used add 1 to new port and if in used... (6 Replies)
Discussion started by: lxdorney
6 Replies

3. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

4. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

5. IP Networking

Tcp ip port open but no such process (merged: Release A Port)

i want to kill a tcp connection by killing its pid with netstat -an i got the tcp ip connection on port 5914 but when i type ps -a or ps-e there is not such process running on port 5914 is it possible that because i do not log on with proper user account i can not see that process running? (30 Replies)
Discussion started by: alinamadchian
30 Replies

6. IP Networking

telnet for port 5433 is not working while it works for port 22

Hi, I am trying to set up a dev environment and I have Ubuntu server (10.16.1.92) and a CentOS VM (10.16.3.235) on this. On the CentOS I have a program running on port 5433. Now my problem is that I am unable to telnet this port from another Windows server whereas I can telnet port 22 from... (5 Replies)
Discussion started by: rishav
5 Replies

7. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

8. Solaris

luxadm -e port shows one port not connected

hi i have a sun machine which has one hba 2ports; out of which one port says it is not connected # luxadm -e port /devices/pci@1d,700000/SUNW,qlc@1/fp@0,0:devctl CONNECTED /devices/pci@1d,700000/SUNW,qlc@1,1/fp@0,0:devctl NOT CONNECTED but both... (9 Replies)
Discussion started by: anwesh
9 Replies

9. Red Hat

historical port usage information

are there linux commands or applications that i can use to find out what application was using a certain port at a certain time? there's teamquest,but it doesnt have this kind of information. TIA. (2 Replies)
Discussion started by: bumblebee
2 Replies
Login or Register to Ask a Question