LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How do I Telnet (via the web) to a linux box on a Lan.. (https://www.linuxquestions.org/questions/linux-networking-3/how-do-i-telnet-via-the-web-to-a-linux-box-on-a-lan-18508/)

Simon W 04-14-2002 05:20 PM

How do I Telnet (via the web) to a linux box on a Lan..
 
I have a linux machine on my Lan. I am able to telnet in to it using my other machine on the Lan (using putty in Windows 2000). I want someone else who is NOT on the Lan to beable to telnet in on that machine over the web. The only net connection is on my Windows 2000 machine so any connection to the linux box presumably would have to route through this machine.

I want the easiest solution possible. I am not too concerned about security issues.

Thanks in advance,

Simon

finegan 04-14-2002 06:33 PM

If Win 2k is capable of port forwarding, that is indeed what you need to do. It has to forward port 21 to whatever IP address the Linux machine has on the internal LAN. This is a breeze to put together under Linux, but under Windows I have no idea.

Luck,

Finegan

dorward 04-14-2002 06:48 PM

However - I would advise against telnet - especially over a public network (like the Internet) as passwords are sent in clear text.

I would use SSH instead. You can get a windows SSH client from: http://www.chiark.greenend.org.uk/~s.../download.html

fatgod 04-15-2002 08:41 AM

But Puttly is also fine for SSH

Simon W 04-15-2002 03:39 PM

Incase anyone has a similar problem then here is the solution.

http://searchnetworking.techtarget.c...y=%2Fpr%2F1295

Thanks for the replies.

Simon

dma0380 04-15-2002 05:55 PM

Are you running any proxy software on the 2000 box? I would actually make the Linux Box act as a proxy server and switch the roles.

Popper 04-15-2002 09:29 PM

A better option would be to setup your Linux box as your gateway to the Internet, and use it to provide access to the net for your other internal boxes.

Pop


All times are GMT -5. The time now is 07:17 PM.