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
06-06-2002 12:01 PM
06-06-2002 12:01 PM
telnet
I am working with one of the sun server. I am tryning to telnet to that box from one of the other sun server IT DOES NOT LET ME it says unable to connect. But I can ping by IP or hostname. Is there any file I need to add the user? Both the servers are o the same subnet.
Thanks
Raji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:06 PM
06-06-2002 12:06 PM
Re: telnet
Check in the /etc/hosts file of the remote machine and the local machine and add the ip adress and hostnames.
Check whether the telnet service is enabled:
/etc/inetd.conf and /etc/services
After making changes in inetd.conf execute
# inetd -c
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:09 PM
06-06-2002 12:09 PM
Re: telnet
Also check
/var/adm/inetd.sec file if telnet is disabled for certain hosts
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:15 PM
06-06-2002 12:15 PM
Re: telnet
Are you using DNS also
telnet uses the resolver routines to look up the host you are telnetting from.
If the resolver services are configured to use a nameserver and the nameserver is unavailable, then the default timevalue is approximately 1minute.
You should make sure your nameservers are ok by issuing a nslookup command.
check /etc/resolv.conf file also.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:37 PM
06-06-2002 12:37 PM
Re: telnet
Last option
On remote server
#/sbin/init.d/inetd stop
#/sbin/init.d/inetd start
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 09:34 AM
06-07-2002 09:34 AM
Re: telnet
Your problem is solved ??? Hope it is.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 09:56 AM
06-07-2002 09:56 AM
Re: telnet
Firewall restriction:
Are your sun servers in the different network and separated by firewall? If yes, the telnet access may be restricted in the firewall side. Make sure that the telnet port is opened in the firewall.
System side restriction:
As many guys mentioned the telnet service may be disabled at the system side. Check the /etc/inetd.conf and /etc/services files to find out that. If the specific lines are commented out in those files , uncomment those lines and run inetd -c to restart the service.
Arockia.