Connecting to UNIX through telnet


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Connecting to UNIX through telnet
# 1  
Old 02-05-2015
Connecting to UNIX through telnet

I have setup a new UNIX system for a client in Cali.
The issue I am having is I do not remember how or what to set in the server to allow connectivity to the server using "telnet"

If anyone can help, it will be much appreciated.

Thanks in advance
# 2  
Old 02-06-2015
Start telnetd if it is already installed on that system. Because the telnet protocol is deemed insecure that service may not be installed by default, so you may have to install it.
# 3  
Old 02-06-2015
If there is a firewall involved, you will need to allow incoming traffic on port 23 too.
# 4  
Old 02-06-2015
Thanks a million.
I can access the old server so I am believing the firewall is open.
I will start the telnet services.
# 5  
Old 02-06-2015
When you say you can access it, how do you mean? Each network service on the server will respond to one or more ports. Telnet is port 23, so if you haven't got it running you can't be too sure that the port is open.

Other connections that you may make could be ftp (port 21) ssh/scp/sftp (port 22) rsh/resh/remsh (port 514) etc.

If you try to telnet to the server, do you:-
  • immediately get Connection refused? That sounds like the firewall is open.
  • wait for 30 seconds and then get Connection timed out? That sounds like firewall does not allow incoming traffic on port 23.

I hope that this helps, even if it's not actually your problem.

Firewall rules should be denying everything except the specific access they permit to specific IP addresses, hence my concerns for you.



Regards,
Robin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Connecting to SVN from UNIX

Hi, I'm new to Unix,I want to connect to Sub Version(SVN) through Unix. Please let know what command i need to use. Thanks, Madhuri (3 Replies)
Discussion started by: srimadhuri
3 Replies

2. Shell Programming and Scripting

Help need Connecting to Oracle DB from Unix

I have a table called CLARIFICATION in one of my schema in Oracle Data Base. I have to connect to oracle Data Base from Unix and compare the one of the column(Exec_Date) in CLARIFICATION table with Sysdate.If Exec_Date = Sysdate go head and run rest of the script otherwise exit out with out... (2 Replies)
Discussion started by: veeru
2 Replies

3. SuSE

Error when connecting to telnet

Hi , I am using SuSE 10. When I connect to telnet after entering password I get an error message "Module unknown". Kindly let me know the solution if any of you have faced similar issues before. (1 Reply)
Discussion started by: Laksmi
1 Replies

4. UNIX for Dummies Questions & Answers

Connecting to UNIX server

Hi, My knowledge bucket of UNIX is almost empty. I have developed an application in EXCEL which can create XML files (Metadata) from Binaries. These binaries are stored in UNIX server on regular intervals. Currently I am transferring all binaries(GBs of files) to WINDOWS using WINSCP and... (2 Replies)
Discussion started by: bobs
2 Replies

5. Shell Programming and Scripting

Connecting To Different Unix Box

Hi gurus I want to to connect to a different unix box from current unix box and navigate to a folder and check if the log files are generated for every 10 minutes in the another unix box. how do i go about this requirement. is there a way to connect to different unix boxes. thanks raghavendra (5 Replies)
Discussion started by: ragha81
5 Replies

6. UNIX for Dummies Questions & Answers

Connecting as CONSOLE using Telnet.

Hi, I need to connect as CONSOLE from my WinXP PC to a Solaris server (Solaris 9 SPARC) using telnet. I cannot use HyperTerminal as there is no direct link between my PC and the server (it is a remote server). How to do this? Regards. M. (3 Replies)
Discussion started by: mahatma
3 Replies

7. Shell Programming and Scripting

connecting to another unix box

Hi gurus, I am entirely new to unix. So if my questions are foolish, please bear with me. I have two unix boxes A and B. Is it possible to execute a command or a shell script in box B standing in box A. I mean if i log in to box A and execute a shell script, it should be able to login... (7 Replies)
Discussion started by: bade_miya
7 Replies

8. Shell Programming and Scripting

connecting unix to vb

how can i check to number of files and directory containing no data in whole system and display it if 'home' is to root directory it contains 10 subdirectory and many files (1 Reply)
Discussion started by: shafique
1 Replies

9. UNIX for Advanced & Expert Users

Connecting to a database via UNIX

hello - Is it possible to connect to a database at the command line to an Oracle instance whilst logged in on the unix box i.e. not using a script Cheers (Running Solaris) Also if anyone has any info on how a Citirix ICA client might be helpful here that would be appreciated Cheers (1 Reply)
Discussion started by: penfold
1 Replies

10. UNIX for Advanced & Expert Users

connecting to windows from unix

how to connect to windows from unix??? (7 Replies)
Discussion started by: hemant30
7 Replies
Login or Register to Ask a Question