Gentoo Archives: gentoo-user

From: Jonathan Wright <mailing-lists@×××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Reaching my network over the internet
Date: Sun, 16 Oct 2005 20:48:59
Message-Id: 4352BBA8.9090707@djnauk.co.uk
In Reply to: Re: [gentoo-user] Re: Reaching my network over the internet by John Jolet
1 John Jolet wrote:
2 >>Basically I have a network back home with a couple Gentoo systems
3 >>connected and I'd like to have ssh (and maybe vnc) access to them from
4 >>my Gentoo laptop no matter where I am. What do you think?
5 >
6 > if you just need ssh, you don't need a vpn, just a port forward on your
7 > router. for vnc, I'd use openvpn.
8
9 Why do though all the hassle of setting up a VPN when you can use SSH to
10 provide a secure tunnel into the network and use that instead? Works
11 fine for me.
12
13 # ssh -L5900:hostname:5900 username@××××××××.tld
14 # vncviewer localhost:0
15
16 --
17 Jonathan Wright ~ mail at djnauk.co.uk
18 ~ www.djnauk.co.uk
19 --
20 2.6.12-gentoo-r10-djnauk-b3 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
21 up 2 min, 1 user, load average: 1.68, 0.87, 0.33
22 --
23 "People sometimes think I'm gay because I once played a gay in a
24 movie. It's funny. Audiences don't think you're a murderer if you
25 play a murderer, but they do think you're gay if you play a gay."
26
27 ~ Perry King
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Reaching my network over the internet John Jolet <john@×××××.net>