- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Not able to telnet to a linux box
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
тАО10-31-2002 12:18 AM
тАО10-31-2002 12:18 AM
Not able to telnet to a linux box
I have a linux box installed with redhat 7 , I,m not able to telnet into the linux box , i could do the other way ,, even after stoping the ipchians & iptables ,, when i telnet romother box it says conncetion refused .. Any hlp on this ..
thanks in advance
ASif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 12:26 AM
тАО10-31-2002 12:26 AM
Re: Not able to telnet to a linux box
Check if telnet is enabled in the xinetd.d configuration.
1. Change disable=yes to disable=no in the /etc/xinetd.d/telnet file.
HTH
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 12:31 AM
тАО10-31-2002 12:31 AM
Re: Not able to telnet to a linux box
thankz
asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 12:55 AM
тАО10-31-2002 12:55 AM
Re: Not able to telnet to a linux box
Give this command,
#ipchains -F
Try again to telnet.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 01:02 AM
тАО10-31-2002 01:02 AM
Re: Not able to telnet to a linux box
I stopped the ipchains from the /etc/init.d/ipchains stop
thanks
Asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 01:28 AM
тАО10-31-2002 01:28 AM
Re: Not able to telnet to a linux box
Does the telnet port listens ?
#lsof -i | grep telnet
Does xinetd daemon running ?
#ps -ef | grep xinetd | grep -v grep
Check the services enable at startup
#ntsysv
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 01:37 AM
тАО10-31-2002 01:37 AM
Re: Not able to telnet to a linux box
xinetd service is not running & ther's no service when i tried to find # find / -name xinetd .. ..
in the ntsysv the 's no serviceof telnet except the network and i removed the ipchains from the startup ..
Thanks
Asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 01:48 AM
тАО10-31-2002 01:48 AM
Re: Not able to telnet to a linux box
xinetd should run.
Using ntsysv enable xinetd service and reboot the server. It should solve the problem.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2002 07:32 PM
тАО10-31-2002 07:32 PM
Re: Not able to telnet to a linux box
1. Is xinetd installed first.
rpm -qa | grep xinetd.
2. If not install it first. If installed, is it enabled.
chkconfig --list xinetd
chkconfig --levels 345 xinetd on
3. Start the xinetd service.
service xinetd start.
4. Is telnet server installed.
rpm -qa | grep telnet-server.
5. If not install it.
6. Enable telnet service. See my earlier post. Set disable=no.
7. Try telnetting to the server from the server itself.
telnet 0
telnet
8. If this works and still you are unable to telnet from the network, problem is with the firewall.
HTH
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2002 02:49 AM
тАО11-01-2002 02:49 AM
Re: Not able to telnet to a linux box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2002 02:49 AM
тАО11-01-2002 02:49 AM
Re: Not able to telnet to a linux box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2002 03:11 AM
тАО11-01-2002 03:11 AM
Re: Not able to telnet to a linux box
Finally I could do tit after installing Xinetd from the Rpm package & Starting the service.
Thanks For your Splendind Support ..
Cheers..
Asif