All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Simple routing question from networking newbie
@ 2006-05-13 23:11 Sebastian Tennant
  2006-05-14 23:25 ` Szymon Mroofka
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Tennant @ 2006-05-13 23:11 UTC (permalink / raw)
  To: lartc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] Simple routing question from networking newbie
  2006-05-13 23:11 [LARTC] Simple routing question from networking newbie Sebastian Tennant
@ 2006-05-14 23:25 ` Szymon Mroofka
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Mroofka @ 2006-05-14 23:25 UTC (permalink / raw)
  To: lartc

Dnia niedziela, 14 maja 2006 01:11, Sebastian Tennant napisa³:
> 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 
has it.
 For instance you can forward port 22 from router to your internal box where 
ssh deamon is running. Than you can use your public ip form isp x.y.z.a:22 to 
reach your ssh deamon.

Pozdrawiam
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-14 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-13 23:11 [LARTC] Simple routing question from networking newbie Sebastian Tennant
2006-05-14 23:25 ` Szymon Mroofka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.