how to give Telnet access


 
Thread Tools Search this Thread
Operating Systems SCO how to give Telnet access
# 1  
Old 01-06-2011
how to give Telnet access

Hello,

I have recently taken over administration of a Sco Unixware server (Version 7.1.4), but have no previous experience with Unix.

I now have the following problem: Most computers on the network are unable to Telnet to the Unix server but some PCs with privileged users can, which is fine. I now need to allow Telnet access to the server for another PC but I can't find where this has been configured.

I have checked the /etc/inet/hosts.allow and hosts.deny files but these files appear to have default values that are all commented out. I have checked for access-lists on the Layer 3 switch that connects the host to the server but there are no access lists configured. All hosts on the network can ping the server and access the server through SSH so there are no communication issues between host and server. When the host that I am trying to grant access tries to Telnet to the server from a command prompt in Windows the CMD window is just blank with a flashing cursor which then times out and returns to the usual command prompt.

Does anybody know where access rules for Telnet might be configured on this Sco server?

Many thanks,
Nick
# 2  
Old 01-06-2011
Isn't ssh available ?
# 3  
Old 01-06-2011
Well, telnet is not secure, and open ssh2 is free, secure, can compress, can support batch, so why?

Do their logins work at the console?

Is there any firewall on this host or between?

What happens when they telnet?
# 4  
Old 01-06-2011
# 5  
Old 01-07-2011
Hi, thanks for your replies.

I totally agree about SSH but in this case a program has been written by somebody who has left the company that accesses the server using Telnet and then runs some macros. This program only needs to run on a couple of admin PCs and it would be good if I can just resolve this Telnet issue until such time as we can achieve the same goal using SSH. All other PCs on the network use an SSH client to access the application running on the Sco server.

Also I would like to understand the problem. If I just go to my boss and say "Well, we should be using SSH" then, although that is true, I'm more or less saying that I don't understand the issue and can't solve it, and it should be so simple.

When I Telnet to the server from my Windows PC I get a login prompt and can successfully log in, no problems. When my colleague tries the same thing she does not even get a login prompt, just a blank CMD window with a flashing cursor which then times out. If I change her PC's IP address to the IP address on my PC she can Telnet to the server with no problems, so it is an IP address restriction.

My colleague can ping the server and access it using SSH so there are no communication issues. As to firewalls that is what I don't know about as I'm very new to UNIX. There are no firewall rules configured between the host and the server that might be blocking the connection but as to what is running on the server itself I don't know. Before I joined this forum I read about TCP wrappers but these don't seem to be configured so I'm stumped.

Cheers,
Nick
# 6  
Old 01-07-2011
The telnet daemon (telnetd) is invoked by the internet services daemon (inetd), which consults /etc/inet/hosts.allow and /etc/inet/hosts.deny for access rights. A host is granted access for a server/service if
  1. it is explicitly allowed in hosts.allow
  2. it is not explicitly denied in hosts.deny
Check those two files for any configuration problems.

In the long run, try to find out how you or someone else in your company can change that program to use SSH instead of telnet.
# 7  
Old 01-07-2011
I would look at the firewall rules that protect your server. It may just be that port 23 is only allowed through for certain PCs. The timeout would support this.

Does a ping or tracert from a DOS window help?





Robin
Liverpool/Blackburn
UK
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to give full access to output files created by .sh script run via crontab?

Hi Expert, I have a .sh script in my home/new_dir/script.sh This script creates number of output files at home/new_dir/email, home/new_dir/logs dir. I am running this script using crontab (owner root). Now this output files are getting created with rw-r----- 1 root root So if i... (2 Replies)
Discussion started by: Jeet1982
2 Replies

2. Solaris

How to give sudo access to the personal id's to that of application id in Solaris 10?

Hi, I am using solaris 10. Requirement is I need to give sudo access to the normal id's to the application userid. Example:I have an personal id calle "rzynv5" on the solaris server.I have an application id called "gmdidp".Requirement here is when user logged in as rzynv5 next thing he... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

3. Solaris

Telnet access is not available anymore

Hi Folks, My telnet access to the server is not available anymore. I have found that when I execute >telnet IP, the login prompt for username/password entry is not displayed. Cursor blinks in a empty line and I dont see the prompt to enter my username. It hungs in this state and not possible... (1 Reply)
Discussion started by: ekorgur
1 Replies

4. UNIX for Advanced & Expert Users

telnet access

How do I enable telnet user access, meaning that I would allow telnet access only to particular username? thank you (3 Replies)
Discussion started by: c0mrade
3 Replies

5. UNIX for Advanced & Expert Users

How to give FTP access to a single user

Hi all, How can i give ftp access to single user on solaris9 system? others should not have the ftp access. i know about ftpusers file in /etc/ftpd but still what about if so many new users are created daily? And now for that single user how can we restict him to ftp the files only from... (2 Replies)
Discussion started by: santhoshkumar_d
2 Replies

6. UNIX for Dummies Questions & Answers

How do I give Java developers access to Solaris server

I am new to UNIX administration. I have 10 years of Windows admin experience. I need to know how to give java developers the access they need to install and maintain the applications they are writing. In the Windows world I would make them a local admin on a test server but give them limited... (4 Replies)
Discussion started by: gsander
4 Replies

7. UNIX for Dummies Questions & Answers

Possible to give sudo access to subdirectories?

Say I want to give someone access to /example/directory/* where * equals all the sub directories inside of /example/directory I tried doing something like joe DEV1=(ROOT) /example/directory/ But that doesn't seem to want to work. If I give him the full subdirectory... (3 Replies)
Discussion started by: LordJezo
3 Replies

8. UNIX for Advanced & Expert Users

I access to my server via Telnet

I use server Unix with AIX 5.2. I can't telnet to server about 5 mn, then i can access to server via telnet. This problem have again and again. Sometime can, sometime can't. I dont know why? Do you have any idea? (4 Replies)
Discussion started by: SENG
4 Replies

9. AIX

cant telnet to aix 5.2 and not even access through serial console

I have installed aix 5.2 on aix box through serial console connected to COM 1 . I even get a login prompt after the fresh installation . But as soon as i give a root & enter i again get a login prompt.i..e I am not able to logon after a fresh installation. and even i configured IP configuration... (0 Replies)
Discussion started by: linuxnightowl84
0 Replies

10. UNIX for Dummies Questions & Answers

telnet access

i'm having trouble enabling telnet access to my suse linux machine. i can ssh to my machine just fine, but when i try to telnet i get a "connection refused" error. how can i fix this? okay, -nydel (1 Reply)
Discussion started by: nydel
1 Replies
Login or Register to Ask a Question