* [LARTC] Re: Simple routing question from networking newbie
@ 2006-05-15 0:42 Sebastian Tennant
2006-05-15 3:04 ` Robb Bossley
2006-05-15 20:48 ` Sebastian Tennant
0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Tennant @ 2006-05-15 0:42 UTC (permalink / raw)
To: lartc
Quoth Szymon Mroofka <sawar@interia.pl>:
>> 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.
> 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.
Ah... OK. Hmm.. I'll look into it, and hopefully come back with a
more intelligent question than simply "What do they do?"
sdt
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] Re: Simple routing question from networking newbie
2006-05-15 0:42 [LARTC] Re: Simple routing question from networking newbie Sebastian Tennant
@ 2006-05-15 3:04 ` Robb Bossley
2006-05-15 20:48 ` Sebastian Tennant
1 sibling, 0 replies; 3+ messages in thread
From: Robb Bossley @ 2006-05-15 3:04 UTC (permalink / raw)
To: lartc
This might be an instance where ssh -L could be your friend.
Robb
On 5/14/06, Sebastian Tennant <sebyte@smolny.plus.com> wrote:
> Quoth Szymon Mroofka <sawar@interia.pl>:
> >> 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.
>
> > 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.
>
> Ah... OK. Hmm.. I'll look into it, and hopefully come back with a
> more intelligent question than simply "What do they do?"
>
> sdt
>
>
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LARTC] Re: Simple routing question from networking newbie
2006-05-15 0:42 [LARTC] Re: Simple routing question from networking newbie Sebastian Tennant
2006-05-15 3:04 ` Robb Bossley
@ 2006-05-15 20:48 ` Sebastian Tennant
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Tennant @ 2006-05-15 20:48 UTC (permalink / raw)
To: lartc
>> 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.
Assuming 'port forwarding' is the same as 'port redirection' on D-Link
modem-routers (a sort-of reverse NAT), then I've enabled TCP packets
to pass through to 192.168.0.2 on port 22... but it hasn't helped.
I've also tried enabling 'DMZ state' and making 192.168.0.2 the DMZ
IP address... but again, to no avail.
In both cases scp just says 'connection refused'.
No matter because I've found another way. Emacs users should check out
tramp mode if they haven't heard of it.
Thanks all.
sdt
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-15 20:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 0:42 [LARTC] Re: Simple routing question from networking newbie Sebastian Tennant
2006-05-15 3:04 ` Robb Bossley
2006-05-15 20:48 ` Sebastian Tennant
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.