telnet with port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 12:04 AM - edited 03-05-2019 10:27 PM
Hi, when i m going telnet with specific port to any server from 3750 switch, in some cases its showing "Trying 192.X.X.X, 6000 ... No listener..." please can you tell me where is the problem.
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:01 AM
it looks like the remote device you are trying to telnet to is not "listing" on that specific port number.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:06 AM
what may be the causes, what should i do to telnet with a specific port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:12 AM
well first you need to install a telnet server, in your telnet server configuration you tell the telnet server to listen to a specific port.
The easiest way to do things like this just for testing purposes is to use an realy old program called Netcat.
Then we have the small problem of firewalls, if the host has a software firewall you would need to configure it to let the desired ports through.
And of course all routing and firewall/nat issues. but that is a different question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:13 AM
Are you performing any PAT or NAT between the switch and the remote devices?
What happens when you try and use port 23?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:21 AM
when i m trying with 23/80 it is ok, telnet is getting fine. but when i m trying with other ports its not happening..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:24 AM
OK - if 23/80 is working for your telnet, why are you trying different ports?
Are the devices you are trying to connect to using different ports actually "listening" for a telnet connection using that port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:35 AM
yes, some application needs to connect through different ports, so I need to check the port is open or not.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 03:42 AM
The I would suggest that you check on the server itself if it is "listening" on that specific port number.
The "netstat" command works on Windows and Linux.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 06:05 AM
there is a ping utility called slping.
It will ping on any port you specify. I uploaded the program once before, it is a .exe program.
Here is the link with instructions too.
This will tell you if the device is open for any port number. If not then you will need to go to the server and do a netstat -a to see if the port is listening or established.
