telneting into UNIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers telneting into UNIX
# 1  
Old 12-04-2006
telneting into UNIX

I am attempting to set up port forwarding on my netgear DG834. I know I have everything set up perfectly in the router. However when I attempt to telnet into the unix machine through the router across the internet it will not. Connection times out after not connecting after a few minutes. I can however telnet to the unix machine when I am inside the network. I have an Static IP address 65.xxx.xxx.xxx for the internet.

Is there a setting in unix somewhere that allows or disallows telneting from outside the network? I am running UNIX SCO 5.0.6. Thanks to anyone who can help.
# 2  
Old 12-04-2006
You need to look at the router configuration again. If you can telnet from inside the network that should tell you that telnet is set up properly on the server. Once you confirm the settings are correct on the router check to see if your internet service provider is allowing or blocking the port. Finally, if that checks out okay, make sure that the site from where you are telneting from is allowing or blocking the port.

In my experience I find that the router tends to be miss configured. Rarely have I seen port 23 blocked by ISPs.
# 3  
Old 12-04-2006
thanks I will double check the router.
# 4  
Old 12-04-2006
From a security point of view telnet is deprecated and you should instead be using SSH, especially when its being used over an unsecure network like the internet.

cheers,
Darwin
# 5  
Old 12-05-2006
To add weight to what Darwin has said Telnet sends passwords in clear text so even the crudest of snooper can discover passwords easily. Also once the password is gained the telnet port is open to the world, a hackers dream!!!! I would think twice about this!!!
# 6  
Old 12-05-2006
Well I work for a small computer company and this is the way they have done it for years. I am not even sure how to use SSH.

Back to my problem. It is definently a unix problem. I switch the destination IP address to a Windows 2000 machine on the same network and.... WALA! Access. The problem is not in the router. There has got to be something on the unix machine blocking internet access. After investigating more I now realize the UNIX machine can not even access the internet. But it can access networked devices.
# 7  
Old 12-05-2006
Quote:
Well I work for a small computer company and this is the way they have done it for years. I am not even sure how to use SSH.
ssh is quite similiar to telnet, with the difference that its traffic is encrypted. And its also not that hard setting it up. Its actually worth the time having a look at it.

Quote:
After investigating more I now realize the UNIX machine can not even access the internet. But it can access networked devices.
Sounds like a routing problem. Did you set a default gateway on THAT unix machine?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. UNIX for Dummies Questions & Answers

How to execute command after telneting in shell script?

Hi , I have to write a shell script to telnet to specific host and execute the admin command there. Please help me to do that. Eg : telnet hostname portno admin command exit (3 Replies)
Discussion started by: arukuku
3 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

5. HP-UX

Telneting from HP-UX to MS Exchange Server

Am having issues telneting from a HP-UX server to a MS Exchange Server,please can anyoune help? (2 Replies)
Discussion started by: paye
2 Replies

6. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

7. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

8. UNIX for Dummies Questions & Answers

telneting: one way and another

I have the following problem using telnet while try to access a certain Solaris 8 Unix machine at work. I want to access 128.1.11.1 , but my office is in the process of moving, and this curtial machine has yet to be moved to our new office. Thus, I access remotely via telnet. My original... (3 Replies)
Discussion started by: mntamago
3 Replies

9. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question