- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unable to connect remote host connection refused
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
Forums
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
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
тАО01-05-2002 05:45 AM
тАО01-05-2002 05:45 AM
Unable to connect remote host connection refused
I am using Linux 6.2 in my machine.I installed properly linux in my machine..
Network card is proper intstalled.There after i checked network card through ping.it is working properly..
When start telnet in linux machine,it gives host name Look up failure...
Thereafter i type telnet respective hostname of the machine, then it gives "Unable to connect remote host connection refused." I read all the article in ur site,but i didnot got any solution to start telnet service in my machine..
Second thing there is not file as per ur suggestion in ur mail /etc/xinted/telnet. There is /etc/inetd.conf file.In this file there is no word realted to telnet or ftp.
if you have any solution to start telnet in my machine.it is my pleasure to all of them.and send the solution in my respective email id
MY email id deepakjainus@rediffmail.com
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2002 04:35 AM
тАО01-07-2002 04:35 AM
Re: Unable to connect remote host connection refused
In your inetd.conf there should be a line like this :
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
in one line.
This is a copy from a HP-UX inetd.conf.
Change the directory for your telnetd in this line and it should work.
Restart the inetd daemon ( parameters from the man page ).
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2002 06:39 AM
тАО01-07-2002 06:39 AM
Re: Unable to connect remote host connection refused
Sir i am using linux 6.2 in local machine. It is not in the Hp machine.There is no word telnet in the "inetd.conf" file.
Second thing is that there is no file "telned" in the linux system.but telnet file is avaiable in the /usr/bin directory.i linked that file in /usr/sbnin directory. But it did not work.
I put this line in my inetd.conf file
telnet stream tcp nowait root /usr/sbin/telnet telnet
subsequently restart my machine.but it didnot work.
Ping is proper working.When I installed oracle in my linux machine. Subsequently connect to client machine,it works properly.
Give me another solution.what should i do to start telnet in my client machine as well as server.
With Rgds
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2002 06:44 AM
тАО01-07-2002 06:44 AM
Re: Unable to connect remote host connection refused
it seems you'll have to install the "rpm" for the telnet-daemon (telnetd) first!
"telnet" is the *client*, NOT the *server*...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2002 02:30 PM
тАО01-07-2002 02:30 PM
Re: Unable to connect remote host connection refused
If you still have the distribution CDROMs, cd to the RPM directory on the CD and run the command Wodish lists. If the install bombs on the analysis phase, at least it'll tell you what else will need to be installed to make it all work.
Happy telnetting.