- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet problem
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
04-26-2006 02:14 AM
04-26-2006 02:14 AM
telnet problem
I am not able to login throgh telnet command but rlogin is working fine . i checked inetd.conf,services files but it seems normal. So what could be the reason.
pl. help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 02:22 AM
04-26-2006 02:22 AM
Re: telnet problem
/etc/securetty.
Use ssh instead, it is much more secure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 02:28 AM
04-26-2006 02:28 AM
Re: telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 02:46 AM
04-26-2006 02:46 AM
Re: telnet problem
If you have checked the /etc/inetd.conf and found telnet is not commented out then you can do a inetd -c to re-read the file and after that you should be able to login via telnet.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 05:48 AM
04-26-2006 05:48 AM
Re: telnet problem
Yes, telnetd is not showing in process. i tried inetd -c but telnet is still not working . There is no securrity file inside.
ssh is also not working. rlogin is working fine.
pl. all off you guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 05:56 AM
04-26-2006 05:56 AM
Re: telnet problem
You won't see a telnetd daemon unless someone is connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 08:14 AM
04-26-2006 08:14 AM
Re: telnet problem
Do you have tcpwrappers installed? If so, it could be a host.allow/host.deny issue depending on where you're trying to telnet from. Like others have advised, use ssh.
-John E Ophious
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:15 AM
04-27-2006 12:15 AM
Re: telnet problem
There is no any security under /var/adm/inetd.sec file and not any software installed so what could be the reason ? i can't understand even ssh is also not working rlogin is working fine .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:25 AM
04-27-2006 12:25 AM
Re: telnet problem
If the process sshd is running, then ssh should work. Maybe someone change the port numbers, especially if you said you re-read inetd.conf for your telnet and your sshd is running.
For ssh, check /etc/opt/ssh/sshd_config for the port it should be using and make sure you use the same one.
For telnet, check /etc/services for the port you should be using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:31 AM
04-27-2006 12:31 AM
Re: telnet problem
please send the error message of the telnet.
As well send the output of the following commands:
grep telnet /etc/inetd.conf /etc/services
grep service /etc/nsswitch.conf
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 07:21 PM
04-27-2006 07:21 PM
Re: telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 08:05 PM
04-27-2006 08:05 PM
Re: telnet problem
As its been mentioned in the responses above - you can see telnetd only when someone has actually telneted - not till then.
I guess you are able to access the server as you said you are trying to see if any telnet is running etc; so can you try telnet from the same server to itself - does it telnet ? This will give an idea whether its problem with telnet - because you said that there is no security policy/setting.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:45 PM
04-27-2006 10:45 PM
Re: telnet problem
When i am trying from same console it gives below errortelnet 10.6.0.53
Trying...
Connected to 10.6.0.53.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host.
where is the problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 12:48 AM
04-28-2006 12:48 AM
Re: telnet problem
When you said there is no /var/adm/inetd.sec and no tcpwrappers - I assume that you have checked this on the server you are trying to telnet to.
After you have tried to telnet and it gave you Connection closed - was there any message on the destination server - in /var/adm/syslog/syslog.log , /var/adm/messages. Also as been asked by Peter earlier - can you post the output of
grep telnet /etc/inetd.conf
grep telnet /etc/services
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 01:27 AM
04-28-2006 01:27 AM
Re: telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 02:10 AM
04-28-2006 02:10 AM
Re: telnet problem
now when your problem is solved, it's time to assign points...
mfG Peter