- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cannot telnet to any port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 04:20 AM
тАО11-07-2006 04:20 AM
Well not exactly I can telnet normally (port 23) but that's it.
We are trying to setup a web application server using ports 7784 and 9001 in a Suse SLES 8. But we are not going anywhere.
I am trying to telnet to the machine thru the port but this is what I get:
$ telnet 192.168.1.14 7784
Connecting To 192.168.1.14...Could not open connection to the host, on port 7784: Connect failed
I build the server some days ago, and I am quite newbie in the linux side. I am not running a firewall or any other fancy thing (not that I am aware of).
Thanks for all you help in advanced.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 04:55 AM
тАО11-07-2006 04:55 AM
Solutionnetstat -an | grep 7784
You should see a line like this:
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp 0 0 *.7784 *.* LISTEN
This indicates that the port is open and waiting for connections. If you don't see a line like that, then your application or web service is not started or cannot start because of an error.
Re-check that your firewall is not preventing connections, check the status with:
iptables -nL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 04:56 AM
тАО11-07-2006 04:56 AM
Re: cannot telnet to any port
You can check for opent ports with netstat utility.
read man unless you're already familiar with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2006 03:50 AM
тАО11-08-2006 03:50 AM
Re: cannot telnet to any port
Linux is not my cup of tea, and I just hate to spend hours and hours reading about the 100 different ways of doing one thing.
I did not know that the application is the one that opens the ports. I thought the ports were always open, available and listening... but there is always something new to learn every day.
Today I came and after reading your answers I gave it a go and I managed to connect.
The DBA told me he had reinstalled some software and now the problem was shifted on to how to reconfigure the kernel parameters.
I do not want to hurt any feelings but I think the linux and the Suse documentation stinks!!!
Thanks again for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2006 03:52 AM
тАО11-08-2006 03:52 AM