LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   remote telnet/ssh (https://www.linuxquestions.org/questions/linux-newbie-8/remote-telnet-ssh-69625/)

sorcerer980 07-02-2003 03:28 PM

remote telnet/ssh
 
I would like to have remote access to my RH8 box from other windows pcs. I have putty on those windows PCs. I changed the disable=yes to disable=no in the telnet file. I am using a linksys router using DHCP to connect to the internet. I can only access my box within the network. How do I find my IP on my RH8 box to give others access to it? I know my LAN IP but what is my external IP?


And yes I know telnet is insecure...i plan on using ssh very soon.

and advice on this would be great thanx everyone.

DrOzz 07-02-2003 03:33 PM

use ifconfig in linux to see your ip...

andrewlkho 07-02-2003 04:11 PM

your external ip you can find from sites such as this . However, it probably changes every time you connect to the internet, depending on your isp and their settings. If you're thinking of ssh/telnetting in to your linux box, you're going to have to add another setting line to your router to patch a port through, because I think that your external ip will be that of your router.
hth,
andy

pbaumgar 07-03-2003 12:03 AM

yes, you're going to have to setup port forwarding on your router to forward port 22 to your machines IP address. Presumeably that is 192.168.1.x. Your external IP is your router IP.

Don't bother using telnet. Just setup ssh.


All times are GMT -5. The time now is 05:50 AM.