- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- could not connect telnet in linux machine
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
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
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
07-26-2006 04:24 PM
07-26-2006 04:24 PM
could not connect telnet in linux machine
could not use my telnet protocol?? the machine says connection closed by foreign host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 04:32 PM
07-26-2006 04:32 PM
Re: could not connect telnet in linux machine
Is the telnet-server package installed?
rpm -qa |grep telnet
Is the telnet service enabled?
chkconfig telnet on
By default, telnet is not installed and disabled because of security restrictions.
You should use ssh instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 05:43 PM
07-26-2006 05:43 PM
Re: could not connect telnet in linux machine
If yes, set it to no and restart xinetd (kill -HUP
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:17 AM
08-10-2006 03:17 AM
Re: could not connect telnet in linux machine
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 07:55 PM
08-10-2006 07:55 PM
Re: could not connect telnet in linux machine
also you can use
ps axu | grep telnetd
to see if telnet is running.
2)if it's running and you are still not able to connect, check /etc/hosts.allow and /etc/hosts.deny
those file define access for hosts and networks... check host you are using to connect is in hosts.allow and isn't in hosts.deny
3)2nd step is OK then maybe access is blocked by firewall, iptables -L and check if telnet is allowed, and from where...
if you have firewall maschine between server with telnet and host you are accessing form you should also check this one...
it's quite depnedendent on network... so more specifications will help as to determine where problem is...
anyway as was said above. telnet is not secure, even any fucking script kiddie could sit on network and sniff, if you will use telnet he will know your password, even worse if you log as root or su during the session, he then will have full access to system and will able to do what ever he wants...
ssh is crypted so sniffing is nonsences only useble attack is man in the midle which is easy to recognize...
P.S.:if you have any additional question about security you can conntact me on mail g33k@seznam.cz