Sorry 23 was a typo I am forwarding on 22.<BR><BR><B><I>Jerry Heiselman &lt;jweida@gmail.com&gt;</I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">SSH is port 22, not 23. That would be telnet.<BR><BR>On 8/14/06, David Stout <RAGBRAI65@YAHOO.COM>wrote:<BR>&gt;<BR>&gt; I can SSH in to the SuSe box from Win on my local network but not from<BR>&gt; outside. I<BR>&gt; have my router set to forward port 23. I cannot figrue out what else it<BR>&gt; could be. Does anyone have any ideas.<BR>&gt;<BR>&gt; Brandon Griffis <BRANDONGRIFFIS@GMAIL.COM>wrote:<BR>&gt; Sorry if this has already been answered. I scanned through the emails and<BR>&gt; didn't see a response.<BR>&gt;<BR>&gt; Is sshd (the secure shell server daemon) running on the server you are<BR>&gt; trying to connect to?<BR>&gt;<BR>&gt; To check you can run the command:<BR>&gt;<BR>&gt; ps -A | grep sshd<BR>&gt;<BR>&gt; You should get an output similar to
 this:<BR>&gt;<BR>&gt; myuser@mymachine ~ $ ps -A | grep sshd<BR>&gt; 6869 ? 00:00:00 sshd<BR>&gt; 24780 ? 00:00:00 sshd<BR>&gt; 24786 ? 00:00:00 sshd<BR>&gt; myuser@mymachine ~ $<BR>&gt;<BR>&gt; If you do please try to connect to the server using SSH on your server's<BR>&gt; LAN.<BR>&gt;<BR>&gt; If you can do that then we know it's a problem with the external connection<BR>&gt; (port forwarding, IP address...)<BR>&gt;<BR>&gt; If you can't then we know it's an installation/configuration problem.<BR>&gt;<BR>&gt; Thanks,<BR>&gt; Gamble<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; On 8/9/06, carl-olsen@mchsi.com <CARL-OLSEN@MCHSI.COM>wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; I disable the firewall in my Linux network interface settings, since I<BR>&gt; have a firewall on my router with port 22 forwarded to my Linux machine.<BR>&gt; &gt;<BR>&gt; &gt; -------------- Original message from "Justin Richeson" &lt;<BR>&gt; jrnosee@gmail.com&gt;: --------------<BR>&gt;
 &gt;<BR>&gt; &gt;<BR>&gt; &gt; I think you may be having the same problem as me. I can't get into my<BR>&gt; linux box either on any protocol from an off-network pc. Is there a built<BR>&gt; in firewall in linux that needs to be setup before attempting to connect?<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; On 8/9/06, David Stout &lt; ragbrai65@yahoo.com&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; I have tried both version 1 &amp; 2. there is a box for Remote command is<BR>&gt; there a command I should enter here? And On preferred encryption algorithm I<BR>&gt; have the following options.<BR>&gt; &gt; 3DES, Blowfish, and DES. There is also a check box for Imitate SSH MAC bug<BR>&gt; in commercial &lt;= v2.3.x should this be checked.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; carl-olsen@mchsi.com wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; There are a lot
 of different settings in PuTTY. Have you tried various<BR>&gt; settings? What protocol version are you using?<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; -------------- Original message from David Stout &lt; ragbrai65@yahoo.com&gt;:<BR>&gt; --------------<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Sorry to keep beating this thread to death but I am still have trouble.<BR>&gt; &gt;<BR>&gt; &gt; I have port 19-23 forwarded on my router. I went to dyndns and set up a<BR>&gt; dns. I can ping the ip remotely (from work) but when I try to do a TELNET<BR>&gt; session I get a connect failed message. I also have putty installed on my<BR>&gt; win box at work and when I try ssh or telnet from the win box I get Unable<BR>&gt; to open connection: connect(); unknown error.<BR>&gt; &gt;<BR>&gt; &gt; "Daniel A. Ramaley" <DANIEL.RAMALEY@DRAKE.EDU>wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; What type of access do you need? A terminal window, or a full X session,<BR>&gt; &gt; or
 something else? For just a terminal window, i'd recommend<BR>&gt; &gt; downloading PuTTY (Google for "putty" and it should be in the first 2<BR>&gt; &gt; hits) and using it to SSH to your Linux box. You'll need to make sure<BR>&gt; &gt; your Linux box has a routable IP, or forward the SSH port (TCP/22) from<BR>&gt; &gt; a routable IP to the Linux box.<BR>&gt; &gt;<BR>&gt; &gt; X is a bit more complicated; i've never needed to go from MS Windows to<BR>&gt; &gt; X Windows. There are projects such as Cygwin that will let you set up<BR>&gt; &gt; an X server on Windows and then from there you'd be able to connect to<BR>&gt; &gt; the Linux box and run applications. A possibly easier solution would be<BR>&gt; &gt; to run VNC on the Linux box and then connect from Windows with a VNC<BR>&gt; &gt; viewer. I've done that before, though with Linux or OS X as the client<BR>&gt; &gt;<BR>&gt; &gt; rather than Windows. It gives you a full deskto p, and is much more<BR>&gt; &gt;<BR>&gt;
 &gt; responsive than X over SSH. To use VNC to go from one Linux box to<BR>&gt; &gt; another, get SSH working, then on the server do "vncserver :2 -geometry<BR>&gt; &gt; 1024x768 -depth 8" and on the client "vncviewer -via<BR>&gt; &gt; localhost:1". When done you can stop the server with "vncserver<BR>&gt; &gt; -kill :1" on the server. I would think that using Windows as the client<BR>&gt; &gt; would be similar, though the client command may differ slightly.<BR>&gt; &gt;<BR>&gt; &gt; On Tuesday 08 August 2006 08:01, David Stout wrote:<BR>&gt; &gt; &gt;I would like to access my Linux box from work. At home I am running<BR>&gt; &gt; &gt; SuSe 10.1 with a linksys router. At work I am on Win XP Pro. What is<BR>&gt; &gt; &gt; the best way to accomplish this. Do I need to forward any ports?<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;David Stout<BR>&gt; &gt; &gt;Systems Programmer<BR>&gt; &gt; &gt;Regency Homes<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;---------------------------------<BR>&gt;
 &gt; &gt;Do you Yahoo!?<BR>&gt; &gt; &gt; Next-gen email? Have it all with the all-new Yahoo! Mail Beta.<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; ---------------------- --------------------- -----------------------------<BR>&gt; &gt; Dan Ramaley Dial Center 118, Drake University<BR>&gt; &gt; Network Programmer/Analyst 2407 Carpenter Ave<BR>&gt; &gt; +1 515 271-4540 Des Moines IA 50311 USA<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt; Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; David Stout<BR>&gt; &gt; Systems Programmer<BR>&gt; &gt; Regency Homes<BR>&gt; &gt; __________________________________________________<BR>&gt; &gt; Do You Yahoo!?<BR>&gt; &gt; Tired of spam? Yahoo! Mail has the best spam protection around<BR>&gt; &gt; http://mail.yahoo.com<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; From: David Stout
 <RAGBRAI65@YAHOO.COM><BR>&gt; &gt; To: Central Iowa Linux Users Group &lt; cialug@cialug.org&gt;<BR>&gt; &gt; Subject: Re: [Cialug] Remote Access<BR>&gt; &gt; Date: Wed, 9 Aug 2006 13:35:23 +0000<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt; Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt; Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; David Stout<BR>&gt; &gt; Systems Programmer<BR>&gt; &gt; Regency Homes<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; Yahoo! Music Unlimited - Access over 1 million songs. Try it free.<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt;
 Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ---------- Forwarded message ----------<BR>&gt; &gt; From: "Justin Richeson" <JRNOSEE@GMAIL.COM><BR>&gt; &gt; To: "Central Iowa Linux Users Group" &lt; cialug@cialug.org&gt;<BR>&gt; &gt; Date: Wed, 9 Aug 2006 15:05:12 +0000<BR>&gt; &gt; Subject: Re: [Cialug] Remote Access<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt; Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Cialug mailing list<BR>&gt; &gt; Cialug@cialug.org<BR>&gt; &gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; Cialug mailing list<BR>&gt; Cialug@cialug.org<BR>&gt;
 http://cialug.org/mailman/listinfo/cialug<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; David Stout<BR>&gt; Systems Programmer<BR>&gt; Regency Homes<BR>&gt;<BR>&gt;<BR>&gt; ________________________________<BR>&gt; Get your email and more, right on the new Yahoo.com<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; Cialug mailing list<BR>&gt; Cialug@cialug.org<BR>&gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt;<BR>&gt;<BR>&gt;<BR>_______________________________________________<BR>Cialug mailing list<BR>Cialug@cialug.org<BR>http://cialug.org/mailman/listinfo/cialug<BR></BLOCKQUOTE><BR><BR><BR>David Stout<br>Systems Programmer<br>Regency Homes<p>&#32;
                <hr size=1>Yahoo! Messenger with Voice. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Make PC-to-Phone Calls</a> to the US (and 30+ countries) for 2¢/min or less.