From mboxrd@z Thu Jan 1 00:00:00 1970 From: Szymon Mroofka Date: Sun, 14 May 2006 23:25:03 +0000 Subject: Re: [LARTC] Simple routing question from networking newbie Message-Id: <200605150125.03380.sawar@interia.pl> List-Id: References: <87ac9lwme5.fsf@smolny.plus.com> In-Reply-To: <87ac9lwme5.fsf@smolny.plus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: lartc@vger.kernel.org Dnia niedziela, 14 maja 2006 01:11, Sebastian Tennant napisa=B3: > I've recently got a new modem. In fact, it's a modem-router with NAT > functionality. Before I had a plain modem-modem, and I was able to > access my workstation from my remote server using the IP address > assigned to me by my ISP. Now however, that IP address only reaches > the modem-router and the IP address of my workstation is set by my > modem-router to 192.168.0.2 > > How can I reach my workstation now that I have to go through the > modem-router? > > For instance, if I want to ssh into my remote server and issue a > command that copies a file from my remote server to my workstation > using scp: > > $ scp file.txt sebyte@aaa.bbb.ccc.ddd:/home/sebyte/Desktop/file.txt > > what IP address should I use? Obviously 192.168.0.2 is not going to > work. > > sdt > > _______________________________________________ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc Hi, you have to use port forwarding and / or DMZ funcionality on your router if= it=20 has it. For instance you can forward port 22 from router to your internal box wher= e=20 ssh deamon is running. Than you can use your public ip form isp x.y.z.a:22 = to=20 reach your ssh deamon. Pozdrawiam _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc